Lines Matching defs:start
88 static void __init mark_region(unsigned long start, unsigned long end,
92 start += Z2RAM_CHUNKMASK;
95 start &= ~Z2RAM_CHUNKMASK;
98 if (end <= Z2RAM_START || start >= Z2RAM_END)
100 start = start < Z2RAM_START ? 0x00000000 : start-Z2RAM_START;
102 while (start < end) {
103 u32 chunk = start>>Z2RAM_CHUNKSHIFT;
109 start += Z2RAM_CHUNKSIZE;
122 if (zorro_resource_start(z) >= r->start &&
179 z->resource.start = zi->boardaddr;