Searched refs:__pfn_to_phys (Results 1 - 20 of 20) sorted by relevance

/arch/arm/kernel/
H A Dcrash_dump.c42 vaddr = ioremap(__pfn_to_phys(pfn), PAGE_SIZE);
H A Dsetup.c758 res->start = __pfn_to_phys(memblock_region_memory_base_pfn(region));
759 res->end = __pfn_to_phys(memblock_region_memory_end_pfn(region)) - 1;
/arch/arm/mach-footbridge/include/mach/
H A Dmemory.h48 #define __pfn_to_bus(x) (__pfn_to_phys(x) + (BUS_OFFSET - PHYS_OFFSET))
/arch/unicore32/include/asm/
H A Dmemory.h67 #define __pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT) macro
72 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page)))
/arch/arm/mach-ks8695/include/mach/
H A Dmemory.h35 ({ dma_addr_t __dma = __pfn_to_phys(pfn); \
/arch/arm/mach-omap1/include/mach/
H A Dmemory.h29 ({ dma_addr_t __dma = __pfn_to_phys(pfn); \
/arch/unicore32/mm/
H A Dioremap.c118 set_pmd(pmd, __pmd(__pfn_to_phys(pfn) | type->prot_sect));
140 if (pfn >= 0x100000 && (__pfn_to_phys(pfn) & ~SECTION_MASK))
168 if (!((__pfn_to_phys(pfn) | size | addr) & ~PMD_MASK)) {
172 err = ioremap_page_range(addr, addr + size, __pfn_to_phys(pfn),
H A Dinit.c145 __pfn_to_phys(end_pfn));
165 free_bootmem(__pfn_to_phys(start), (end - start) << PAGE_SHIFT);
178 reserve_bootmem(__pfn_to_phys(start),
H A Dmmu.c217 __pfn_to_phys((u64)md->pfn), md->virtual);
225 __pfn_to_phys((u64)md->pfn), md->virtual);
231 phys = (unsigned long)__pfn_to_phys(md->pfn);
237 __pfn_to_phys(md->pfn), addr);
/arch/arm64/include/asm/
H A Dmemory.h79 #define __pfn_to_phys(pfn) ((phys_addr_t)(pfn) << PAGE_SHIFT) macro
84 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page)))
/arch/arm/include/asm/
H A Dmemory.h127 #define __pfn_to_phys(pfn) ((phys_addr_t)(pfn) << PAGE_SHIFT) macro
132 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page)))
320 #define __pfn_to_bus(x) __pfn_to_phys(x)
H A Ddma-mapping.h81 return phys_to_virt(__pfn_to_phys(pfn));
140 return __pfn_to_phys(dma_to_pfn(dev, dev_addr)) + offset;
H A Dpgtable.h210 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot))
/arch/arm/mach-iop13xx/include/mach/
H A Dmemory.h59 (dma_addr_t)__pfn_to_phys(pfn); \
/arch/arm/mm/
H A Dioremap.c204 pmd[0] = __pmd(__pfn_to_phys(pfn) | type->prot_sect);
206 pmd[1] = __pmd(__pfn_to_phys(pfn) | type->prot_sect);
238 super_pmd_val = __pfn_to_phys(pfn) | type->prot_sect |
265 phys_addr_t paddr = __pfn_to_phys(pfn);
H A Dmmu.c809 phys = __pfn_to_phys(md->pfn);
815 (long long)__pfn_to_phys((u64)md->pfn), addr);
828 (long long)__pfn_to_phys((u64)md->pfn), addr);
832 if ((addr | length | __pfn_to_phys(md->pfn)) & ~SUPERSECTION_MASK) {
835 (long long)__pfn_to_phys((u64)md->pfn), addr);
879 (long long)__pfn_to_phys((u64)md->pfn), md->virtual);
888 (long long)__pfn_to_phys((u64)md->pfn), md->virtual);
904 phys = __pfn_to_phys(md->pfn);
910 (long long)__pfn_to_phys(md->pfn), addr);
946 vm->phys_addr = __pfn_to_phys(m
[all...]
H A Dinit.c243 return memblock_is_memory(__pfn_to_phys(pfn));
H A Ddma-mapping.c231 phys_addr_t base = __pfn_to_phys(page_to_pfn(page));
/arch/arm/mach-footbridge/
H A Dcommon.c258 return __pfn_to_phys(pfn) + (fb_bus_sdram_offset() - PHYS_OFFSET);
/arch/arm64/kernel/
H A Dsetup.c349 res->start = __pfn_to_phys(memblock_region_memory_base_pfn(region));
350 res->end = __pfn_to_phys(memblock_region_memory_end_pfn(region)) - 1;

Completed in 281 milliseconds