Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dmem_encrypt.c144 if (!sme_active()) in sme_unmap_bootdata()
164 if (!sme_active()) in sme_map_bootdata()
338 bool sme_active(void) in sme_active() function
342 EXPORT_SYMBOL(sme_active);
Dioremap.c656 if (sme_active()) { in arch_memremap_can_ram_remap()
682 if (sme_active()) { in early_memremap_pgprot_adjust()
Dmem_encrypt_identity.c279 if (!sme_active()) in sme_encrypt_kernel()
/Linux-v4.19/arch/x86/include/asm/
Dmem_encrypt.h53 bool sme_active(void);
75 static inline bool sme_active(void) { return false; } in sme_active() function
Dkexec.h152 unsigned int sme_active);
/Linux-v4.19/arch/x86/realmode/
Dinit.c69 if (sme_active()) in setup_real_mode()
114 if (sme_active()) in setup_real_mode()
/Linux-v4.19/include/linux/
Dmem_encrypt.h26 static inline bool sme_active(void) { return false; } in sme_active() function
Ddma-mapping.h584 if (sme_active() && (mask < (((u64)sme_get_me_mask() << 1) - 1))) in dma_check_mask()
/Linux-v4.19/arch/x86/kernel/
Dpci-swiotlb.c53 if (sme_active()) in pci_swiotlb_detect_4gb()
Dmachine_kexec_64.c343 sme_active()); in machine_kexec()
/Linux-v4.19/kernel/dma/
Dswiotlb.c496 sme_active() ? "SME" : "SEV"); in swiotlb_tbl_map_single()
/Linux-v4.19/drivers/iommu/
Damd_iommu_init.c2769 if (!sme_active() || (boot_cpu_data.x86 != 0x17)) in amd_iommu_sme_check()