Home
last modified time | relevance | path

Searched refs:X86_FEATURE_DEBUG_SWAP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h456 #define X86_FEATURE_DEBUG_SWAP (19*32+14) /* "debug_swap" SEV-ES full debug state swap support */ macro
/linux/arch/x86/kvm/svm/
H A Dsev.c3216 if (sev_es_enabled && cpu_feature_enabled(X86_FEATURE_DEBUG_SWAP) && in sev_hardware_setup()
4841 (cpu_feature_enabled(X86_FEATURE_DEBUG_SWAP) && in sev_es_prepare_switch_to_guest()