Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dmem_encrypt.c43 int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted() function
50 EXPORT_SYMBOL_GPL(set_memory_decrypted);
/linux/arch/s390/include/asm/
H A Dmem_encrypt.h8 int set_memory_decrypted(unsigned long vaddr, int numpages);
/linux/arch/powerpc/include/asm/
H A Dmem_encrypt.h22 int set_memory_decrypted(unsigned long addr, int numpages);
/linux/arch/x86/include/asm/
H A Dvga.h25 set_memory_decrypted(start, (s) >> PAGE_SHIFT); \
/linux/drivers/hv/
H A Dconnection.c249 ret = set_memory_decrypted((unsigned long) in vmbus_connect()
251 ret |= set_memory_decrypted((unsigned long) in vmbus_connect()
H A Dhv.c127 ret = set_memory_decrypted((unsigned long)*page, 1); in hv_alloc_page()
H A Dhv_common.c503 ret = set_memory_decrypted((unsigned long)mem, pgcount); in hv_common_cpu_init()
H A Dchannel.c471 ret = set_memory_decrypted((unsigned long)kbuffer, in __vmbus_establish_gpadl()
/linux/drivers/ptp/
H A Dptp_kvm_x86.c37 ret = set_memory_decrypted((unsigned long)clock_pair, 1); in kvm_arch_ptp_init()
/linux/arch/x86/realmode/
H A Dinit.c115 set_memory_decrypted((unsigned long)base, size >> PAGE_SHIFT); in setup_real_mode()
/linux/kernel/dma/
H A Dswiotlb.c264 set_memory_decrypted((unsigned long)mem->vaddr, bytes >> PAGE_SHIFT); in swiotlb_update_mem_attributes()
507 set_memory_decrypted((unsigned long)vstart, in swiotlb_init_late()
590 if (set_memory_decrypted((unsigned long)vaddr, PFN_UP(bytes))) in alloc_dma_pages()
1830 set_memory_decrypted((unsigned long)phys_to_virt(rmem->base), in rmem_swiotlb_device_init()
H A Dpool.c116 ret = set_memory_decrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
H A Ddirect.c84 return set_memory_decrypted((unsigned long)vaddr, PFN_UP(size)); in dma_set_decrypted()
/linux/arch/x86/hyperv/
H A Dhv_init.c159 WARN_ON_ONCE(set_memory_decrypted((unsigned long)(*hvp), 1)); in hv_cpu_init()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c220 ret = set_memory_decrypted((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
384 set_memory_decrypted(), so there's specific code in the #VC or #VE exception
/linux/arch/x86/coco/sev/
H A Dcore.c1504 ret = set_memory_decrypted((unsigned long)page_address(page), npages); in alloc_shared_pages()
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c224 ret = set_memory_decrypted((unsigned long)page_address(page), in its_alloc_pages_node()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c6673 set_memory_decrypted((unsigned long)mmu->pae_root, 1); in __kvm_mmu_create()