Searched refs:set_memory_decrypted (Results 1 – 15 of 15) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | mem_encrypt.c | 43 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 D | mem_encrypt.h | 8 int set_memory_decrypted(unsigned long vaddr, int numpages);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mem_encrypt.h | 22 int set_memory_decrypted(unsigned long addr, int numpages);
|
| /linux/arch/x86/include/asm/ |
| H A D | vga.h | 25 set_memory_decrypted(start, (s) >> PAGE_SHIFT); \
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | svm.c | 54 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
|
| /linux/drivers/ptp/ |
| H A D | ptp_kvm_x86.c | 37 ret = set_memory_decrypted((unsigned long)clock_pair, 1); in kvm_arch_ptp_init()
|
| /linux/arch/s390/mm/ |
| H A D | init.c | 129 int set_memory_decrypted(unsigned long vaddr, int numpages) in set_memory_decrypted() function
|
| /linux/kernel/dma/ |
| H A D | swiotlb.c | 377 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 D | direct.c | 88 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 D | pool.c | 129 ret = set_memory_decrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
|
| /linux/drivers/virt/coco/tdx-guest/ |
| H A D | tdx-guest.c | 235 if (set_memory_decrypted((unsigned long)addr, count)) in alloc_quote_buf()
|
| /linux/drivers/hv/ |
| H A D | channel.c | 476 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 D | dma-attributes.rst | 188 already have marked the memory decrypted with set_memory_decrypted(). CPU
|
| /linux/Documentation/virt/hyperv/ |
| H A D | coco.rst | 375 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 D | irq-gic-v3-its.c | 224 ret = set_memory_decrypted((unsigned long)page_address(page), in its_alloc_pages_node()
|