Home
last modified time | relevance | path

Searched refs:L2pte (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
237 L2pte = ldq_phys(cs->as, pt + index*8); in get_physical_address()
239 if (unlikely((L2pte & PTE_VALID) == 0)) { in get_physical_address()
243 if (unlikely((L2pte & PTE_KRE) == 0)) { in get_physical_address()
246 pt = L2pte >> 32 << TARGET_PAGE_BITS; in get_physical_address()