Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dcpu-all.h301 #define TLB_MMIO (1 << (TARGET_PAGE_BITS_MIN - 2)) macro
328 #define TLB_MMIO (1 << (TARGET_PAGE_BITS_MIN - 3)) macro
339 (TLB_INVALID_MASK | TLB_NOTDIRTY | TLB_MMIO \
/openbmc/qemu/accel/tcg/
H A Dcputlb.c901 if ((addr & (TLB_INVALID_MASK | TLB_MMIO | in tlb_reset_dirty_range_locked()
1113 write_flags |= TLB_MMIO; in tlb_set_page_full()
1397 return TLB_MMIO; in probe_access_internal()
1586 if (tlb_addr & TLB_MMIO) { in tlb_plugin_lookup()
1868 if (unlikely(tlb_addr & (TLB_MMIO | TLB_DISCARD_WRITE))) { in atomic_mmu_lookup()
2152 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_beN()
2202 if (unlikely(p->flags & TLB_MMIO)) { in do_ld16_beN()
2247 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_1()
2259 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_2()
2279 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_4()
[all …]
H A Duser-exec.c805 return TLB_MMIO; in probe_access_internal()
840 g_assert((flags & ~TLB_MMIO) == 0); in probe_access()
/openbmc/qemu/semihosting/
H A Duaccess.c45 if (flags & TLB_MMIO) { in uaccess_strlen_user()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c121 if (unlikely(flags & TLB_MMIO)) { in allocation_tag_mem_probe()
H A Dsve_helper.c6049 if (unlikely(flags & TLB_MMIO)) { in sve_ldnfff1_r()
6093 if (unlikely(flags & TLB_MMIO)) { in sve_ldnfff1_r()
6574 if (unlikely(info.flags & TLB_MMIO)) { in sve_ld1_z()
6789 if (unlikely(info.flags & (TLB_INVALID_MASK | TLB_MMIO))) { in DO_LD1_ZPZ_S()
6964 if (!(info.flags & TLB_MMIO)) { in DO_LDFF1_ZPZ_S()