Home
last modified time | relevance | path

Searched refs:set_memory_encrypted (Results 1 – 16 of 16) 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.h21 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/kernel/dma/
H A Dpool.c129 ret = set_memory_encrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
H A Dswiotlb.c541 set_memory_encrypted(tbl_vaddr, tbl_size >> PAGE_SHIFT); in swiotlb_exit()
596 if (!set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages()
662 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/arch/x86/mm/
H A Dmem_encrypt_amd.c561 r = set_memory_encrypted(vaddr, npages); in mem_encrypt_free_decrypted_mem()
/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/coco/sev/
H A Dcore.c1485 ret = set_memory_encrypted((unsigned long)buf, npages); in free_shared_pages()
/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.c6623 set_memory_encrypted((unsigned long)mmu->pae_root, 1); in free_mmu_pages()