|
Linux Kernel
3.7.1
|
#include <linux/compiler.h>#include <asm/linkage.h>Go to the source code of this file.
Macros | |
| #define | CPP_ASMLINKAGE |
| #define | asmlinkage CPP_ASMLINKAGE |
| #define | __page_aligned_data __section(.data..page_aligned) __aligned(PAGE_SIZE) |
| #define | __page_aligned_bss __section(.bss..page_aligned) __aligned(PAGE_SIZE) |
| #define | __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw" |
| #define | __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw" |
| #define | asmlinkage_protect(n, ret, args...) do { } while (0) |
| #define | __ALIGN .align 4,0x90 |
| #define | __ALIGN_STR ".align 4,0x90" |
| #define asmlinkage CPP_ASMLINKAGE |
1.8.2