Home
last modified time | relevance | path

Searched refs:X86_CR3_PTI_PCID_USER_BIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dprocessor-flags.h55 # define X86_CR3_PTI_PCID_USER_BIT 11 macro
/openbmc/linux/arch/x86/mm/
H A Dtlb.c122 BUILD_BUG_ON(TLB_NR_DYN_ASIDS >= (1 << X86_CR3_PTI_PCID_USER_BIT)); in kern_pcid()
128 VM_WARN_ON_ONCE(asid & (1 << X86_CR3_PTI_PCID_USER_BIT)); in kern_pcid()
153 ret |= 1 << X86_CR3_PTI_PCID_USER_BIT; in user_pcid()
/openbmc/linux/arch/x86/entry/
H A Dcalling.h153 #define PTI_USER_PCID_BIT X86_CR3_PTI_PCID_USER_BIT