Searched refs:TCES_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
418 sttpage = idx / TCES_PER_PAGE; in kvmppc_tce_put()432 tbl[idx % TCES_PER_PAGE] = tce; in kvmppc_tce_put()787 page = stt->pages[idx / TCES_PER_PAGE]; in kvmppc_h_get_tce()794 vcpu->arch.regs.gpr[4] = tbl[idx % TCES_PER_PAGE]; in kvmppc_h_get_tce()
188 #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) macro
Completed in 21 milliseconds