Searched refs:__phys_to_pfn (Results 1 - 25 of 88) sorted by path

1234

/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c31 .pfn = __phys_to_pfn(CLPS711X_PHYS_BASE),
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c248 .pfn = __phys_to_pfn(SA1100_CS2_PHYS),
253 .pfn = __phys_to_pfn(SA1100_CS4_PHYS),
258 .pfn = __phys_to_pfn(H3600_EGPIO_PHYS),
H A Djornada720.c288 .pfn = __phys_to_pfn(EPSONREGSTART),
293 .pfn = __phys_to_pfn(EPSONFBSTART),
/linux-master/arch/arm/mach-tegra/
H A Dio.c27 .pfn = __phys_to_pfn(IO_PPSB_PHYS),
33 .pfn = __phys_to_pfn(IO_APB_PHYS),
39 .pfn = __phys_to_pfn(IO_CPU_PHYS),
45 .pfn = __phys_to_pfn(IO_IRAM_PHYS),
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c43 .pfn = __phys_to_pfn(0xd8000000),
/linux-master/arch/arm/include/asm/
H A Dmemory.h154 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys)))
H A Dpgtable-2level.h214 #define pmd_pfn(pmd) (__phys_to_pfn(pmd_val(pmd) & PHYS_MASK))
H A Dpgtable.h166 #define pmd_page(pmd) pfn_to_page(__phys_to_pfn(pmd_val(pmd) & PHYS_MASK))
/linux-master/arch/arm/kernel/
H A Defi.c53 .pfn = __phys_to_pfn(md->phys_addr),
H A Dsmp.c101 return __phys_to_pfn(virt_to_phys(pgd));
H A Dtcm.c57 .pfn = __phys_to_pfn(DTCM_OFFSET),
66 .pfn = __phys_to_pfn(ITCM_OFFSET),
/linux-master/arch/arm/mach-davinci/
H A Dda830.c453 .pfn = __phys_to_pfn(IO_PHYS),
459 .pfn = __phys_to_pfn(DA8XX_CP_INTC_BASE),
H A Dda850.c256 .pfn = __phys_to_pfn(IO_PHYS),
262 .pfn = __phys_to_pfn(DA8XX_CP_INTC_BASE),
/linux-master/arch/arm/mach-dove/
H A Dcommon.c49 .pfn = __phys_to_pfn(DOVE_SB_REGS_PHYS_BASE),
54 .pfn = __phys_to_pfn(DOVE_NB_REGS_PHYS_BASE),
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c59 .pfn = __phys_to_pfn(EP93XX_AHB_PHYS_BASE),
64 .pfn = __phys_to_pfn(EP93XX_APB_PHYS_BASE),
H A Dts72xx.c39 .pfn = __phys_to_pfn(TS72XX_MODEL_PHYS_BASE),
44 .pfn = __phys_to_pfn(TS72XX_OPTIONS_PHYS_BASE),
49 .pfn = __phys_to_pfn(TS72XX_OPTIONS2_PHYS_BASE),
54 .pfn = __phys_to_pfn(TS72XX_CPLDVER_PHYS_BASE),
H A Dvision_ep9307.c50 .pfn = __phys_to_pfn(VISION_PHYS_BASE),
/linux-master/arch/arm/mach-exynos/
H A Dexynos.c87 iodesc.pfn = __phys_to_pfn(be32_to_cpu(reg[0]));
/linux-master/arch/arm/mach-footbridge/
H A Dcommon.c221 .pfn = __phys_to_pfn(DC21285_ARMCSR_BASE),
227 .pfn = __phys_to_pfn(DC21285_PCI_MEM),
232 .pfn = __phys_to_pfn(DC21285_PCI_TYPE_0_CONFIG),
237 .pfn = __phys_to_pfn(DC21285_PCI_TYPE_1_CONFIG),
242 .pfn = __phys_to_pfn(DC21285_PCI_IACK),
251 pci_map_io_early(__phys_to_pfn(DC21285_PCI_IO));
/linux-master/arch/arm/mach-gemini/
H A Dboard-dt.c19 .pfn = __phys_to_pfn(CONFIG_DEBUG_UART_PHYS),
/linux-master/arch/arm/mach-hisi/
H A Dhisilicon.c31 .pfn = __phys_to_pfn(HI3620_SYSCTRL_PHYS_BASE),
/linux-master/arch/arm/mach-imx/
H A Dhardware.h104 .pfn = __phys_to_pfn(soc ## _ ## name ## _BASE_ADDR), \
H A Dplatsmp.c37 scu_io_desc.pfn = __phys_to_pfn(base);
/linux-master/arch/arm/mach-lpc32xx/
H A Dcommon.c80 .pfn = __phys_to_pfn(LPC32XX_AHB0_START),
86 .pfn = __phys_to_pfn(LPC32XX_AHB1_START),
92 .pfn = __phys_to_pfn(LPC32XX_FABAPB_START),
98 .pfn = __phys_to_pfn(LPC32XX_IRAM_BASE),
/linux-master/arch/arm/mach-mmp/
H A Dcommon.c27 .pfn = __phys_to_pfn(APB_PHYS_BASE),
32 .pfn = __phys_to_pfn(AXI_PHYS_BASE),
41 .pfn = __phys_to_pfn(PGU_PHYS_BASE),

Completed in 1295 milliseconds

1234