Home
last modified time | relevance | path

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

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