Home
last modified time | relevance | path

Searched refs:cpu_feature_enabled (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dmmu_context.h190 if (cpu_feature_enabled(X86_FEATURE_OSPKE)) { in init_new_context()
282 if (unlikely(cpu_feature_enabled(X86_FEATURE_MPX))) in arch_unmap()
Dpgtable_64_types.h36 #define pgtable_l5_enabled() cpu_feature_enabled(X86_FEATURE_LA57)
Dcpufeature.h126 #define cpu_feature_enabled(bit) \ macro
Dtlbflush.h383 if (!cpu_feature_enabled(X86_FEATURE_PCID)) in invalidate_user_asid()
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dmtrr.c733 if (cpu_feature_enabled(X86_FEATURE_K6_MTRR)) { in mtrr_bp_init()
741 if (cpu_feature_enabled(X86_FEATURE_CENTAUR_MCR)) { in mtrr_bp_init()
748 if (cpu_feature_enabled(X86_FEATURE_CYRIX_ARR)) { in mtrr_bp_init()
/Linux-v4.19/drivers/iommu/
Dintel-svm.c47 if (cpu_feature_enabled(X86_FEATURE_GBPAGES) && in intel_svm_init()
51 if (cpu_feature_enabled(X86_FEATURE_LA57) && in intel_svm_init()
405 if (cpu_feature_enabled(X86_FEATURE_LA57)) in intel_svm_bind_mm()
/Linux-v4.19/arch/x86/mm/
Dmpx.c198 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_get_bounds_dir()
264 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_disable_management()
Dinit.c199 if (cpu_feature_enabled(X86_FEATURE_PTI)) in probe_page_size_mask()
814 if (IS_ENABLED(CONFIG_X86_64) && cpu_feature_enabled(X86_FEATURE_PTI)) in free_kernel_image_pages()
Dpti.c498 if (cpu_feature_enabled(X86_FEATURE_PCID)) in pti_kernel_image_global_ok()
/Linux-v4.19/arch/x86/kernel/cpu/
Dcommon.c347 if (!cpu_feature_enabled(X86_FEATURE_UMIP)) in setup_umip()
376 if (!cpu_feature_enabled(X86_FEATURE_PKU)) in setup_pku()
1807 if (cpu_feature_enabled(X86_FEATURE_VME) || in cpu_init()
/Linux-v4.19/arch/x86/kernel/
Dtraps.c469 if (!cpu_feature_enabled(X86_FEATURE_MPX)) { in do_bounds()