/arch/xtensa/mm/ |
D | cache.c | 66 if (!DCACHE_ALIAS_EQ(page_to_phys(page), vaddr)) { in kmap_invalidate_coherent() 75 (page_to_phys(page) & DCACHE_ALIAS_MASK); in kmap_invalidate_coherent() 78 page_to_phys(page)); in kmap_invalidate_coherent() 86 if (PageHighMem(page) || !DCACHE_ALIAS_EQ(page_to_phys(page), vaddr)) { in coherent_kvaddr() 87 *paddr = page_to_phys(page); in coherent_kvaddr() 148 unsigned long phys = page_to_phys(page); in flush_dcache_page() 203 unsigned long phys = page_to_phys(pfn_to_page(pfn)); in local_flush_cache_page() 231 unsigned long phys = page_to_phys(page); in update_mmu_cache() 265 unsigned long phys = page_to_phys(page); in copy_to_user_page() 301 unsigned long phys = page_to_phys(page); in copy_from_user_page()
|
/arch/m68k/include/asm/ |
D | virtconvert.h | 31 #define page_to_phys(page) \ macro 34 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/arch/mips/include/asm/mach-loongson64/ |
D | dma-coherence.h | 36 return phys_to_dma(dev, page_to_phys(page)); in plat_map_dma_mem_page() 38 return page_to_phys(page) | 0x80000000; in plat_map_dma_mem_page()
|
/arch/frv/include/asm/ |
D | cacheflush.h | 56 unsigned long addr = page_to_phys(page); in flush_dcache_page() 89 flush_icache_user_range(vma, page, page_to_phys(page), PAGE_SIZE); in flush_icache_page()
|
D | virtconvert.h | 38 #define page_to_phys(page) virt_to_phys((void *)__page_address(page)) macro
|
/arch/s390/mm/ |
D | page-states.c | 72 : "a" (page_to_phys(page)), in get_page_state() 84 : "a" (page_to_phys(page + i)), in set_page_unused() 95 : "a" (page_to_phys(page + i)), in set_page_stable_dat() 106 : "a" (page_to_phys(page + i)), in set_page_stable_nodat()
|
D | pgalloc.c | 62 return (unsigned long *) page_to_phys(page); in crst_table_alloc() 164 table = (unsigned long *) page_to_phys(page); in page_table_alloc_pgste() 197 table = (unsigned long *) page_to_phys(page); in page_table_alloc() 219 table = (unsigned long *) page_to_phys(page); in page_table_alloc()
|
/arch/sparc/include/asm/ |
D | page.h | 5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/arch/hexagon/include/asm/ |
D | page.h | 141 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro 146 #define page_to_virt(page) __va(page_to_phys(page))
|
/arch/microblaze/include/asm/ |
D | page.h | 155 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro 160 # define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro 161 # define page_to_bus(page) (page_to_phys(page))
|
/arch/mn10300/mm/ |
D | cache-flush-icache.c | 27 unsigned long start = page_to_phys(page); in flush_icache_page() 90 addr = page_to_phys(page); in flush_icache_page_range()
|
/arch/score/include/asm/ |
D | page.h | 74 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro 75 #define page_to_bus(page) (page_to_phys(page))
|
/arch/mips/include/asm/mach-jazz/ |
D | dma-coherence.h | 23 return vdma_alloc(page_to_phys(page), PAGE_SIZE); in plat_map_dma_mem_page()
|
/arch/mips/include/asm/mach-ath25/ |
D | dma-coherence.h | 42 return page_to_phys(page) + ath25_dev_offset(dev); in plat_map_dma_mem_page()
|
/arch/frv/mm/ |
D | highmem.c | 43 paddr = page_to_phys(page); in kmap_atomic()
|
/arch/mips/include/asm/mach-ip32/ |
D | dma-coherence.h | 45 pa = page_to_phys(page) & RAM_OFFSET_MASK; in plat_map_dma_mem_page()
|
/arch/mips/include/asm/mach-generic/ |
D | dma-coherence.h | 23 return page_to_phys(page); in plat_map_dma_mem_page()
|
/arch/mips/include/asm/mach-ip27/ |
D | dma-coherence.h | 32 dma_addr_t pa = dev_to_baddr(dev, page_to_phys(page)); in plat_map_dma_mem_page()
|
/arch/m68k/kernel/ |
D | dma.c | 38 *handle = page_to_phys(page); in m68k_dma_alloc() 135 dma_addr_t handle = page_to_phys(page) + offset; in m68k_dma_map_page()
|
/arch/s390/kernel/ |
D | machine_kexec.c | 234 reboot_code_buffer = (void *) page_to_phys(image->control_code_page); in machine_kexec_prepare() 270 data_mover = (relocate_kernel_t) page_to_phys(image->control_code_page); in __do_machine_kexec()
|
/arch/nios2/include/asm/ |
D | io.h | 52 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
|
/arch/m32r/include/asm/ |
D | io.h | 78 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro 79 #define page_to_bus page_to_phys
|
/arch/microblaze/kernel/ |
D | dma.c | 88 __dma_sync(page_to_phys(page) + offset, size, direction); in dma_direct_map_page() 89 return page_to_phys(page) + offset; in dma_direct_map_page()
|
/arch/unicore32/include/asm/ |
D | memory.h | 66 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
|
/arch/cris/arch-v32/drivers/pci/ |
D | dma.c | 50 return page_to_phys(page) + offset; in v32_dma_map_page()
|