Searched refs:__phys_to_pfn (Results 1 - 25 of 87) sorted by relevance

1234

/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-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),
/linux-master/arch/arm/mach-omap2/
H A Dio.c68 .pfn = __phys_to_pfn(L3_24XX_PHYS),
74 .pfn = __phys_to_pfn(L4_24XX_PHYS),
84 .pfn = __phys_to_pfn(DSP_MEM_2420_PHYS),
90 .pfn = __phys_to_pfn(DSP_IPI_2420_PHYS),
96 .pfn = __phys_to_pfn(DSP_MMU_2420_PHYS),
108 .pfn = __phys_to_pfn(L4_WK_243X_PHYS),
114 .pfn = __phys_to_pfn(OMAP243X_GPMC_PHYS),
120 .pfn = __phys_to_pfn(OMAP243X_SDRC_PHYS),
126 .pfn = __phys_to_pfn(OMAP243X_SMS_PHYS),
138 .pfn = __phys_to_pfn(L3_34XX_PHY
[all...]
/linux-master/arch/arm/mach-s3c/
H A Dmach-s3c64xx-dt.c24 .pfn = __phys_to_pfn(S3C64XX_PA_SYSCON),
H A Ds3c64xx.c101 .pfn = __phys_to_pfn(S3C64XX_PA_SYSCON),
106 .pfn = __phys_to_pfn(S3C64XX_PA_SROM),
111 .pfn = __phys_to_pfn(S3C_PA_UART),
116 .pfn = __phys_to_pfn(S3C64XX_PA_VIC0),
121 .pfn = __phys_to_pfn(S3C64XX_PA_VIC1),
126 .pfn = __phys_to_pfn(S3C_PA_TIMER),
131 .pfn = __phys_to_pfn(S3C64XX_PA_GPIO),
136 .pfn = __phys_to_pfn(S3C64XX_PA_MODEM),
141 .pfn = __phys_to_pfn(S3C64XX_PA_WATCHDOG),
146 .pfn = __phys_to_pfn(S3C64XX_PA_USB_HSPH
[all...]
/linux-master/arch/arm/mach-spear/
H A Dspear13xx.c61 .pfn = __phys_to_pfn(PERIP_GRP2_BASE),
66 .pfn = __phys_to_pfn(PERIP_GRP1_BASE),
71 .pfn = __phys_to_pfn(A9SM_AND_MPMC_BASE),
76 .pfn = __phys_to_pfn(L2CC_BASE),
H A Dspear3xx.c54 .pfn = __phys_to_pfn(SPEAR_ICM1_2_BASE),
59 .pfn = __phys_to_pfn(SPEAR_ICM3_SMI_CTRL_BASE),
H A Dspear1310.c43 .pfn = __phys_to_pfn(SPEAR1310_RAS_GRP1_BASE),
/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-versatile/
H A Dintegrator_cp.c40 .pfn = __phys_to_pfn(INTEGRATOR_IC_BASE),
45 .pfn = __phys_to_pfn(INTEGRATOR_UART0_BASE),
50 .pfn = __phys_to_pfn(INTEGRATOR_CP_SIC_BASE),
H A Dintegrator_ap.c47 .pfn = __phys_to_pfn(INTEGRATOR_IC_BASE),
52 .pfn = __phys_to_pfn(INTEGRATOR_UART0_BASE),
/linux-master/arch/arm/mach-omap1/
H A Dio.c28 .pfn = __phys_to_pfn(OMAP1_IO_PHYS),
33 .pfn = __phys_to_pfn(OMAP1_DSP_START),
38 .pfn = __phys_to_pfn(OMAP1_DSPREG_START),
/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-hisi/
H A Dhisilicon.c31 .pfn = __phys_to_pfn(HI3620_SYSCTRL_PHYS_BASE),
/linux-master/arch/arm64/mm/
H A Dioremap.c16 if (WARN_ON(pfn_is_map_memory(__phys_to_pfn(phys_addr))))
/linux-master/arch/xtensa/mm/
H A Dioremap.c16 unsigned long pfn = __phys_to_pfn((phys_addr));
/linux-master/arch/arm/mach-imx/
H A Dhardware.h104 .pfn = __phys_to_pfn(soc ## _ ## name ## _BASE_ADDR), \
/linux-master/arch/arm/mach-gemini/
H A Dboard-dt.c19 .pfn = __phys_to_pfn(CONFIG_DEBUG_UART_PHYS),
/linux-master/include/asm-generic/
H A Dmemory_model.h61 #define __phys_to_pfn(paddr) PHYS_PFN(paddr) macro
/linux-master/arch/arm/mach-rpc/
H A Driscpc.c70 .pfn = __phys_to_pfn(SCREEN_START),
75 .pfn = __phys_to_pfn(IO_START),
80 .pfn = __phys_to_pfn(EASI_START),
/linux-master/arch/riscv/mm/
H A Dpgtable.c61 pud_t new_pud = pfn_pud(__phys_to_pfn(phys), prot);
99 pmd_t new_pmd = pfn_pmd(__phys_to_pfn(phys), prot);
/linux-master/arch/loongarch/include/asm/
H A Dpage.h76 #define sym_to_pfn(x) __phys_to_pfn(__pa_symbol(x))
82 #define phys_to_pfn(paddr) __phys_to_pfn(paddr)
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c31 .pfn = __phys_to_pfn(CLPS711X_PHYS_BASE),
/linux-master/arch/arm/mach-pxa/
H A Dgeneric.c103 .pfn = __phys_to_pfn(PERIPH_PHYS),
/linux-master/arch/arm/mach-ep93xx/
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),

Completed in 191 milliseconds

1234