Home
last modified time | relevance | path

Searched refs:MAX_ASID_AVAILABLE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dtlb.c98 #define MAX_ASID_AVAILABLE ((1 << CR3_AVAIL_PCID_BITS) - 2) macro
105 VM_WARN_ON_ONCE(asid > MAX_ASID_AVAILABLE); in kern_pcid()
116 * MAX_ASID_AVAILABLE and thus never have the switch bit set. in kern_pcid()
160 VM_WARN_ON_ONCE(asid > MAX_ASID_AVAILABLE); in build_cr3_noflush()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dtlb.c108 #define MAX_ASID_AVAILABLE ((1 << CR3_AVAIL_PCID_BITS) - 2) macro
115 VM_WARN_ON_ONCE(asid > MAX_ASID_AVAILABLE); in kern_pcid()
126 * MAX_ASID_AVAILABLE and thus never have the switch bit set. in kern_pcid()
163 VM_WARN_ON_ONCE(asid > MAX_ASID_AVAILABLE); in build_cr3()

Completed in 4 milliseconds