Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <asm/ptrace.h>
#include <asm/page.h>
Go to the source code of this file.
Data Structures | |
struct | user |
Macros | |
#define | NBPG PAGE_SIZE |
#define | UPAGES 1 |
#define | HOST_TEXT_START_ADDR (u.start_code) |
#define | HOST_DATA_START_ADDR (u.start_data) |
#define | HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) |
#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) |