Go to the documentation of this file.
11 #ifndef __ASM_AVR32_USER_H
12 #define __ASM_AVR32_USER_H
14 #include <linux/types.h>
15 #include <asm/ptrace.h>
59 #define NBPG PAGE_SIZE
61 #define HOST_TEXT_START_ADDR (u.start_code)
62 #define HOST_DATA_START_ADDR (u.start_data)
63 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)