Searched refs:ppc_hash64_map_hptes (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 68 hptes = ppc_hash64_map_hptes(cpu, ptex, HPTES_PER_GROUP); in h_enter() 79 hptes = ppc_hash64_map_hptes(cpu, ptex + slot, 1); in h_enter() 113 hptes = ppc_hash64_map_hptes(cpu, ptex, 1); in remove_hpte() 244 hptes = ppc_hash64_map_hptes(cpu, ptex, 1); in h_protect() 287 hptes = ppc_hash64_map_hptes(cpu, ptex, n_entries); in h_read() 532 = ppc_hash64_map_hptes(cpu, ptex, HPTES_PER_GROUP); in rehash_hpt()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | 119 const ppc_hash_pte64_t *ppc_hash64_map_hptes(PowerPCCPU *cpu,
|
H A D | mmu-hash64.c | 552 const ppc_hash_pte64_t *ppc_hash64_map_hptes(PowerPCCPU *cpu, in ppc_hash64_map_hptes() function 658 pteg = ppc_hash64_map_hptes(cpu, ptex, HPTES_PER_GROUP); in ppc_hash64_pteg_search()
|