Home
last modified time | relevance | path

Searched refs:set_memory_encrypted (Results 1 – 14 of 14) 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/arch/powerpc/platforms/pseries/
H A Dsvm.c41 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
/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.c117 int set_memory_encrypted(unsigned long vaddr, int numpages) in set_memory_encrypted() function
/linux/drivers/hv/
H A Dchannel.c569 if (!set_memory_encrypted((unsigned long)kbuffer, PFN_UP(size))) in __vmbus_establish_gpadl()
642 if (set_memory_encrypted(vaddr, 1U << order)) in vmbus_free_buffer()
1062 ret = set_memory_encrypted((unsigned long)gpadl->buffer, in vmbus_teardown_gpadl()
/linux/kernel/dma/
H A Ddirect.c98 ret = set_memory_encrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_encrypted()
420 if (set_memory_encrypted((unsigned long)lm_addr, PFN_UP(size))) { in dma_direct_free()
H A Dpool.c147 set_memory_encrypted((unsigned long)page_to_virt(page), 1 << order)) in atomic_pool_expand()
H A Dswiotlb.c674 if (set_memory_encrypted(tbl_vaddr, tbl_size >> PAGE_SHIFT)) in swiotlb_exit()
737 if (cc_shared && !set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages()
812 !set_memory_encrypted((unsigned long)vaddr, PFN_UP(bytes))) in swiotlb_free_tlb()
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c217 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/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/drivers/irqchip/
H A Dirq-gic-v3-its.c248 if (set_memory_encrypted((unsigned long)addr, 1 << order)) in its_free_pages()