Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/sched.h>
#include <linux/thread_info.h>
#include <linux/ptrace.h>
#include <linux/hardirq.h>
#include <linux/kbuild.h>
#include <asm/pgtable.h>
#include <asm/ptrace.h>
#include <asm/processor.h>
#include <asm/pdc.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Macros | |
#define | FRAME_SIZE 64 |
#define | FRAME_ALIGN 64 |
#define | align_frame(x, y) (((x)+FRAME_SIZE+(y)-1) - (((x)+(y)-1)%(y))) |
Functions | |
int | main (void) |
Definition at line 53 of file asm-offsets.c.
#define FRAME_ALIGN 64 |
Definition at line 48 of file asm-offsets.c.
#define FRAME_SIZE 64 |
Definition at line 46 of file asm-offsets.c.
Definition at line 55 of file asm-offsets.c.