Searched refs:ppc_hash64_unmap_hptes (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 74 ppc_hash64_unmap_hptes(cpu, hptes, ptex, HPTES_PER_GROUP); in h_enter() 81 ppc_hash64_unmap_hptes(cpu, hptes, ptex + slot, 1); in h_enter() 84 ppc_hash64_unmap_hptes(cpu, hptes, ptex, 1); in h_enter() 116 ppc_hash64_unmap_hptes(cpu, hptes, ptex, 1); in remove_hpte() 247 ppc_hash64_unmap_hptes(cpu, hptes, ptex, 1); in h_protect() 292 ppc_hash64_unmap_hptes(cpu, hptes, ptex, n_entries); in h_read() 542 ppc_hash64_unmap_hptes(cpu, hptes, ptex, HPTES_PER_GROUP); in rehash_hpt() 546 ppc_hash64_unmap_hptes(cpu, hptes, ptex, HPTES_PER_GROUP); in rehash_hpt()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | 121 void ppc_hash64_unmap_hptes(PowerPCCPU *cpu, const ppc_hash_pte64_t *hptes,
|
H A D | mmu-hash64.c | 577 void ppc_hash64_unmap_hptes(PowerPCCPU *cpu, const ppc_hash_pte64_t *hptes, in ppc_hash64_unmap_hptes() function 696 ppc_hash64_unmap_hptes(cpu, pteg, ptex, HPTES_PER_GROUP); in ppc_hash64_pteg_search() 700 ppc_hash64_unmap_hptes(cpu, pteg, ptex, HPTES_PER_GROUP); in ppc_hash64_pteg_search()
|