Searched refs:map_desc (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/arch/arm/include/asm/mach/
H A Dmap.h14 struct map_desc { struct
40 extern void iotable_init(struct map_desc *, int);
43 extern void create_mapping_late(struct mm_struct *mm, struct map_desc *md,
/linux-master/arch/arm/mach-mmp/
H A Dcommon.c25 static struct map_desc standard_io_desc[] __initdata = {
39 static struct map_desc mmp2_io_desc[] __initdata = {
/linux-master/arch/arm/mach-s3c/
H A Dmach-s3c64xx-dt.c21 static struct map_desc s3c64xx_dt_iodesc[] __initdata = {
H A Ds3c64xx.h20 void s3c64xx_init_io(struct map_desc *mach_desc, int size);
H A Dcpu.h55 struct map_desc;
/linux-master/arch/arm/mach-hisi/
H A Dhisilicon.c28 static struct map_desc hi3620_io_desc[] __initdata = {
/linux-master/arch/arm/mach-imx/
H A Dmach-imx27.c15 static struct map_desc imx27_io_desc[] __initdata = {
H A Dmm-imx3.c73 static struct map_desc mx31_io_desc[] __initdata = {
114 static struct map_desc mx35_io_desc[] __initdata = {
H A Dplatsmp.c23 static struct map_desc scu_io_desc __initdata = {
/linux-master/tools/testing/selftests/ring-buffer/
H A Dmap_test.c111 struct tracefs_cpu_map_desc map_desc; local
153 ASSERT_EQ(tracefs_cpu_map(&self->map_desc, cpu), 0);
170 tracefs_cpu_unmap(&self->map_desc);
175 struct tracefs_cpu_map_desc *desc = &self->map_desc;
206 struct tracefs_cpu_map_desc *desc = &self->map_desc;
272 struct tracefs_cpu_map_desc map_desc; local
278 ASSERT_EQ(tracefs_cpu_map(&map_desc, cpu), -EBUSY);
283 struct tracefs_cpu_map_desc map_desc; local
286 ASSERT_EQ(tracefs_cpu_map(&map_desc, cpu), 0);
/linux-master/arch/arm/mach-tegra/
H A Dio.c24 static struct map_desc tegra_io_desc[] __initdata = {
/linux-master/arch/arm/mach-spear/
H A Dspear1310.c40 static struct map_desc spear1310_io_desc[] __initdata = {
H A Dspear3xx.c51 struct map_desc spear3xx_io_desc[] __initdata = {
H A Dspear13xx.c58 static struct map_desc spear13xx_io_desc[] __initdata = {
/linux-master/arch/arm/mach-gemini/
H A Dboard-dt.c16 static struct map_desc gemini_io_desc[] __initdata = {
/linux-master/arch/arm/mach-davinci/
H A Dcommon.h33 struct map_desc *io_desc;
/linux-master/arch/arm/mach-omap2/
H A Dio.c65 static struct map_desc omap24xx_io_desc[] __initdata = {
81 static struct map_desc omap242x_io_desc[] __initdata = {
105 static struct map_desc omap243x_io_desc[] __initdata = {
135 static struct map_desc omap34xx_io_desc[] __initdata = {
182 static struct map_desc omapti81xx_io_desc[] __initdata = {
193 static struct map_desc omapam33xx_io_desc[] __initdata = {
210 static struct map_desc omap44xx_io_desc[] __initdata = {
233 static struct map_desc omap54xx_io_desc[] __initdata = {
262 static struct map_desc dra7xx_io_desc[] __initdata = {
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c29 static struct map_desc clps711x_io_desc __initdata = {
/linux-master/arch/arm/mach-pxa/
H A Dgeneric.c100 static struct map_desc common_io_desc[] __initdata = {
/linux-master/arch/arm/mach-s5pv210/
H A Ds5pv210.c22 struct map_desc iodesc;
/linux-master/arch/arm/mach-versatile/
H A Dintegrator_cp.c37 static struct map_desc intcp_io_desc[] __initdata __maybe_unused = {
/linux-master/arch/arm/mach-omap1/
H A Dio.c25 static struct map_desc omap1_io_desc[] __initdata = {
/linux-master/arch/arm/mach-nomadik/
H A Dcpu-8815.c60 static struct map_desc cpu8815_io_desc[] __initdata = {
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c39 static struct map_desc vt8500_io_desc[] __initdata = {
/linux-master/arch/arm/mach-lpc32xx/
H A Dcommon.c77 static struct map_desc lpc32xx_io_desc[] __initdata = {

Completed in 168 milliseconds

123