Home
last modified time | relevance | path

Searched refs:X86_CR4_TSD (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.h100 #define X86_CR4_TSD _BITUL(X86_CR4_TSD_BIT) macro
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2248 cr4_clear_bits(X86_CR4_VME|X86_CR4_PVI|X86_CR4_TSD|X86_CR4_DE); in cpu_init()
/linux/arch/x86/include/asm/
H A Dkvm_host.h134 (~(unsigned long)(X86_CR4_VME | X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE\
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7734 cr4_fixed1_update(X86_CR4_TSD, edx, feature_bit(TSC)); in nested_vmx_cr_fixed1_bits_update()