Go to the documentation of this file.
4 #include <linux/sched.h>
5 #include <linux/ptrace.h>
47 #define NBPG PAGE_SIZE
49 #define HOST_TEXT_START_ADDR (u.start_code)
50 #define HOST_DATA_START_ADDR (u.start_data)
51 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)