Searched refs:set_memory_encrypted (Results 1 – 23 of 23) sorted by relevance
| /linux/arch/arm64/mm/ |
| A D | mem_encrypt.c | 34 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/ |
| A D | mem_encrypt.h | 7 int set_memory_encrypted(unsigned long vaddr, int numpages);
|
| /linux/arch/powerpc/include/asm/ |
| A D | mem_encrypt.h | 18 int set_memory_encrypted(unsigned long addr, int numpages);
|
| /linux/arch/arm64/include/asm/ |
| A D | mem_encrypt.h | 12 int set_memory_encrypted(unsigned long addr, int numpages);
|
| /linux/drivers/hv/ |
| A D | hv.c | 217 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()
|
| A D | connection.c | 350 if (!set_memory_encrypted( in vmbus_disconnect() 357 if (!set_memory_encrypted( in vmbus_disconnect()
|
| A D | channel.c | 547 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/include/linux/ |
| A D | set_memory.h | 70 static inline int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | svm.c | 40 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function
|
| /linux/arch/x86/include/asm/ |
| A D | set_memory.h | 54 int set_memory_encrypted(unsigned long addr, int numpages);
|
| /linux/drivers/ptp/ |
| A D | ptp_kvm_x86.c | 71 WARN_ON(set_memory_encrypted((unsigned long)clock_pair, 1)); in kvm_arch_ptp_exit()
|
| /linux/drivers/virt/coco/tdx-guest/ |
| A D | tdx-guest.c | 109 if (set_memory_encrypted((unsigned long)buf, count)) { in free_quote_buf()
|
| /linux/arch/s390/mm/ |
| A D | init.c | 117 int set_memory_encrypted(unsigned long vaddr, int numpages) in set_memory_encrypted() function
|
| /linux/kernel/dma/ |
| A D | pool.c | 129 ret = set_memory_encrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
|
| A D | swiotlb.c | 543 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()
|
| A D | direct.c | 92 ret = set_memory_encrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_encrypted()
|
| /linux/arch/x86/mm/ |
| A D | mem_encrypt_amd.c | 539 r = set_memory_encrypted(vaddr, npages); in mem_encrypt_free_decrypted_mem()
|
| /linux/arch/x86/kernel/ |
| A D | machine_kexec_64.c | 624 set_memory_encrypted((unsigned long)vaddr, pages); in arch_kexec_pre_free_pages()
|
| /linux/Documentation/virt/hyperv/ |
| A D | coco.rst | 238 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/arch/x86/mm/pat/ |
| A D | set_memory.c | 2274 int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted() function 2278 EXPORT_SYMBOL_GPL(set_memory_encrypted);
|
| /linux/drivers/virt/coco/sev-guest/ |
| A D | sev-guest.c | 722 ret = set_memory_encrypted((unsigned long)buf, npages); in free_shared_pages()
|
| /linux/Documentation/arch/x86/ |
| A D | tdx.rst | 386 * set_memory_encrypted() converts memory back to private.
|
| /linux/arch/x86/kvm/mmu/ |
| A D | mmu.c | 6323 set_memory_encrypted((unsigned long)mmu->pae_root, 1); in free_mmu_pages()
|
Completed in 53 milliseconds