| /linux/kernel/dma/ |
| H A D | pool.c | 110 addr = page_to_virt(page); in atomic_pool_expand() 116 ret = set_memory_decrypted((unsigned long)page_to_virt(page), in atomic_pool_expand() 129 ret = set_memory_encrypted((unsigned long)page_to_virt(page), in atomic_pool_expand()
|
| H A D | mapping.c | 725 trace_dma_alloc_pages(dev, page_to_virt(page), *dma_handle, in dma_alloc_pages() 752 trace_dma_free_pages(dev, page_to_virt(page), dma_handle, size, dir, 0); in dma_mmap_pages()
|
| /linux/mm/kasan/ |
| H A D | init.c | 295 pte_free_kernel(&init_mm, (pte_t *)page_to_virt(pmd_page(*pmd))); in kasan_free_pte() 310 pmd_free(&init_mm, (pmd_t *)page_to_virt(pud_page(*pud))); in kasan_free_pmd() 325 pud_free(&init_mm, (pud_t *)page_to_virt(p4d_page(*p4d))); in kasan_free_pud() 340 p4d_free(&init_mm, (p4d_t *)page_to_virt(pgd_page(*pgd))); in kasan_free_p4d()
|
| H A D | shadow.c | 312 __memset(page_to_virt(page), KASAN_VMALLOC_INVALID, PAGE_SIZE); in kasan_populate_vmalloc_pte()
|
| /linux/scripts/gdb/linux/ |
| H A D | mm.py | 194 def page_to_virt(self, page): member in x86_page_ops 198 return self.page_to_virt(page) 440 def page_to_virt(self, page): member in aarch64_page_ops 456 return self.page_to_virt(page)
|
| /linux/arch/m68k/include/asm/ |
| H A D | page_mm.h | 138 #define page_to_virt(page) ({ \ macro
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 555 trampoline_va = (u64)page_to_virt(page); in hv_crash_trampoline_setup() 567 hv_crash_ptpgs[i] = page_to_virt(page); in hv_crash_trampoline_setup()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ring.h | 165 return page_to_virt(rxpage->page) + rxpage->pg_off; in aq_buf_vaddr()
|
| /linux/drivers/s390/char/ |
| H A D | vmcp.c | 74 session->response = (char *)page_to_virt(page); in vmcp_response_alloc()
|
| /linux/arch/xtensa/mm/ |
| H A D | cache.c | 66 kvaddr = (unsigned long)page_to_virt(page); in kmap_invalidate_coherent()
|
| /linux/mm/ |
| H A D | hugetlb_vmemmap.c | 267 to = page_to_virt(page); in vmemmap_restore_pte() 344 copy_page(page_to_virt(walk.reuse_page), in vmemmap_remap_free()
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgtable.h | 189 unsigned long paddr = (unsigned long)page_to_virt(pte_page(pte)); in set_ptes()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gart.c | 200 adev->gart.ptr = page_to_virt(p); in amdgpu_gart_table_ram_alloc()
|
| /linux/net/core/ |
| H A D | xdp.c | 595 addr = page_to_virt(page); in xdp_convert_zc_to_xdp_frame() 879 addr = page_to_virt(page); in xdpf_clone()
|
| /linux/mm/kfence/ |
| H A D | core.c | 1012 __kfence_pool = page_to_virt(pages); in kfence_init_late() 1016 kfence_metadata_init = page_to_virt(pages); in kfence_init_late()
|
| /linux/drivers/hv/ |
| H A D | mshv_root_main.c | 1089 vp->vp_intercept_msg_page = page_to_virt(intercept_msg_page); in mshv_partition_ioctl_create_vp() 1091 vp->vp_register_page = page_to_virt(register_page); in mshv_partition_ioctl_create_vp() 1094 vp->vp_ghcb_page = page_to_virt(ghcb_page); in mshv_partition_ioctl_create_vp()
|
| /linux/fs/proc/ |
| H A D | kcore.c | 216 ent->addr = (unsigned long)page_to_virt(p); in kclist_add_private()
|
| /linux/arch/riscv/kvm/ |
| H A D | mmu.c | 576 kvm->arch.pgd = page_to_virt(pgd_page); in kvm_riscv_mmu_alloc_pgd()
|
| /linux/drivers/md/ |
| H A D | dm-flakey.c | 472 virt = page_to_virt(pages); in clone_bio()
|
| /linux/arch/s390/kvm/ |
| H A D | pci.c | 74 aift->gait = (struct zpci_gaite *)page_to_virt(page); in zpci_setup_aipb()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_xsk.c | 331 addr = page_to_virt(page); in i40e_construct_skb_zc()
|
| /linux/drivers/s390/cio/ |
| H A D | vfio_ccw_cp.c | 206 idaws[i] = virt_to_dma64(page_to_virt(pa->pa_page[i])); in page_array_idal_create_words()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_vio.c | 428 tbl = page_to_virt(page); in kvmppc_tce_put()
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport.c | 138 va = page_to_virt(skb_frag_page(skb_frag)); in virtio_transport_send_skb()
|
| /linux/drivers/pci/ |
| H A D | p2pdma.c | 220 gen_pool_free_owner(p2pdma->pool, (uintptr_t)page_to_virt(page), in p2pdma_folio_free()
|