Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/include/asm/
Dmem_encrypt.h7 int set_memory_encrypted(unsigned long vaddr, int numpages);
/linux-6.6.21/arch/powerpc/include/asm/
Dmem_encrypt.h18 int set_memory_encrypted(unsigned long addr, int numpages);
/linux-6.6.21/drivers/hv/
Dhv.c218 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
230 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
239 ret = set_memory_encrypted((unsigned long) in hv_synic_free()
Dconnection.c340 set_memory_encrypted((unsigned long)vmbus_connection.monitor_pages[0], 1); in vmbus_disconnect()
341 set_memory_encrypted((unsigned long)vmbus_connection.monitor_pages[1], 1); in vmbus_disconnect()
Dchannel.c567 set_memory_encrypted((unsigned long)kbuffer, in __vmbus_establish_gpadl()
884 ret = set_memory_encrypted((unsigned long)gpadl->buffer, in vmbus_teardown_gpadl()
/linux-6.6.21/include/linux/
Dset_memory.h70 static inline int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
/linux-6.6.21/arch/powerpc/platforms/pseries/
Dsvm.c40 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
/linux-6.6.21/arch/x86/include/asm/
Dset_memory.h51 int set_memory_encrypted(unsigned long addr, int numpages);
/linux-6.6.21/drivers/ptp/
Dptp_kvm_x86.c71 WARN_ON(set_memory_encrypted((unsigned long)clock_pair, 1)); in kvm_arch_ptp_exit()
/linux-6.6.21/arch/s390/mm/
Dinit.c115 int set_memory_encrypted(unsigned long vaddr, int numpages) in set_memory_encrypted() function
/linux-6.6.21/kernel/dma/
Dpool.c129 ret = set_memory_encrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
Dswiotlb.c539 set_memory_encrypted(tbl_vaddr, tbl_size >> PAGE_SHIFT); in swiotlb_exit()
594 if (!set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages()
660 if (!set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in swiotlb_free_tlb()
Ddirect.c92 ret = set_memory_encrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_encrypted()
/linux-6.6.21/arch/x86/mm/
Dmem_encrypt_amd.c551 r = set_memory_encrypted(vaddr, npages); in mem_encrypt_free_decrypted_mem()
/linux-6.6.21/arch/x86/kernel/
Dmachine_kexec_64.c590 set_memory_encrypted((unsigned long)vaddr, pages); in arch_kexec_pre_free_pages()
/linux-6.6.21/drivers/virt/coco/sev-guest/
Dsev-guest.c689 ret = set_memory_encrypted((unsigned long)buf, npages); in free_shared_pages()
/linux-6.6.21/arch/x86/mm/pat/
Dset_memory.c2186 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
2190 EXPORT_SYMBOL_GPL(set_memory_encrypted);
/linux-6.6.21/Documentation/arch/x86/
Dtdx.rst201 * set_memory_encrypted() converts memory back to private.
/linux-6.6.21/arch/x86/kvm/mmu/
Dmmu.c5960 set_memory_encrypted((unsigned long)mmu->pae_root, 1); in free_mmu_pages()