Home
last modified time | relevance | path

Searched refs:sme_active (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/arch/x86/mm/
Dmem_encrypt.c146 if (!sme_active()) in sme_unmap_bootdata()
166 if (!sme_active()) in sme_map_bootdata()
380 bool sme_active(void) in sme_active() function
406 if (sme_active()) { in force_dma_unencrypted()
447 if (sme_active()) { in print_mem_encrypt_feature_info()
Dioremap.c705 if (sme_active()) { in arch_memremap_can_ram_remap()
731 if (sme_active()) { in early_memremap_pgprot_adjust()
Dmem_encrypt_identity.c290 if (!sme_active()) in sme_encrypt_kernel()
/Linux-v5.15/arch/x86/include/asm/
Dmem_encrypt.h53 bool sme_active(void);
78 static inline bool sme_active(void) { return false; } in sme_active() function
Dkexec.h132 unsigned int sme_active);
/Linux-v5.15/arch/x86/realmode/
Dinit.c47 if (sme_active()) in sme_sev_setup_real_mode()
84 if (sme_active()) in setup_real_mode()
/Linux-v5.15/arch/x86/kernel/
Dpci-swiotlb.c52 if (sme_active()) in pci_swiotlb_detect_4gb()
Dmachine_kexec_64.c361 sme_active()); in machine_kexec()
/Linux-v5.15/drivers/iommu/amd/
Dinit.c967 old_devtb = (sme_active() && is_kdump_kernel()) in copy_device_table()
3035 if (!sme_active() || (boot_cpu_data.x86 != 0x17)) in amd_iommu_sme_check()