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

Go to the source code of this file.

Macros

#define MAXMEM_PFN   PFN_DOWN(MAXMEM)
 

Functions

void early_panic (const char *fmt,...)
 
void warn_early_printk (void)
 
void __init disable_early_printk (void)
 
void setup_cpu (int boot)
 
void grant_dma_mpls (void)
 
void restrict_dma_mpls (void)
 

Macro Definition Documentation

#define MAXMEM_PFN   PFN_DOWN(MAXMEM)

Definition at line 25 of file setup.h.

Function Documentation

void __init disable_early_printk ( void  )

Definition at line 196 of file early_printk.c.

void early_panic ( const char fmt,
  ... 
)

Definition at line 55 of file early_printk.c.

void grant_dma_mpls ( void  )
void restrict_dma_mpls ( void  )
void setup_cpu ( int  boot)

setup_cpu() - Do all necessary per-cpu, tile-specific initialization. : Is this the boot cpu?

Called from setup_arch() on the boot cpu, or online_secondary().

Definition at line 948 of file setup.c.

void warn_early_printk ( void  )

Definition at line 99 of file early_printk.c.