Home
last modified time | relevance | path

Searched refs:sev_es_active (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dmem_encrypt.h55 bool sev_es_active(void);
79 static inline bool sev_es_active(void) { return false; } in sev_es_active() function
/Linux-v5.10/arch/x86/mm/
Dmem_encrypt.c356 bool noinstr sev_es_active(void) in sev_es_active() function
430 if (sev_es_active()) in print_mem_encrypt_feature_info()
/Linux-v5.10/arch/x86/realmode/
Dinit.c48 if (sev_es_active()) { in sme_sev_setup_real_mode()
/Linux-v5.10/arch/x86/kernel/
Dsev-es.c510 if (!sev_es_active()) in sev_es_efi_map_ghcbs()
669 if (!sev_es_active()) in sev_es_init_vc_handling()