Searched refs:X86_FEATURE_LA57 (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | page_64.h | 91 X86_FEATURE_LA57, in task_size_max()
|
D | disabled-features.h | 44 # define DISABLE_LA57 (1<<(X86_FEATURE_LA57 & 31))
|
D | pgtable_64_types.h | 36 #define pgtable_l5_enabled() cpu_feature_enabled(X86_FEATURE_LA57)
|
D | cpufeatures.h | 378 #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */ macro
|
/linux-6.1.9/tools/arch/x86/include/asm/ |
D | disabled-features.h | 44 # define DISABLE_LA57 (1<<(X86_FEATURE_LA57 & 31))
|
D | cpufeatures.h | 375 #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */ macro
|
/linux-6.1.9/arch/x86/lib/ |
D | putuser.S | 39 __stringify(mov $((1 << 56) - 4096 - (n)),%rbx), X86_FEATURE_LA57
|
D | getuser.S | 43 __stringify(mov $((1 << 56) - 4096 - (n)),%rdx), X86_FEATURE_LA57
|
/linux-6.1.9/arch/x86/boot/compressed/ |
D | pgtable_64.c | 131 (native_cpuid_ecx(7) & (1 << (X86_FEATURE_LA57 & 31)))) { in paging_prepare()
|
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/ |
D | set_sregs_test.c | 55 if (kvm_cpu_has(X86_FEATURE_LA57)) in calc_supported_cr4_feature_bits()
|
/linux-6.1.9/drivers/iommu/intel/ |
D | svm.c | 166 if (cpu_feature_enabled(X86_FEATURE_LA57) && in intel_svm_check() 382 sflags |= cpu_feature_enabled(X86_FEATURE_LA57) ? PASID_FLAG_FL5LP : 0; in intel_svm_bind_mm()
|
/linux-6.1.9/arch/x86/kvm/ |
D | x86.h | 469 if (!__cpu_has(__c, X86_FEATURE_LA57)) \
|
D | cpuid.c | 631 kvm_cpu_cap_set(X86_FEATURE_LA57); in kvm_set_cpu_caps()
|
/linux-6.1.9/Documentation/x86/ |
D | cpuinfo.rst | 130 it by clearing via setup_clear_cpu_cap(X86_FEATURE_LA57).
|
/linux-6.1.9/arch/x86/entry/ |
D | entry_64.S | 151 "shl $(64 - 57), %rcx; sar $(64 - 57), %rcx", X86_FEATURE_LA57
|
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 110 #define X86_FEATURE_LA57 KVM_X86_CPU_FEATURE(0x7, 0, ECX, 16) macro
|
/linux-6.1.9/arch/x86/kernel/cpu/ |
D | common.c | 1594 setup_clear_cpu_cap(X86_FEATURE_LA57); in early_identify_cpu()
|