Home
last modified time | relevance | path

Searched refs:sev_active (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dmem_encrypt.c198 if (sev_active()) in sme_early_init()
337 * sme_active() and sev_active() functions are used for this. When a
351 bool sev_active(void) in sev_active() function
355 EXPORT_SYMBOL_GPL(sev_active); variable
369 if (sev_active()) in force_dma_unencrypted()
428 if (sev_active()) in print_mem_encrypt_feature_info()
450 if (sev_active()) in mem_encrypt_init()
H A Dioremap.c95 if (!sev_active()) in __ioremap_check_encrypted()
115 if (!sev_active()) in __ioremap_check_other()
583 if (sev_active()) in memremap_should_map_decrypted()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmem_encrypt.h52 bool sev_active(void);
78 static inline bool sev_active(void) { return false; } in sev_active() function
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmachine_kexec_64.c169 if (sev_active()) in init_transition_pgtable()
209 if (sev_active()) { in init_pgtable()
601 if (sev_active()) in arch_kexec_post_alloc_pages()
614 if (sev_active()) in arch_kexec_pre_free_pages()
H A Dcrash_dump_64.c76 return read_from_oldmem(buf, count, ppos, 0, sev_active()); in elfcorehdr_read()
H A Dkvmclock.c228 if (sev_active()) { in kvmclock_init_mem()
H A Dkvm.c460 if (!sev_active()) in sev_map_percpu_data()
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi_64.c290 if (sev_active() && md->type != EFI_MEMORY_MAPPED_IO) in __map_region()
396 if (sev_active()) in efi_update_mem_attr()
444 if (sev_active()) in efi_runtime_update_mappings()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c435 if (sev_active()) { in has_svm()

Completed in 11 milliseconds