|
Linux Kernel
3.7.1
|
#include <asm/uaccess.h>#include <asm/addrspace.h>#include <asm/page.h>Go to the source code of this file.
Macros | |
| #define | STATIC static |
| #define | memzero(s, n) memset ((s), 0, (n)) |
| #define | CACHE_ENABLE 0 |
| #define | CACHE_DISABLE 1 |
| #define | HEAP_SIZE 0x10000 |
| #define | stackalign 4 |
| #define | STACK_SIZE (4096) |
Functions | |
| int | cache_control (unsigned int command) |
| int | puts (const char *) |
| void * | memset (void *s, int c, size_t n) |
| void * | memcpy (void *__dest, __const void *__src, size_t __n) |
| long | __attribute__ ((aligned(stackalign))) |
Variables | |
| char | input_data [] |
| int | input_len |
| int | _text |
| int | _end |
| long __attribute__ | ( | (aligned(stackalign)) | ) |
| int _end |
| int _text |
| char input_data[] |
| int input_len |
1.8.2