Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dcpu-all.h338 #define TLB_CHECK_ALIGNED (1 << 2) macro
340 #define TLB_SLOW_FLAGS_MASK (TLB_BSWAP | TLB_WATCHPOINT | TLB_CHECK_ALIGNED)
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1381 if (unlikely(flags & ~(TLB_WATCHPOINT | TLB_NOTDIRTY | TLB_CHECK_ALIGNED)) in probe_access_internal()
1769 if (unlikely(flags & TLB_CHECK_ALIGNED)) { in mmu_lookup()
/openbmc/qemu/target/arm/
H A Dptw.c2160 result->f.tlb_fill_flags |= TLB_CHECK_ALIGNED; in get_phys_addr_lpae()