Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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_STAR in of_image_hdr()
[all...]
/kernel/linux/linux-6.6/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_STAR in of_image_hdr()
[all...]

Completed in 2 milliseconds