Home
last modified time | relevance | path

Searched refs:HPTE64_V_BOLTED (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_softmmu.c449 if (!(pte0 & HPTE64_V_VALID) || !(pte0 & HPTE64_V_BOLTED)) { in rehash_hpte()
509 if (replace_pte0 & HPTE64_V_BOLTED) { in rehash_hpte()
510 if (pte0 & HPTE64_V_BOLTED) { in rehash_hpte()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h78 #define HPTE64_V_BOLTED 0x0000000000000010ULL macro