Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dhelper.c171 target_ulong L1pte, L2pte, L3pte; in get_physical_address() local
236 L2pte = ldq_phys(cs->as, pt + index*8); in get_physical_address()
238 if (unlikely((L2pte & PTE_VALID) == 0)) { in get_physical_address()
242 if (unlikely((L2pte & PTE_KRE) == 0)) { in get_physical_address()
245 pt = L2pte >> 32 << TARGET_PAGE_BITS; in get_physical_address()