Home
last modified time | relevance | path

Searched refs:set_memory_decrypted (Results 1 – 15 of 15) sorted by relevance

/linux/arch/arm64/mm/
H A Dmem_encrypt.c43 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
50 EXPORT_SYMBOL_GPL(set_memory_decrypted);
/linux/arch/s390/include/asm/
H A Dmem_encrypt.h8 int set_memory_decrypted(unsigned long vaddr, int numpages);
/linux/arch/powerpc/include/asm/
H A Dmem_encrypt.h22 int set_memory_decrypted(unsigned long addr, int numpages);
/linux/arch/x86/include/asm/
H A Dvga.h25 set_memory_decrypted(start, (s) >> PAGE_SHIFT); \
/linux/arch/powerpc/platforms/pseries/
H A Dsvm.c54 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
/linux/drivers/ptp/
H A Dptp_kvm_x86.c37 ret = set_memory_decrypted((unsigned long)clock_pair, 1); in kvm_arch_ptp_init()
/linux/arch/s390/mm/
H A Dinit.c129 int set_memory_decrypted(unsigned long vaddr, int numpages) in set_memory_decrypted() function
/linux/kernel/dma/
H A Dswiotlb.c377 ret = set_memory_decrypted((unsigned long)mem->vaddr, in swiotlb_update_mem_attributes()
629 rc = set_memory_decrypted((unsigned long)vstart, in swiotlb_init_late()
731 if (cc_shared && set_memory_decrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages()
2038 ret = set_memory_decrypted((unsigned long)phys_to_virt(rmem->base), in rmem_swiotlb_device_init()
H A Ddirect.c88 ret = set_memory_decrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_decrypted()
308 if (set_memory_decrypted((unsigned long)lm_addr, PFN_UP(size))) in dma_direct_alloc()
H A Dpool.c129 ret = set_memory_decrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c235 if (set_memory_decrypted((unsigned long)addr, count)) in alloc_quote_buf()
/linux/drivers/hv/
H A Dchannel.c476 ret = set_memory_decrypted((unsigned long)kbuffer, in __vmbus_establish_gpadl()
729 ret = set_memory_decrypted((unsigned long)page_address(page), in vmbus_alloc_buffer()
/linux/Documentation/core-api/
H A Ddma-attributes.rst188 already have marked the memory decrypted with set_memory_decrypted(). CPU
/linux/Documentation/virt/hyperv/
H A Dcoco.rst375 set_memory_encrypted() or set_memory_decrypted() is responsible for ensuring
384 set_memory_decrypted(), so there's specific code in the #VC or #VE exception
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c224 ret = set_memory_decrypted((unsigned long)page_address(page), in its_alloc_pages_node()