Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmem_encrypt.h56 bool sev_es_active(void);
80 static inline bool sev_es_active(void) { return false; } in sev_es_active() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dmem_encrypt.c358 bool noinstr sev_es_active(void) in sev_es_active() function
432 if (sev_es_active()) in print_mem_encrypt_feature_info()
/OK3568_Linux_fs/kernel/arch/x86/realmode/
H A Dinit.c74 if (sev_es_active()) { in sme_sev_setup_real_mode()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es.c574 if (!sev_es_active()) in sev_es_efi_map_ghcbs()
733 if (!sev_es_active()) in sev_es_init_vc_handling()