Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h126 #define X86_CR4_FSGSBASE _BITUL(X86_CR4_FSGSBASE_BIT) macro
/linux/arch/x86/kernel/cpu/
H A Dcommon.c404 X86_CR4_FSGSBASE | X86_CR4_CET | X86_CR4_FRED;
1861 cr4_set_bits(X86_CR4_FSGSBASE); in identify_cpu()
/linux/arch/x86/include/asm/
H A Dkvm_host.h137 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7748 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, feature_bit(FSGSBASE)); in nested_vmx_cr_fixed1_bits_update()