| /linux/arch/loongarch/include/asm/ |
| H A D | page.h | 76 #define page_to_virt(page) __va(page_to_phys(page)) macro 83 #define page_to_virt(page) \ macro 97 #define pfn_to_virt(pfn) page_to_virt(pfn_to_page(pfn))
|
| /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()
|
| /linux/mm/ |
| H A D | hugetlb_vmemmap.c | 253 copy_page(page_to_virt(dst), page_to_virt(src)); in vmemmap_restore_pte() 510 p = page_to_virt(tail); in vmemmap_get_tail() 561 copy_page(page_to_virt(vmemmap_head), folio); in __hugetlb_vmemmap_optimize_folio() 888 p = page_to_virt(tail); in hugetlb_vmemmap_init()
|
| /linux/arch/m68k/include/asm/ |
| H A D | page_mm.h | 138 #define page_to_virt(page) ({ \ macro
|
| /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/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/arch/riscv/include/asm/ |
| H A D | page.h | 160 #define page_to_virt(page) (pfn_to_virt(page_to_pfn(page))) macro
|
| /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/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/kasan/ |
| H A D | shadow.c | 312 __memset(page_to_virt(page), KASAN_VMALLOC_INVALID, PAGE_SIZE); in kasan_populate_vmalloc_pte()
|
| /linux/fs/proc/ |
| H A D | kcore.c | 216 ent->addr = (unsigned long)page_to_virt(p); in kclist_add_private()
|
| /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()
|
| H A D | book3s_xive_native.c | 663 qaddr = page_to_virt(page) + (kvm_eq.qaddr & ~PAGE_MASK); in kvmppc_xive_native_set_queue_config()
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport.c | 133 /* We will use 'page_to_virt()' for the userspace page in virtio_transport_send_skb() 138 va = page_to_virt(skb_frag_page(skb_frag)); in virtio_transport_send_skb()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tio.c | 449 scatter = page_to_virt(pg); in sla_alloc()
|
| /linux/drivers/perf/ |
| H A D | riscv_pmu_sbi.c | 685 cpu_hw_evt->snapshot_addr = page_to_virt(snapshot_page); in pmu_sbi_snapshot_alloc()
|
| /linux/drivers/xen/ |
| H A D | privcmd.c | 1268 kioreq->ioreq = (struct ioreq *)(page_to_virt(pages[0])); in alloc_ioreq()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed.c | 696 buf = page_to_virt(page); in mtk_wed_tx_buffer_alloc()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1185 dfrag = (struct mptcp_data_frag *)(page_to_virt(pfrag->page) + offset); in mptcp_carve_data_frag()
|