Home
last modified time | relevance | path

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

12

/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.h19 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); \
H A Dset_memory.h55 int set_memory_decrypted(unsigned long addr, int numpages);
/linux/arch/arm64/include/asm/
H A Dset_memory.h20 int set_memory_decrypted(unsigned long addr, int numpages);
H A Dmem_encrypt.h17 int set_memory_decrypted(unsigned long addr, int numpages);
/linux/drivers/hv/
H A Dhv.c134 ret = set_memory_decrypted((unsigned long)hv_cpu->post_msg_page, 1); in hv_synic_alloc()
170 ret = set_memory_decrypted((unsigned long) in hv_synic_alloc()
185 ret = set_memory_decrypted((unsigned long) in hv_synic_alloc()
H A Dconnection.c245 ret = set_memory_decrypted((unsigned long) in vmbus_connect()
247 ret |= set_memory_decrypted((unsigned long) in vmbus_connect()
H A Dhv_common.c501 ret = set_memory_decrypted((unsigned long)mem, pgcount); in hv_common_cpu_init()
H A Dchannel.c454 ret = set_memory_decrypted((unsigned long)kbuffer, in __vmbus_establish_gpadl()
/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/x86/realmode/
H A Dinit.c115 set_memory_decrypted((unsigned long)base, size >> PAGE_SHIFT); in setup_real_mode()
/linux/arch/s390/mm/
H A Dinit.c127 int set_memory_decrypted(unsigned long vaddr, int numpages) in set_memory_decrypted() function
/linux/kernel/dma/
H A Dpool.c116 ret = set_memory_decrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
H A 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()
H A Ddirect.c84 return set_memory_decrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_decrypted()
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c232 if (set_memory_decrypted((unsigned long)addr, count)) in alloc_quote_buf()
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c685 return set_memory_decrypted((unsigned long)vaddr, pages); in arch_kexec_post_alloc_pages()
/linux/Documentation/virt/hyperv/
H A 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/drivers/virt/coco/sev-guest/
H A Dsev-guest.c223 ret = set_memory_decrypted((unsigned long)req.certs_data, npages); in get_ext_report()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2490 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
2494 EXPORT_SYMBOL_GPL(set_memory_decrypted);
/linux/arch/x86/coco/sev/
H A Dcore.c1673 ret = set_memory_decrypted((unsigned long)page_address(page), npages); in alloc_shared_pages()
/linux/Documentation/arch/x86/
H A Dtdx.rst385 * set_memory_decrypted() converts a range of pages to shared.

12