Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dhelper.c228 if (unlikely((L1pte & PTE_VALID) == 0)) { in get_physical_address()
241 if (unlikely((L2pte & PTE_VALID) == 0)) { in get_physical_address()
255 if (unlikely((L3pte & PTE_VALID) == 0)) { in get_physical_address()
H A Dcpu.h320 PTE_VALID = 0x0001, enumerator