Searched refs:X86_FEATURE_PCID (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/arch/x86/entry/ |
D | calling.h | 162 ALTERNATIVE "", "SET_NOFLUSH_BIT \reg", X86_FEATURE_PCID 182 ALTERNATIVE "jmp .Lwrcr3_\@", "", X86_FEATURE_PCID 239 ALTERNATIVE "jmp .Lwrcr3_\@", "", X86_FEATURE_PCID
|
/linux-6.1.9/arch/x86/mm/ |
D | tlb.c | 159 if (static_cpu_has(X86_FEATURE_PCID)) { in build_cr3() 175 VM_WARN_ON_ONCE(!boot_cpu_has(X86_FEATURE_PCID)); in build_cr3_noflush() 219 if (!static_cpu_has(X86_FEATURE_PCID)) { in choose_new_asid() 267 if (!cpu_feature_enabled(X86_FEATURE_PCID)) in invalidate_user_asid() 699 WARN_ON(boot_cpu_has(X86_FEATURE_PCID) && in initialize_tlbstate_and_flush()
|
D | init.c | 268 if (!boot_cpu_has(X86_FEATURE_PCID)) in setup_pcid() 301 setup_clear_cpu_cap(X86_FEATURE_PCID); in setup_pcid()
|
D | pti.c | 517 if (cpu_feature_enabled(X86_FEATURE_PCID)) in pti_kernel_image_global_ok()
|
/linux-6.1.9/tools/arch/x86/include/asm/ |
D | disabled-features.h | 30 # define DISABLE_PCID (1<<(X86_FEATURE_PCID & 31))
|
D | cpufeatures.h | 132 #define X86_FEATURE_PCID ( 4*32+17) /* Process Context Identifiers */ macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | disabled-features.h | 30 # define DISABLE_PCID (1<<(X86_FEATURE_PCID & 31))
|
D | cpufeatures.h | 132 #define X86_FEATURE_PCID ( 4*32+17) /* Process Context Identifiers */ macro
|
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/ |
D | set_sregs_test.c | 63 if (kvm_cpu_has(X86_FEATURE_PCID)) in calc_supported_cr4_feature_bits()
|
/linux-6.1.9/arch/x86/realmode/ |
D | init.c | 29 if (boot_cpu_has(X86_FEATURE_PCID)) in load_trampoline_pgtable()
|
/linux-6.1.9/arch/x86/kernel/cpu/ |
D | common.c | 265 if (!boot_cpu_has(X86_FEATURE_PCID)) in x86_nopcid_setup() 268 setup_clear_cpu_cap(X86_FEATURE_PCID); in x86_nopcid_setup() 487 if (boot_cpu_has(X86_FEATURE_PCID)) in cr4_init() 1578 setup_clear_cpu_cap(X86_FEATURE_PCID); in early_identify_cpu()
|
/linux-6.1.9/arch/x86/kvm/ |
D | x86.h | 475 if (!__cpu_has(__c, X86_FEATURE_PCID)) \
|
D | x86.c | 1181 if (!guest_cpuid_has(vcpu, X86_FEATURE_PCID)) in kvm_set_cr4()
|
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 85 #define X86_FEATURE_PCID KVM_X86_CPU_FEATURE(0x1, 0, ECX, 17) macro
|
/linux-6.1.9/arch/x86/xen/ |
D | enlighten_pv.c | 284 setup_clear_cpu_cap(X86_FEATURE_PCID); in xen_init_capabilities()
|