Searched refs:TLB_NOTDIRTY (Results 1 – 2 of 2) sorted by relevance
313 #define TLB_NOTDIRTY (1 << (TARGET_PAGE_BITS_MIN - 2)) macro326 (TLB_INVALID_MASK | TLB_NOTDIRTY | TLB_MMIO \
1102 write_flags |= TLB_NOTDIRTY; in tlb_set_page_full()1402 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_full()1405 flags &= ~TLB_NOTDIRTY; in probe_access_full()1426 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_full_mmu()1429 flags &= ~TLB_NOTDIRTY; in probe_access_full_mmu()1449 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_flags()1452 flags &= ~TLB_NOTDIRTY; in probe_access_flags()1486 if (flags & TLB_NOTDIRTY) { in probe_access()1680 if (flags & TLB_NOTDIRTY) { in mmu_watch_or_dirty()1682 flags &= ~TLB_NOTDIRTY; in mmu_watch_or_dirty()[all …]