Home
last modified time | relevance | path

Searched refs:claim_base (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dof.c23 static unsigned long claim_base; variable
32 if (claim_base == 0) in of_try_claim()
33 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB); in of_try_claim()
35 for(; claim_base < RAM_END; claim_base += ONE_MB) { in of_try_claim()
37 printf(" trying: 0x%08lx\n\r", claim_base); in of_try_claim()
39 addr = (unsigned long) of_claim(claim_base, size, 0); in of_try_claim()
45 claim_base = PAGE_ALIGN(claim_base + size); in of_try_claim()
58 if (claim_base < PROG_START) in of_image_hdr()
59 claim_base = PROG_START; in of_image_hdr()