Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dcputlb.c902 TLB_DISCARD_WRITE | TLB_NOTDIRTY)) == 0) { in tlb_reset_dirty_range_locked()
909 qatomic_set(ptr_write, *ptr_write | TLB_NOTDIRTY); in tlb_reset_dirty_range_locked()
911 tlb_entry->addr_write |= TLB_NOTDIRTY; in tlb_reset_dirty_range_locked()
914 tlb_entry->addr_write | TLB_NOTDIRTY); in tlb_reset_dirty_range_locked()
960 if (tlb_entry->addr_write == (addr | TLB_NOTDIRTY)) { in tlb_set_dirty1_locked()
1102 write_flags |= TLB_NOTDIRTY; in tlb_set_page_full()
1394 if (unlikely(flags & ~(TLB_WATCHPOINT | TLB_NOTDIRTY | TLB_CHECK_ALIGNED)) in probe_access_internal()
1415 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_full()
1418 flags &= ~TLB_NOTDIRTY; in probe_access_full()
1439 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_full_mmu()
[all …]
/openbmc/qemu/include/exec/
H A Dcpu-all.h326 #define TLB_NOTDIRTY (1 << (TARGET_PAGE_BITS_MIN - 2)) macro
339 (TLB_INVALID_MASK | TLB_NOTDIRTY | TLB_MMIO \