Home
last modified time | relevance | path

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

/arch/arm64/mm/
Dcontext.c38 static cpumask_t tlb_flush_pending; variable
121 cpumask_setall(&tlb_flush_pending); in flush_context()
223 if (cpumask_test_and_clear_cpu(cpu, &tlb_flush_pending)) in check_and_switch_context()
/arch/arm/mm/
Dcontext.c51 static cpumask_t tlb_flush_pending; variable
162 cpumask_setall(&tlb_flush_pending); in flush_context()
269 if (cpumask_test_and_clear_cpu(cpu, &tlb_flush_pending)) { in check_and_switch_context()