Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dcpu-all.h347 #define TLB_BSWAP (1 << 0) macro
353 #define TLB_SLOW_FLAGS_MASK (TLB_BSWAP | TLB_WATCHPOINT | TLB_CHECK_ALIGNED)
/openbmc/qemu/target/sparc/
H A Dmmu_helper.c582 full->tlb_fill_flags |= TLB_BSWAP; in get_physical_address_data()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1757 if (unlikely(flags & TLB_BSWAP)) { in mmu_lookup()
1787 tcg_debug_assert((flags & TLB_BSWAP) == 0); in mmu_lookup()