Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsections.h16 extern char __srwx_boundary[];
/linux-6.1.9/arch/powerpc/kernel/
Dvmlinux.lds.S255 __srwx_boundary = .; symbol
/linux-6.1.9/arch/powerpc/mm/book3s32/
Dmmu.c161 unsigned long border = (unsigned long)__srwx_boundary - PAGE_OFFSET; in mmu_mapin_ram()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dradix_pgtable.c265 if (addr < __pa_symbol(__srwx_boundary)) in next_boundary()
266 return __pa_symbol(__srwx_boundary); in next_boundary()