Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmem_encrypt.h27 static inline bool sev_active(void) { return false; } in sev_active() function
/Linux-v4.19/arch/x86/include/asm/
Dmem_encrypt.h76 static inline bool sev_active(void) { return false; } in sev_active() function
/Linux-v4.19/arch/x86/mm/
Dmem_encrypt.c344 bool sev_active(void) in sev_active() function