| /linux-6.15/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-6.15/arch/s390/include/asm/ |
| H A D | mem_encrypt.h | 8 int set_memory_decrypted(unsigned long vaddr, int numpages);
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | mem_encrypt.h | 19 int set_memory_decrypted(unsigned long addr, int numpages);
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | vga.h | 25 set_memory_decrypted(start, (s) >> PAGE_SHIFT); \
|
| H A D | set_memory.h | 53 int set_memory_decrypted(unsigned long addr, int numpages);
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | set_memory.h | 20 int set_memory_decrypted(unsigned long addr, int numpages);
|
| H A D | mem_encrypt.h | 15 int set_memory_decrypted(unsigned long addr, int numpages);
|
| /linux-6.15/drivers/hv/ |
| H A D | hv.c | 132 ret = set_memory_decrypted((unsigned long)hv_cpu->post_msg_page, 1); in hv_synic_alloc() 168 ret = set_memory_decrypted((unsigned long) in hv_synic_alloc() 183 ret = set_memory_decrypted((unsigned long) in hv_synic_alloc()
|
| H A D | connection.c | 236 ret = set_memory_decrypted((unsigned long) in vmbus_connect() 238 ret |= set_memory_decrypted((unsigned long) in vmbus_connect()
|
| H A D | hv_common.c | 509 ret = set_memory_decrypted((unsigned long)mem, pgcount); in hv_common_cpu_init()
|
| /linux-6.15/include/linux/ |
| H A D | set_memory.h | 81 static inline int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
|
| /linux-6.15/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-6.15/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-6.15/arch/x86/realmode/ |
| H A D | init.c | 112 set_memory_decrypted((unsigned long)base, size >> PAGE_SHIFT); in setup_real_mode()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | init.c | 128 int set_memory_decrypted(unsigned long vaddr, int numpages) in set_memory_decrypted() function
|
| /linux-6.15/drivers/virt/coco/tdx-guest/ |
| H A D | tdx-guest.c | 127 if (set_memory_decrypted((unsigned long)addr, count)) in alloc_quote_buf()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | kvmclock.c | 228 r = set_memory_decrypted((unsigned long) hvclock_mem, in kvmclock_init_mem()
|
| H A D | machine_kexec_64.c | 631 return set_memory_decrypted((unsigned long)vaddr, pages); in arch_kexec_post_alloc_pages()
|
| /linux-6.15/kernel/dma/ |
| H A D | pool.c | 116 ret = set_memory_decrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
|
| H A D | swiotlb.c | 266 set_memory_decrypted((unsigned long)mem->vaddr, bytes >> PAGE_SHIFT); in swiotlb_update_mem_attributes() 509 set_memory_decrypted((unsigned long)vstart, in swiotlb_init_late() 592 if (set_memory_decrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages() 1833 set_memory_decrypted((unsigned long)phys_to_virt(rmem->base), in rmem_swiotlb_device_init()
|
| H A D | direct.c | 83 return set_memory_decrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_decrypted()
|
| /linux-6.15/arch/x86/hyperv/ |
| H A D | hv_init.c | 120 WARN_ON_ONCE(set_memory_decrypted((unsigned long)(*hvp), 1)); in hv_cpu_init()
|
| /linux-6.15/Documentation/virt/hyperv/ |
| H A D | coco.rst | 238 set_memory_encrypted() or set_memory_decrypted() is responsible for ensuring 247 set_memory_decrypted(), so there's specific code in the #VC or #VE exception
|
| /linux-6.15/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 221 ret = set_memory_decrypted((unsigned long)req.certs_data, npages); in get_ext_report()
|
| /linux-6.15/arch/x86/mm/pat/ |
| H A D | set_memory.c | 2474 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function 2478 EXPORT_SYMBOL_GPL(set_memory_decrypted);
|