Searched defs:iotable_init (Results 1 - 2 of 2) sorted by relevance

/arch/arm/include/asm/mach/
H A Dmap.h42 extern void iotable_init(struct map_desc *, int);
61 #define iotable_init(map,num) do { } while (0) macro
/arch/arm/mm/
H A Dmmu.c929 void __init iotable_init(struct map_desc *io_desc, int nr) function
949 vm->caller = iotable_init;
1062 iotable_init(&map, 1);

Completed in 88 milliseconds