Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dhelper.c172 target_ulong L1pte, L2pte, L3pte; in get_physical_address() local
224 L1pte = ldq_phys(cs->as, pt + index*8); in get_physical_address()
226 if (unlikely((L1pte & PTE_VALID) == 0)) { in get_physical_address()
230 if (unlikely((L1pte & PTE_KRE) == 0)) { in get_physical_address()
233 pt = L1pte >> 32 << TARGET_PAGE_BITS; in get_physical_address()