Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dhelper.c230 if (unlikely((L1pte & PTE_KRE) == 0)) { in get_physical_address()
243 if (unlikely((L2pte & PTE_KRE) == 0)) { in get_physical_address()
263 if (L3pte & (PTE_KRE << mmu_idx)) { in get_physical_address()
H A Dcpu.h325 PTE_KRE = 0x0100, enumerator