Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dcpu-all.h287 #define TLB_INVALID_MASK (1 << (TARGET_PAGE_BITS_MIN - 1)) macro
310 #define TLB_INVALID_MASK (1 << (TARGET_PAGE_BITS_MIN - 1)) macro
326 (TLB_INVALID_MASK | TLB_NOTDIRTY | TLB_MMIO \
354 return addr == (tlb_addr & (TARGET_PAGE_MASK | TLB_INVALID_MASK)); in tlb_hit_page()
/openbmc/qemu/semihosting/
H A Duaccess.c42 if (flags & TLB_INVALID_MASK) { in uaccess_strlen_user()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c107 if (probe && (flags & TLB_INVALID_MASK)) { in allocation_tag_mem_probe()
110 assert(!(flags & TLB_INVALID_MASK)); in allocation_tag_mem_probe()
146 assert(!(flags & TLB_INVALID_MASK)); in allocation_tag_mem_probe()
H A Dhelper-a64.c1892 assert(!(flags & TLB_INVALID_MASK)); in is_guarded_page()
H A Dsve_helper.c5366 if (flags & TLB_INVALID_MASK) { in sve_probe_page()
6789 if (unlikely(info.flags & (TLB_INVALID_MASK | TLB_MMIO))) { in DO_LD1_ZPZ_S()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c71 if (unlikely(flags & TLB_INVALID_MASK)) { in ptw_translate()
449 if (unlikely(flags & TLB_INVALID_MASK)) { in mmu_translate()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c450 mask &= TARGET_PAGE_MASK | TLB_INVALID_MASK; in tlb_hit_page_mask_anyprot()
901 if ((addr & (TLB_INVALID_MASK | TLB_MMIO | in tlb_reset_dirty_range_locked()
1076 read_flags |= TLB_INVALID_MASK; in tlb_set_page_full()
1187 write_flags |= TLB_INVALID_MASK; in tlb_set_page_full()
1359 return TLB_INVALID_MASK; in probe_access_internal()
1371 flags &= ~TLB_INVALID_MASK; in probe_access_internal()
1639 tlb_addr = tlb_read_idx(entry, access_type) & ~TLB_INVALID_MASK; in mmu_lookup1()
1841 tlb_addr = tlb_addr_write(tlbe) & ~TLB_INVALID_MASK; in atomic_mmu_lookup()
H A Duser-exec.c820 return TLB_INVALID_MASK; in probe_access_internal()
834 *phost = (flags & TLB_INVALID_MASK) ? NULL : g2h(env_cpu(env), addr); in probe_access_flags()
/openbmc/qemu/target/riscv/
H A Dop_helper.c228 if (ret != TLB_INVALID_MASK) { in check_zicbom_access()
/openbmc/qemu/target/arm/
H A Dptw.c589 if (unlikely(flags & TLB_INVALID_MASK)) { in S1_ptw_translate()
805 if (unlikely(flags & TLB_INVALID_MASK)) { in arm_casq_ptw()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c152 if (unlikely(flags & TLB_INVALID_MASK)) { in s390_probe_access()