Searched refs:TCES_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
39 #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) macro64 page = stt->pages[idx / TCES_PER_PAGE]; in kvmppc_h_put_tce()69 tbl[idx % TCES_PER_PAGE] = tce; in kvmppc_h_put_tce()94 page = stt->pages[idx / TCES_PER_PAGE]; in kvmppc_h_get_tce()97 vcpu->arch.gpr[4] = tbl[idx % TCES_PER_PAGE]; in kvmppc_h_get_tce()
40 #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) macro