Home
last modified time | relevance | path

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

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