Home
last modified time | relevance | path

Searched refs:TCES_PER_PAGE (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_64_vio_hv.c39 #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) macro
64 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()
Dbook3s_64_vio.c40 #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) macro