Searched refs:ppc_hash64_hpte1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 115 r = ppc_hash64_hpte1(cpu, hptes, 0); in remove_hpte() 246 r = ppc_hash64_hpte1(cpu, hptes, 0); in h_protect() 290 args[ridx++] = ppc_hash64_hpte1(cpu, hptes, i); in h_read() 449 pte1 = ppc_hash64_hpte1(cpu, hptes, slot); in rehash_hpte()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | 131 static inline uint64_t ppc_hash64_hpte1(PowerPCCPU *cpu, in ppc_hash64_hpte1() function
|
H A D | mmu-hash64.c | 670 pte1 = ppc_hash64_hpte1(cpu, pteg, i); in ppc_hash64_pteg_search()
|