Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/mm/
Dtlb.c210 this_cpu_write(cpu_tlbstate.invalidate_other, false); in clear_asid_other()
227 if (this_cpu_read(cpu_tlbstate.invalidate_other)) in choose_new_asid()
1131 this_cpu_write(cpu_tlbstate.invalidate_other, true); in flush_tlb_one_kernel()
/linux-6.12.1/arch/x86/include/asm/
Dtlbflush.h106 bool invalidate_other; member