Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions | Variables
setup.h File Reference
#include <uapi/asm/setup.h>

Go to the source code of this file.

Typedefs

typedef void(* vi_handler_t )(void)
 

Functions

void setup_early_printk (void)
 
void set_handler (unsigned long offset, void *addr, unsigned long len)
 
void set_uncached_handler (unsigned long offset, void *addr, unsigned long len)
 
voidset_vi_handler (int n, vi_handler_t addr)
 
voidset_except_vector (int n, void *addr)
 
void per_cpu_trap_init (bool)
 
void cpu_cache_init (void)
 

Variables

unsigned long ebase
 

Typedef Documentation

typedef void(* vi_handler_t)(void)

Definition at line 11 of file setup.h.

Function Documentation

void cpu_cache_init ( void  )

Definition at line 184 of file cache.c.

void per_cpu_trap_init ( bool  )

Definition at line 1526 of file traps.c.

void* set_except_vector ( int  n,
void addr 
)

Definition at line 1371 of file traps.c.

void set_handler ( unsigned long  offset,
void addr,
unsigned long  len 
)

Definition at line 1643 of file traps.c.

void set_uncached_handler ( unsigned long  offset,
void addr,
unsigned long  len 
)

Definition at line 1657 of file traps.c.

void* set_vi_handler ( int  n,
vi_handler_t  addr 
)

Definition at line 1494 of file traps.c.

void setup_early_printk ( void  )

Definition at line 37 of file early_printk.c.

Variable Documentation

unsigned long ebase

Definition at line 1367 of file traps.c.