Home
last modified time | relevance | path

Searched refs:DEBUGCTLMSR_FREEZE_IN_SMM (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmsr-index.h455 #define DEBUGCTLMSR_FREEZE_IN_SMM (1UL << DEBUGCTLMSR_FREEZE_IN_SMM_BIT) macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h455 #define DEBUGCTLMSR_FREEZE_IN_SMM (1UL << DEBUGCTLMSR_FREEZE_IN_SMM_BIT) macro
/linux/arch/x86/kvm/vmx/
H A Dnested.c3315 debugctl &= ~DEBUGCTLMSR_FREEZE_IN_SMM; in nested_vmx_check_guest_state()