page_to_phys 152 arch/x86/kernel/pci-dma.c addr = page_to_phys(page); page_to_phys 502 arch/x86/kernel/pci-gart_64.c paddr = dma_map_area(dev, page_to_phys(page), size, page_to_phys 1898 arch/x86/kvm/vmx.c vmcs_write64(IO_BITMAP_A, page_to_phys(vmx_io_bitmap_a)); page_to_phys 1899 arch/x86/kvm/vmx.c vmcs_write64(IO_BITMAP_B, page_to_phys(vmx_io_bitmap_b)); page_to_phys 1902 arch/x86/kvm/vmx.c vmcs_write64(MSR_BITMAP, page_to_phys(vmx_msr_bitmap)); page_to_phys 2106 arch/x86/kvm/vmx.c page_to_phys(vmx->vcpu.arch.apic->regs_page)); page_to_phys 2112 arch/x86/kvm/vmx.c page_to_phys(vmx->vcpu.kvm->arch.apic_access_page)); page_to_phys 68 include/asm-cris/dma-mapping.h return page_to_phys(page) + offset; page_to_phys 55 include/asm-frv/cacheflush.h unsigned long addr = page_to_phys(page); page_to_phys 88 include/asm-frv/cacheflush.h flush_icache_user_range(vma, page, page_to_phys(page), PAGE_SIZE); page_to_phys 119 include/asm-frv/highmem.h paddr = page_to_phys(page); page_to_phys 75 include/asm-m32r/io.h #define page_to_bus page_to_phys page_to_phys 14 include/asm-m32r/pgalloc.h set_pmd(pmd, __pmd(_PAGE_TABLE + page_to_phys(pte))); page_to_phys 293 include/asm-mn10300/io.h #define page_to_bus page_to_phys page_to_phys 281 include/asm-um/pgtable.h pte_set_val(pte, page_to_phys(page), (pgprot)); \ page_to_phys 220 include/asm-x86/dma-mapping.h return ops->map_single(dev, page_to_phys(page) + offset, page_to_phys 130 include/asm-x86/io_32.h #define isa_page_to_bus page_to_phys page_to_phys 194 include/asm-x86/io_64.h #define isa_page_to_bus page_to_phys page_to_phys 202 include/linux/bio.h #define bio_to_phys(bio) (page_to_phys(bio_page((bio))) + (unsigned long) bio_offset((bio))) page_to_phys 203 include/linux/bio.h #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset) page_to_phys 184 include/linux/scatterlist.h return page_to_phys(sg_page(sg)) + sg->offset; page_to_phys 477 sound/pci/emu10k1/memory.c emu->page_addr_table[page] = page_to_phys(p);