Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c458 if (!(pte0 & HPTE64_V_VALID) || !(pte0 & HPTE64_V_BOLTED)) { in rehash_hpte()
518 if (replace_pte0 & HPTE64_V_BOLTED) { in rehash_hpte()
519 if (pte0 & HPTE64_V_BOLTED) { in rehash_hpte()
/qemu/target/ppc/
H A Dmmu-hash64.h78 #define HPTE64_V_BOLTED 0x0000000000000010ULL macro