Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xx/
Dtraps.c27 #define END_OF_MEM 0x02000000 macro
40 if ((uint)sp > END_OF_MEM) in print_backtrace()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dtraps.c25 #define END_OF_MEM (gd->bd->bi_memstart + gd->bd->bi_memsize) macro
38 if ((uint)sp > END_OF_MEM) in print_backtrace()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc86xx/
Dtraps.c31 #define END_OF_MEM (gd->bd->bi_memstart + get_effective_memsize()) macro
44 if ((uint) sp > END_OF_MEM) in print_backtrace()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dtraps.c38 #define END_OF_MEM (gd->bd->bi_memstart + get_effective_memsize()) macro
75 if ((uint)sp > END_OF_MEM) in print_backtrace()