Home
last modified time | relevance | path

Searched refs:X86_CR4_FSGSBASE (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dset_sregs_test.c68 cr4 |= X86_CR4_FSGSBASE; in calc_cr4_feature_bits()
118 test_cr4_feature_bit(vm, &sregs, X86_CR4_FSGSBASE); in main()
/linux-5.19.10/arch/x86/include/uapi/asm/
Dprocessor-flags.h122 #define X86_CR4_FSGSBASE _BITUL(X86_CR4_FSGSBASE_BIT) macro
/linux-5.19.10/arch/x86/kvm/
Dkvm_cache_regs.h10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE)
Dx86.h435 __reserved_bits |= X86_CR4_FSGSBASE; \
/linux-5.19.10/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h37 #define X86_CR4_FSGSBASE (1ul << 16) macro
/linux-5.19.10/arch/x86/kernel/cpu/
Dcommon.c417 X86_CR4_FSGSBASE | X86_CR4_CET;
1833 cr4_set_bits(X86_CR4_FSGSBASE); in identify_cpu()
/linux-5.19.10/arch/x86/include/asm/
Dkvm_host.h118 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c7329 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, feature_bit(FSGSBASE)); in nested_vmx_cr_fixed1_bits_update()