Home
last modified time | relevance | path

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

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