Searched refs:tlb_flush_pending (Results 1 – 9 of 9) sorted by relevance
14 static cpumask_t tlb_flush_pending; variable96 cpumask_setall(&tlb_flush_pending); in flush_context()229 if (cpumask_test_cpu(cpu, &tlb_flush_pending)) { in check_switch_mmu_context()233 cpumask_clear_cpu(cpu, &tlb_flush_pending); in check_switch_mmu_context()249 cpumask_intersects(&tlb_flush_pending, &cpu_sibling_map[cpu])) { in check_switch_mmu_context()
48 static cpumask_t tlb_flush_pending; variable159 cpumask_setall(&tlb_flush_pending); in flush_context()265 if (cpumask_test_and_clear_cpu(cpu, &tlb_flush_pending)) { in check_and_switch_context()
452 atomic_set(&mm->tlb_flush_pending, 0); in init_tlb_flush_pending()457 atomic_inc(&mm->tlb_flush_pending); in inc_tlb_flush_pending()506 atomic_dec(&mm->tlb_flush_pending); in dec_tlb_flush_pending()519 return atomic_read(&mm->tlb_flush_pending); in mm_tlb_flush_pending()531 return atomic_read(&mm->tlb_flush_pending) > 1; in mm_tlb_flush_nested()
1117 atomic_t tlb_flush_pending; member
28 static cpumask_t tlb_flush_pending; variable131 cpumask_setall(&tlb_flush_pending); in flush_context()255 if (cpumask_test_and_clear_cpu(cpu, &tlb_flush_pending)) in check_and_switch_context()
260 atomic_read(&mm->tlb_flush_pending), in dump_mm()
423 atomic_read(&mm->tlb_flush_pending)) in pte_accessible()
368 atomic_read(&mm->tlb_flush_pending)) in pte_accessible()
1029 atomic_read(&mm->tlb_flush_pending)) in pte_accessible()