Home
last modified time | relevance | path

Searched refs:mem_encrypt_active (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dmem_encrypt.h7 static inline bool mem_encrypt_active(void) { return false; } in mem_encrypt_active() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmem_encrypt.h13 static inline bool mem_encrypt_active(void) in mem_encrypt_active() function
/kernel/linux/linux-5.10/include/linux/
H A Dmem_encrypt.h21 static inline bool mem_encrypt_active(void) { return false; } in mem_encrypt_active() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmem_encrypt.h105 static inline bool mem_encrypt_active(void) in mem_encrypt_active() function
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_memory.c181 if (mem_encrypt_active()) in drm_need_swiotlb()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c155 if (hb && !mem_encrypt_active()) { in vmw_port_hb_out()
210 if (hb && !mem_encrypt_active()) { in vmw_port_hb_in()
H A Dvmwgfx_drv.c582 if (mem_encrypt_active()) in vmw_dma_select_mode()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dioremap.c766 if (!mem_encrypt_active()) in arch_memremap_can_ram_remap()
796 if (!mem_encrypt_active()) in early_memremap_pgprot_adjust()
H A Dmem_encrypt.c338 * distinction isn't needed, the mem_encrypt_active() function can be used.
402 if (mem_encrypt_active()) { in mem_encrypt_free_decrypted_mem()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhead64.c289 if (mem_encrypt_active()) { in __startup_64()
/kernel/linux/linux-5.10/kernel/dma/
H A Dswiotlb.c576 if (mem_encrypt_active()) in swiotlb_tbl_map_single()
/kernel/linux/linux-5.10/fs/proc/
H A Dvmcore.c184 return read_from_oldmem(buf, count, ppos, 0, mem_encrypt_active()); in elfcorehdr_read_notes()
385 userbuf, mem_encrypt_active()); in __read_vmcore()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Diommu_v2.c745 if (mem_encrypt_active()) in amd_iommu_init_device()
H A Diommu.c2757 if (!mem_encrypt_active() && dev_data->iommu_v2) in amd_iommu_def_domain_type()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c1138 if (mem_encrypt_active() && ((flags & AMD_ASIC_MASK) == CHIP_RAVEN)) { in amdgpu_pci_probe()
/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c1981 if (!mem_encrypt_active()) in __set_memory_enc_dec()
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c139 if (iommu_default_passthrough() && mem_encrypt_active()) { in iommu_subsys_init()

Completed in 26 milliseconds