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

/arch/m68k/sun3/
H A Dsun3dvma.c39 struct hole { struct
48 static struct hole initholes[64];
87 struct hole *hole; local
91 hole = list_entry(cur, struct hole, list);
93 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0))
96 printk("hole
107 struct hole *hole; local
154 struct hole *hole; local
205 struct hole *hole; local
251 struct hole *hole; local
[all...]
/arch/arm/mm/
H A Dinit.c216 static void __init arm_adjust_dma_zone(unsigned long *size, unsigned long *hole, argument
224 hole[ZONE_NORMAL] = hole[0];
225 hole[ZONE_DMA] = 0;

Completed in 316 milliseconds