Lines Matching refs:unlikely
156 if (unlikely(!jc)) { in tb_jmp_cache_clear_page()
1404 if (unlikely(flags & ~(TLB_WATCHPOINT | TLB_NOTDIRTY | TLB_CHECK_ALIGNED)) in probe_access_internal()
1425 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_full()
1449 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_full_mmu()
1472 if (unlikely(flags & TLB_NOTDIRTY)) { in probe_access_flags()
1499 if (unlikely(flags & (TLB_NOTDIRTY | TLB_WATCHPOINT))) { in probe_access()
1588 if (unlikely(!tlb_hit(tlb_addr, addr))) { in tlb_plugin_lookup()
1681 if (unlikely(flags & TLB_CHECK_ALIGNED)) { in mmu_lookup1()
1685 if (unlikely(addr & ((1 << a_bits) - 1))) { in mmu_lookup1()
1764 if (unlikely(flags & (TLB_WATCHPOINT | TLB_NOTDIRTY))) { in mmu_lookup()
1767 if (unlikely(flags & TLB_BSWAP)) { in mmu_lookup()
1790 if (unlikely(flags & (TLB_WATCHPOINT | TLB_NOTDIRTY))) { in mmu_lookup()
1850 if (unlikely(tlbe->addr_read == -1)) { in atomic_mmu_lookup()
1867 if (unlikely(addr & (size - 1))) { in atomic_mmu_lookup()
1885 if (unlikely(tlb_addr & (TLB_MMIO | TLB_DISCARD_WRITE))) { in atomic_mmu_lookup()
1893 if (unlikely(tlb_addr & TLB_NOTDIRTY)) { in atomic_mmu_lookup()
1897 if (unlikely(tlb_addr & TLB_WATCHPOINT)) { in atomic_mmu_lookup()
1965 if (unlikely(r != MEMTX_OK)) { in int_ld_mmio_beN()
2166 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_beN()
2216 if (unlikely(p->flags & TLB_MMIO)) { in do_ld16_beN()
2261 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_1()
2273 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_2()
2293 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_4()
2313 if (unlikely(p->flags & TLB_MMIO)) { in do_ld_8()
2420 if (unlikely(l.page[0].flags & TLB_MMIO)) { in do_ld16_mmu()
2505 if (unlikely(r != MEMTX_OK)) { in int_st_mmio_leN()
2574 if (unlikely(p->flags & TLB_MMIO)) { in do_st_leN()
2577 } else if (unlikely(p->flags & TLB_DISCARD_WRITE)) { in do_st_leN()
2628 if (unlikely(p->flags & TLB_MMIO)) { in do_st16_leN()
2631 } else if (unlikely(p->flags & TLB_DISCARD_WRITE)) { in do_st16_leN()
2673 if (unlikely(p->flags & TLB_MMIO)) { in do_st_1()
2675 } else if (unlikely(p->flags & TLB_DISCARD_WRITE)) { in do_st_1()
2685 if (unlikely(p->flags & TLB_MMIO)) { in do_st_2()
2690 } else if (unlikely(p->flags & TLB_DISCARD_WRITE)) { in do_st_2()
2704 if (unlikely(p->flags & TLB_MMIO)) { in do_st_4()
2709 } else if (unlikely(p->flags & TLB_DISCARD_WRITE)) { in do_st_4()
2723 if (unlikely(p->flags & TLB_MMIO)) { in do_st_8()
2728 } else if (unlikely(p->flags & TLB_DISCARD_WRITE)) { in do_st_8()
2828 if (unlikely(l.page[0].flags & TLB_MMIO)) { in do_st16_mmu()
2833 } else if (unlikely(l.page[0].flags & TLB_DISCARD_WRITE)) { in do_st16_mmu()