Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_USER_H
2 #define _ASM_POWERPC_USER_H
4 #include <asm/ptrace.h>
46 #define NBPG PAGE_SIZE
48 #define HOST_TEXT_START_ADDR (u.start_code)
49 #define HOST_DATA_START_ADDR (u.start_data)
50 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)