Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dmem_encrypt.h7 static inline bool mem_encrypt_active(void) { return false; } in mem_encrypt_active() function
/Linux-v5.4/arch/powerpc/include/asm/
Dmem_encrypt.h13 static inline bool mem_encrypt_active(void) in mem_encrypt_active() function
/Linux-v5.4/include/linux/
Dmem_encrypt.h21 static inline bool mem_encrypt_active(void) { return false; } in mem_encrypt_active() function
/Linux-v5.4/arch/x86/include/asm/
Dmem_encrypt.h95 static inline bool mem_encrypt_active(void) in mem_encrypt_active() function
/Linux-v5.4/drivers/gpu/drm/
Ddrm_memory.c180 if (mem_encrypt_active()) in drm_need_swiotlb()
/Linux-v5.4/arch/x86/mm/
Dioremap.c681 if (!mem_encrypt_active()) in arch_memremap_can_ram_remap()
711 if (!mem_encrypt_active()) in early_memremap_pgprot_adjust()
Dmem_encrypt.c393 if (mem_encrypt_active()) { in mem_encrypt_free_decrypted_mem()
Dpageattr.c1945 if (!mem_encrypt_active()) in __set_memory_enc_dec()
/Linux-v5.4/arch/x86/kernel/
Dhead64.c266 if (mem_encrypt_active()) { in __startup_64()
/Linux-v5.4/kernel/dma/
Dswiotlb.c465 if (mem_encrypt_active()) in swiotlb_tbl_map_single()
/Linux-v5.4/fs/proc/
Dvmcore.c181 return read_from_oldmem(buf, count, ppos, 0, mem_encrypt_active()); in elfcorehdr_read_notes()
381 userbuf, mem_encrypt_active()); in __read_vmcore()
/Linux-v5.4/drivers/iommu/
Diommu.c123 if (iommu_default_passthrough() && mem_encrypt_active()) { in iommu_subsys_init()