Searched refs:ppc_hash64_hpte0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 70 if (!(ppc_hash64_hpte0(cpu, hptes, slot) & HPTE64_V_VALID)) { in h_enter() 80 if (ppc_hash64_hpte0(cpu, hptes, 0) & HPTE64_V_VALID) { in h_enter() 114 v = ppc_hash64_hpte0(cpu, hptes, 0); in remove_hpte() 245 v = ppc_hash64_hpte0(cpu, hptes, 0); in h_protect() 289 args[ridx++] = ppc_hash64_hpte0(cpu, hptes, i); in h_read() 439 target_ulong pte0 = ppc_hash64_hpte0(cpu, hptes, slot); in rehash_hpte()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | 125 static inline uint64_t ppc_hash64_hpte0(PowerPCCPU *cpu, in ppc_hash64_hpte0() function
|
H A D | mmu-hash64.c | 663 pte0 = ppc_hash64_hpte0(cpu, pteg, i); in ppc_hash64_pteg_search()
|