Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/mm/book3s64/
Dradix_pgtable.c272 unsigned long stext_phys; in next_boundary() local
274 stext_phys = __pa_symbol(_stext); in next_boundary()
277 if (stext_phys != 0) { in next_boundary()
279 unsigned long end_intr = __pa_symbol(__end_interrupts) - stext_phys; in next_boundary()
284 if (addr < stext_phys) in next_boundary()
285 return stext_phys; in next_boundary()