Home
last modified time | relevance | path

Searched defs:sev_snp_enabled (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dsev.h18 static inline bool sev_snp_enabled(void) { return false; } in sev_snp_enabled() function
/linux/arch/x86/kvm/svm/
H A Dsev.c53 static bool sev_snp_enabled = true; variable