Lines Matching defs:start
45 int start, aper_size;
75 for (start = 0; start < aper_size; start += KB(4)) {
76 uint32_t start_pte = INGTT(start);
82 for (end = start + KB(4); end < aper_size; end += KB(4)) {
84 if (end_pte == start_pte + (end - start))
92 start, end - KB(4),
93 start_pte, start_pte + (end - start) - KB(4));
94 start = end - KB(4);
99 for (end = start + KB(4); end < aper_size; end += KB(4)) {
108 start, end - KB(4),
110 start = end - KB(4);
114 printf("0x%08x: 0x%08x\n", start, start_pte);