Home
last modified time | relevance | path

Searched refs:set_memory_encrypted (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/arm64/mm/
H A Dmem_encrypt.c34 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
41 EXPORT_SYMBOL_GPL(set_memory_encrypted);
/linux/arch/s390/include/asm/
H A Dmem_encrypt.h7 int set_memory_encrypted(unsigned long vaddr, int numpages);
/linux/arch/powerpc/include/asm/
H A Dmem_encrypt.h21 int set_memory_encrypted(unsigned long addr, int numpages);
/linux/arch/arm64/include/asm/
H A Dset_memory.h19 int set_memory_encrypted(unsigned long addr, int numpages);
H A Dmem_encrypt.h16 int set_memory_encrypted(unsigned long addr, int numpages);
/linux/include/linux/
H A Dset_memory.h76 static inline int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
/linux/arch/powerpc/platforms/pseries/
H A Dsvm.c41 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
/linux/arch/x86/include/asm/
H A Dset_memory.h53 int set_memory_encrypted(unsigned long addr, int numpages);
/linux/drivers/hv/
H A Dconnection.c362 if (!set_memory_encrypted( in vmbus_disconnect()
370 if (!set_memory_encrypted( in vmbus_disconnect()
H A Dchannel.c564 if (!set_memory_encrypted((unsigned long)kbuffer, PFN_UP(size))) in __vmbus_establish_gpadl()
885 ret = set_memory_encrypted((unsigned long)gpadl->buffer, in vmbus_teardown_gpadl()
H A Dhv.c153 ret = set_memory_encrypted((unsigned long)*page, 1); in hv_free_page()
/linux/drivers/ptp/
H A Dptp_kvm_x86.c71 WARN_ON(set_memory_encrypted((unsigned long)clock_pair, 1)); in kvm_arch_ptp_exit()
/linux/arch/s390/mm/
H A Dinit.c114 int set_memory_encrypted(unsigned long vaddr, int numpages) in set_memory_encrypted() function
/linux/kernel/dma/
H A Dpool.c129 ret = set_memory_encrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
H A Dswiotlb.c542 set_memory_encrypted(tbl_vaddr, tbl_size >> PAGE_SHIFT); in swiotlb_exit()
597 if (!set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages()
663 if (!set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in swiotlb_free_tlb()
H A Ddirect.c93 ret = set_memory_encrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_encrypted()
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c218 if (set_memory_encrypted((unsigned long)buf, count)) { in free_quote_buf()
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c561 r = set_memory_encrypted(vaddr, npages); in mem_encrypt_free_decrypted_mem()
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c724 set_memory_encrypted((unsigned long)vaddr, pages); in arch_kexec_pre_free_pages()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c277 if (set_memory_encrypted((unsigned long)req.certs_data, npages)) in get_ext_report()
/linux/Documentation/virt/hyperv/
H A Dcoco.rst375 set_memory_encrypted() or set_memory_decrypted() is responsible for ensuring
383 references that can't be prevented by the caller of set_memory_encrypted() or
/linux/arch/x86/mm/pat/
H A Dset_memory.c2465 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
2469 EXPORT_SYMBOL_GPL(set_memory_encrypted);
/linux/arch/x86/coco/sev/
H A Dcore.c1485 ret = set_memory_encrypted((unsigned long)buf, npages); in free_shared_pages()
/linux/Documentation/arch/x86/
H A Dtdx.rst386 * set_memory_encrypted() converts memory back to private.
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c248 if (set_memory_encrypted((unsigned long)addr, 1 << order)) in its_free_pages()

12