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

Go to the source code of this file.

Macros

#define PTRRELOC(x)   ((typeof(x)) add_reloc_offset((unsigned long)(x)))
 

Functions

void ppc_printk_progress (char *s, unsigned short hex)
 
voidzalloc_maybe_bootmem (size_t size, gfp_t mask)
 
void via_cuda_init (void)
 
void read_rtc_time (void)
 
void pmac_find_display (void)
 
void note_scsi_host (struct device_node *, void *)
 
unsigned long reloc_offset (void)
 
unsigned long add_reloc_offset (unsigned long)
 
void reloc_got2 (unsigned long)
 

Variables

unsigned int rtas_data
 
int mem_init_done
 
int init_bootmem_done
 
unsigned long long memory_limit
 
unsigned long klimit
 

Macro Definition Documentation

#define PTRRELOC (   x)    ((typeof(x)) add_reloc_offset((unsigned long)(x)))

Definition at line 28 of file setup.h.

Function Documentation

unsigned long add_reloc_offset ( unsigned  long)
void note_scsi_host ( struct device_node ,
void  
)
void pmac_find_display ( void  )
void ppc_printk_progress ( char s,
unsigned short  hex 
)

Definition at line 750 of file setup-common.c.

void read_rtc_time ( void  )
void reloc_got2 ( unsigned  long)
unsigned long reloc_offset ( void  )
void via_cuda_init ( void  )
void* zalloc_maybe_bootmem ( size_t  size,
gfp_t  mask 
)

Definition at line 490 of file init.c.

Variable Documentation

int init_bootmem_done

Definition at line 63 of file mem.c.

unsigned long klimit

Definition at line 40 of file init.c.

int mem_init_done

Definition at line 30 of file init.c.

unsigned long long memory_limit

Definition at line 65 of file mem.c.

unsigned int rtas_data