Home
last modified time | relevance | path

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

12

/linux-6.14.4/arch/arm64/mm/
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-6.14.4/arch/s390/include/asm/
Dmem_encrypt.h8 int set_memory_decrypted(unsigned long vaddr, int numpages);
/linux-6.14.4/arch/powerpc/include/asm/
Dmem_encrypt.h19 int set_memory_decrypted(unsigned long addr, int numpages);
/linux-6.14.4/drivers/hv/
Dhv.c132 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()
Dconnection.c236 ret = set_memory_decrypted((unsigned long) in vmbus_connect()
238 ret |= set_memory_decrypted((unsigned long) in vmbus_connect()
Dhv_common.c468 ret = set_memory_decrypted((unsigned long)mem, pgcount); in hv_common_cpu_init()
/linux-6.14.4/arch/x86/include/asm/
Dvga.h25 set_memory_decrypted(start, (s) >> PAGE_SHIFT); \
Dset_memory.h55 int set_memory_decrypted(unsigned long addr, int numpages);
/linux-6.14.4/arch/arm64/include/asm/
Dset_memory.h20 int set_memory_decrypted(unsigned long addr, int numpages);
Dmem_encrypt.h15 int set_memory_decrypted(unsigned long addr, int numpages);
/linux-6.14.4/include/linux/
Dset_memory.h81 static inline int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
/linux-6.14.4/arch/powerpc/platforms/pseries/
Dsvm.c54 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
/linux-6.14.4/drivers/ptp/
Dptp_kvm_x86.c37 ret = set_memory_decrypted((unsigned long)clock_pair, 1); in kvm_arch_ptp_init()
/linux-6.14.4/arch/x86/realmode/
Dinit.c112 set_memory_decrypted((unsigned long)base, size >> PAGE_SHIFT); in setup_real_mode()
/linux-6.14.4/arch/x86/kernel/
Dkvmclock.c228 r = set_memory_decrypted((unsigned long) hvclock_mem, in kvmclock_init_mem()
Dmachine_kexec_64.c631 return set_memory_decrypted((unsigned long)vaddr, pages); in arch_kexec_post_alloc_pages()
/linux-6.14.4/arch/s390/mm/
Dinit.c138 int set_memory_decrypted(unsigned long vaddr, int numpages) in set_memory_decrypted() function
/linux-6.14.4/drivers/virt/coco/tdx-guest/
Dtdx-guest.c127 if (set_memory_decrypted((unsigned long)addr, count)) in alloc_quote_buf()
/linux-6.14.4/kernel/dma/
Dswiotlb.c266 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()
Dpool.c116 ret = set_memory_decrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
Ddirect.c83 return set_memory_decrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_decrypted()
/linux-6.14.4/arch/x86/hyperv/
Dhv_init.c123 WARN_ON_ONCE(set_memory_decrypted((unsigned long)(*hvp), 1)); in hv_cpu_init()
/linux-6.14.4/Documentation/virt/hyperv/
Dcoco.rst238 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.14.4/drivers/virt/coco/sev-guest/
Dsev-guest.c220 ret = set_memory_decrypted((unsigned long)req.certs_data, npages); in get_ext_report()
/linux-6.14.4/arch/x86/mm/pat/
Dset_memory.c2278 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
2282 EXPORT_SYMBOL_GPL(set_memory_decrypted);

12