Home
last modified time | relevance | path

Searched refs:HPTE64_V_VALID (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c70 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()
118 if ((v & HPTE64_V_VALID) == 0 || in remove_hpte()
249 if ((v & HPTE64_V_VALID) == 0 || in h_protect()
260 (v & ~HPTE64_V_VALID) | HPTE64_V_HPTE_DIRTY, 0); in h_protect()
445 if (!(pte0 & HPTE64_V_VALID) || !(pte0 & HPTE64_V_BOLTED)) { in rehash_hpte()
503 if (replace_pte0 & HPTE64_V_VALID) { in rehash_hpte()
H A Dspapr.c1462 #define HPTE_VALID(_hpte) (tswap64(*((uint64_t *)(_hpte))) & HPTE64_V_VALID)
1558 if (pte0 & HPTE64_V_VALID) { in spapr_store_hpte()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h81 #define HPTE64_V_VALID 0x0000000000000001ULL macro
H A Dmmu-hash64.c743 ptem |= HPTE64_V_VALID; in ppc_hash64_htab_lookup()