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

/linux-4.4.14/arch/powerpc/boot/
H A Dof.c27 static unsigned long claim_base; variable
36 if (claim_base == 0) of_try_claim()
37 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB); of_try_claim()
39 for(; claim_base < RAM_END; claim_base += ONE_MB) { of_try_claim()
41 printf(" trying: 0x%08lx\n\r", claim_base); of_try_claim()
43 addr = (unsigned long) of_claim(claim_base, size, 0); of_try_claim()
49 claim_base = PAGE_ALIGN(claim_base + size); of_try_claim()
62 if (claim_base < PROG_START) of_image_hdr()
63 claim_base = PROG_START; of_image_hdr()

Completed in 59 milliseconds