Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
misc.c File Reference
#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 *)
 
voidmemset (void *s, int c, size_t n)
 
voidmemcpy (void *__dest, __const void *__src, size_t __n)
 
long __attribute__ ((aligned(stackalign)))
 

Variables

char input_data []
 
int input_len
 
int _text
 
int _end
 

Macro Definition Documentation

#define CACHE_DISABLE   1

Definition at line 30 of file misc.c.

#define CACHE_ENABLE   0

Definition at line 29 of file misc.c.

#define HEAP_SIZE   0x10000

Definition at line 49 of file misc.c.

#define memzero (   s,
  n 
)    memset ((s), 0, (n))

Definition at line 26 of file misc.c.

#define STACK_SIZE   (4096)

Definition at line 112 of file misc.c.

#define stackalign   4

Definition at line 109 of file misc.c.

#define STATIC   static

Definition at line 22 of file misc.c.

Function Documentation

Definition at line 113 of file misc.c.

int cache_control ( unsigned int  command)

Definition at line 1 of file cache.c.

void* memcpy ( void __dest,
__const void __src,
size_t  __n 
)

Definition at line 87 of file misc.c.

void* memset ( void s,
int  c,
size_t  n 
)

Definition at line 78 of file misc.c.

int puts ( const char s)

Definition at line 95 of file misc.c.

Variable Documentation

int _end
int _text
char input_data[]
int input_len