Searched refs:spapr_store_hpte (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 87 spapr_store_hpte(cpu, ptex + slot, pteh | HPTE64_V_HPTE_DIRTY, ptel); in h_enter() 125 spapr_store_hpte(cpu, ptex, HPTE64_V_HPTE_DIRTY, 0); in remove_hpte() 259 spapr_store_hpte(cpu, ptex, in h_protect() 265 spapr_store_hpte(cpu, ptex, v | HPTE64_V_HPTE_DIRTY, r); in h_protect()
|
H A D | spapr.c | 1490 void spapr_store_hpte(PowerPCCPU *cpu, hwaddr ptex, in spapr_store_hpte() function
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 930 void spapr_store_hpte(PowerPCCPU *cpu, hwaddr ptex,
|