Home
last modified time | relevance | path

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

/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.h18 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/drivers/hv/
H A Dhv.c219 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
231 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
240 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
H A Dconnection.c359 if (!set_memory_encrypted( in vmbus_disconnect()
367 if (!set_memory_encrypted( in vmbus_disconnect()
H A Dchannel.c548 if (!set_memory_encrypted((unsigned long)kbuffer, PFN_UP(size))) in __vmbus_establish_gpadl()
866 ret = set_memory_encrypted((unsigned long)gpadl->buffer, in vmbus_teardown_gpadl()
/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.h54 int set_memory_encrypted(unsigned long addr, int numpages);
/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.c115 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.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.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.c214 if (set_memory_encrypted((unsigned long)buf, count)) { in free_quote_buf()
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c697 set_memory_encrypted((unsigned long)vaddr, pages); in arch_kexec_pre_free_pages()
/linux/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/drivers/virt/coco/sev-guest/
H A Dsev-guest.c280 if (set_memory_encrypted((unsigned long)req.certs_data, npages)) in get_ext_report()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2484 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
2488 EXPORT_SYMBOL_GPL(set_memory_encrypted);
/linux/arch/x86/coco/sev/
H A Dcore.c1654 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()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c6521 set_memory_encrypted((unsigned long)mmu->pae_root, 1); in free_mmu_pages()