Home
last modified time | relevance | path

Searched refs:ppc_hash64_map_hptes (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c68 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 Dmmu-hash64.h119 const ppc_hash_pte64_t *ppc_hash64_map_hptes(PowerPCCPU *cpu,
H A Dmmu-hash64.c552 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()