Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/arch/s390/include/asm/
H A Dmem_encrypt.h7 int set_memory_encrypted(unsigned long vaddr, int numpages);
/linux-6.15/arch/powerpc/include/asm/
H A Dmem_encrypt.h18 int set_memory_encrypted(unsigned long addr, int numpages);
/linux-6.15/arch/arm64/include/asm/
H A Dset_memory.h19 int set_memory_encrypted(unsigned long addr, int numpages);
H A Dmem_encrypt.h14 int set_memory_encrypted(unsigned long addr, int numpages);
/linux-6.15/drivers/hv/
H A Dhv.c217 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
229 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
238 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
H A Dconnection.c350 if (!set_memory_encrypted( in vmbus_disconnect()
357 if (!set_memory_encrypted( in vmbus_disconnect()
H A Dchannel.c547 if (!set_memory_encrypted((unsigned long)kbuffer, PFN_UP(size))) in __vmbus_establish_gpadl()
865 ret = set_memory_encrypted((unsigned long)gpadl->buffer, in vmbus_teardown_gpadl()
/linux-6.15/include/linux/
H A Dset_memory.h76 static inline int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dsvm.c41 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
/linux-6.15/arch/x86/include/asm/
H A Dset_memory.h52 int set_memory_encrypted(unsigned long addr, int numpages);
/linux-6.15/drivers/ptp/
H A Dptp_kvm_x86.c71 WARN_ON(set_memory_encrypted((unsigned long)clock_pair, 1)); in kvm_arch_ptp_exit()
/linux-6.15/arch/s390/mm/
H A Dinit.c116 int set_memory_encrypted(unsigned long vaddr, int numpages) in set_memory_encrypted() function
/linux-6.15/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c109 if (set_memory_encrypted((unsigned long)buf, count)) { in free_quote_buf()
/linux-6.15/kernel/dma/
H A Dpool.c129 ret = set_memory_encrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
H A Dswiotlb.c543 set_memory_encrypted(tbl_vaddr, tbl_size >> PAGE_SHIFT); in swiotlb_exit()
598 if (!set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages()
664 if (!set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in swiotlb_free_tlb()
H A Ddirect.c92 ret = set_memory_encrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_encrypted()
/linux-6.15/arch/x86/mm/
H A Dmem_encrypt_amd.c565 r = set_memory_encrypted(vaddr, npages); in mem_encrypt_free_decrypted_mem()
/linux-6.15/arch/x86/kernel/
H A Dmachine_kexec_64.c643 set_memory_encrypted((unsigned long)vaddr, pages); in arch_kexec_pre_free_pages()
/linux-6.15/Documentation/virt/hyperv/
H A Dcoco.rst238 set_memory_encrypted() or set_memory_decrypted() is responsible for ensuring
246 references that can't be prevented by the caller of set_memory_encrypted() or
/linux-6.15/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-6.15/arch/x86/mm/pat/
H A Dset_memory.c2468 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
2472 EXPORT_SYMBOL_GPL(set_memory_encrypted);
/linux-6.15/Documentation/arch/x86/
H A Dtdx.rst386 * set_memory_encrypted() converts memory back to private.
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c2800 ret = set_memory_encrypted((unsigned long)buf, npages); in free_shared_pages()
/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3-its.c245 if (set_memory_encrypted((unsigned long)addr, 1 << order)) in its_free_pages()

12