Searched refs:page_to_phys (Results 126 - 147 of 147) sorted by last modified time

123456

/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c92 const unsigned long vpa = page_to_phys(page);
112 const unsigned long vpa = page_to_phys(page);
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c983 page_to_phys(ne_mem_region->pages[i]),
/linux-master/arch/csky/mm/
H A Ddma-mapping.c18 void *start = __va(page_to_phys(page));
55 cache_op(page_to_phys(page), size, dma_wbinv_set_zero_range);
/linux-master/arch/parisc/kernel/
H A Dpatch.c42 set_fixmap(fixmap, page_to_phys(page));
/linux-master/drivers/char/agp/
H A Dsworks-agp.c351 page_to_phys(mem->pages[i]), mem->type),
H A Dali-agp.c155 page_to_phys(page)) | ALI_CACHE_FLUSH_EN ));
183 page_to_phys(page)) | ALI_CACHE_FLUSH_EN));
H A Dgeneric.c1095 page_to_phys(mem->pages[i]),
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h45 static inline unsigned long page_to_phys(struct page *page) function
/linux-master/arch/m68k/mm/
H A Dcache.c117 : : "a" (page_to_phys(page)));
/linux-master/arch/mips/jazz/
H A Djazzdma.c528 phys_addr_t phys = page_to_phys(page) + offset;
/linux-master/lib/
H A Dkfifo.c320 if (page_to_phys(page) != page_to_phys(npage) - l) {
/linux-master/drivers/net/fjes/
H A Dfjes_trace.h114 __entry->tx = page_to_phys(vmalloc_to_page(tx)) +
116 __entry->rx = page_to_phys(vmalloc_to_page(rx)) +
/linux-master/arch/arm/include/asm/
H A Dpgalloc.h144 __pmd_populate(pmdp, page_to_phys(ptep), prot);
/linux-master/drivers/crypto/nx/
H A Dnx.c91 sg_addr = page_to_phys(vmalloc_to_page(start_addr))
121 sg_addr = page_to_phys(vmalloc_to_page(
/linux-master/drivers/firmware/efi/
H A Dcapsule.c172 sglist_phys = page_to_phys(sg_pages[0]);
267 sglist[j].data = page_to_phys(sg_pages[i + 1]);
/linux-master/arch/microblaze/mm/
H A Dconsistent.c20 phys_addr_t paddr = page_to_phys(page);
/linux-master/arch/xtensa/include/asm/
H A Dhighmem.h34 return DCACHE_ALIAS(page_to_phys(page));
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-mmu.c309 phys_addr_t phys = page_to_phys(sg_page(s)) + s->offset;
H A Dipu3-dmamap.c120 page_to_phys(pages[i]), PAGE_SIZE);
/linux-master/arch/arm/kernel/
H A Dpatch.c38 set_fixmap(fixmap, page_to_phys(page));
/linux-master/arch/nios2/include/asm/
H A Dio.h32 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
/linux-master/arch/sparc/include/asm/
H A Dpage.h5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro

Completed in 279 milliseconds

123456