Lines Matching refs:claim_base
23 static unsigned long claim_base;
32 if (claim_base == 0)
33 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB);
35 for(; claim_base < RAM_END; claim_base += ONE_MB) {
37 printf(" trying: 0x%08lx\n\r", claim_base);
39 addr = (unsigned long) of_claim(claim_base, size, 0);
45 claim_base = PAGE_ALIGN(claim_base + size);
58 if (claim_base < PROG_START)
59 claim_base = PROG_START;