Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/mm/
Dmem_encrypt.c147 if (!sme_active()) in sme_unmap_bootdata()
167 if (!sme_active()) in sme_map_bootdata()
345 bool sme_active(void) in sme_active() function
375 if (sme_active()) { in force_dma_unencrypted()
416 if (sme_active()) { in print_mem_encrypt_feature_info()
Dioremap.c722 if (sme_active()) { in arch_memremap_can_ram_remap()
748 if (sme_active()) { in early_memremap_pgprot_adjust()
Dmem_encrypt_identity.c290 if (!sme_active()) in sme_encrypt_kernel()
/Linux-v5.10/arch/x86/include/asm/
Dmem_encrypt.h53 bool sme_active(void);
77 static inline bool sme_active(void) { return false; } in sme_active() function
Dkexec.h132 unsigned int sme_active);
/Linux-v5.10/arch/x86/realmode/
Dinit.c45 if (sme_active()) in sme_sev_setup_real_mode()
82 if (sme_active()) in setup_real_mode()
/Linux-v5.10/arch/x86/kernel/
Dpci-swiotlb.c52 if (sme_active()) in pci_swiotlb_detect_4gb()
Dmachine_kexec_64.c390 sme_active()); in machine_kexec()
/Linux-v5.10/drivers/iommu/amd/
Dinit.c954 old_devtb = (sme_active() && is_kdump_kernel()) in copy_device_table()
2911 if (!sme_active() || (boot_cpu_data.x86 != 0x17)) in amd_iommu_sme_check()