Searched refs:X86_FEATURE_PCID (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | tlbflush.h | 123 if (static_cpu_has(X86_FEATURE_PCID)) { in build_cr3() 139 VM_WARN_ON_ONCE(!boot_cpu_has(X86_FEATURE_PCID)); in build_cr3_noflush() 389 if (!cpu_feature_enabled(X86_FEATURE_PCID)) in invalidate_user_asid()
|
| D | disabled-features.h | 42 # define DISABLE_PCID (1<<(X86_FEATURE_PCID & 31))
|
| D | cpufeatures.h | 130 #define X86_FEATURE_PCID ( 4*32+17) /* Process Context Identifiers */ macro
|
| /Linux-v5.4/arch/x86/entry/ |
| D | calling.h | 192 ALTERNATIVE "", "SET_NOFLUSH_BIT \reg", X86_FEATURE_PCID 212 ALTERNATIVE "jmp .Lwrcr3_\@", "", X86_FEATURE_PCID 269 ALTERNATIVE "jmp .Lwrcr3_\@", "", X86_FEATURE_PCID
|
| /Linux-v5.4/tools/arch/x86/include/asm/ |
| D | disabled-features.h | 42 # define DISABLE_PCID (1<<(X86_FEATURE_PCID & 31))
|
| D | cpufeatures.h | 130 #define X86_FEATURE_PCID ( 4*32+17) /* Process Context Identifiers */ macro
|
| /Linux-v5.4/arch/x86/mm/ |
| D | tlb.c | 81 if (!static_cpu_has(X86_FEATURE_PCID)) { in choose_new_asid() 497 WARN_ON(boot_cpu_has(X86_FEATURE_PCID) && in initialize_tlbstate_and_flush()
|
| D | init.c | 218 if (!boot_cpu_has(X86_FEATURE_PCID)) in setup_pcid() 251 setup_clear_cpu_cap(X86_FEATURE_PCID); in setup_pcid()
|
| D | pti.c | 525 if (cpu_feature_enabled(X86_FEATURE_PCID)) in pti_kernel_image_global_ok()
|
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | common.c | 192 if (!boot_cpu_has(X86_FEATURE_PCID)) in x86_nopcid_setup() 195 setup_clear_cpu_cap(X86_FEATURE_PCID); in x86_nopcid_setup() 415 if (boot_cpu_has(X86_FEATURE_PCID)) in cr4_init() 1245 setup_clear_cpu_cap(X86_FEATURE_PCID); in early_identify_cpu()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | reboot.c | 124 if (boot_cpu_has(X86_FEATURE_PCID)) in machine_real_restart()
|
| /Linux-v5.4/arch/x86/xen/ |
| D | enlighten_pv.c | 305 setup_clear_cpu_cap(X86_FEATURE_PCID); in xen_init_capabilities()
|
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmx.c | 4081 guest_cpuid_has(vcpu, X86_FEATURE_PCID); in vmx_compute_secondary_exec_control() 6990 cr4_fixed1_update(X86_CR4_PCIDE, ecx, bit(X86_FEATURE_PCID)); in nested_vmx_cr_fixed1_bits_update()
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | x86.c | 936 if (!guest_cpuid_has(vcpu, X86_FEATURE_PCID)) in kvm_set_cr4()
|