Go to the documentation of this file. 1 #ifndef _ASM_IA64_USER_H
2 #define _ASM_IA64_USER_H
31 #include <linux/ptrace.h>
32 #include <linux/types.h>
52 #define NBPG PAGE_SIZE
54 #define HOST_TEXT_START_ADDR (u.start_code)
55 #define HOST_DATA_START_ADDR (u.start_data)
56 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)