Home
last modified time | relevance | path

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

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