Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dinternal.h269 #define PTE_CHECK_MASK (TARGET_PAGE_MASK | 0x7B) macro
H A Dmmu_common.c127 (*raddr & PTE_CHECK_MASK) != (tlb->pte1 & PTE_CHECK_MASK)) { in ppc6xx_tlb_check()