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()
455 atomic_set(&mm->tlb_flush_pending, 0); in init_tlb_flush_pending()460 atomic_inc(&mm->tlb_flush_pending); in inc_tlb_flush_pending()509 atomic_dec(&mm->tlb_flush_pending); in dec_tlb_flush_pending()522 return atomic_read(&mm->tlb_flush_pending); in mm_tlb_flush_pending()534 return atomic_read(&mm->tlb_flush_pending) > 1; in mm_tlb_flush_nested()
1273 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()
228 atomic_read(&mm->tlb_flush_pending), in dump_mm()
454 atomic_read(&mm->tlb_flush_pending)) in pte_accessible()
363 atomic_read(&mm->tlb_flush_pending)) in pte_accessible()
978 atomic_read(&mm->tlb_flush_pending)) in pte_accessible()