Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
env.c File Reference
#include <linux/module.h>
#include <asm/bootinfo.h>
#include <loongson.h>

Go to the source code of this file.

Macros

#define parse_even_earlier(res, option, p)
 

Functions

 EXPORT_SYMBOL (cpu_clock_freq)
 
void __init prom_init_env (void)
 

Variables

unsigned long cpu_clock_freq
 
unsigned long memsize
 
unsigned long highmemsize
 

Macro Definition Documentation

#define parse_even_earlier (   res,
  option,
  p 
)
Value:
do { \
unsigned int tmp __maybe_unused; \
if (strncmp(option, (char *)p, strlen(option)) == 0) \
tmp = strict_strtol((char *)p + strlen(option"="), 10, &res); \
} while (0)

Definition at line 30 of file env.c.

Function Documentation

EXPORT_SYMBOL ( cpu_clock_freq  )
void __init prom_init_env ( void  )

Definition at line 38 of file env.c.

Variable Documentation

unsigned long cpu_clock_freq

Definition at line 26 of file env.c.

unsigned long highmemsize

Definition at line 28 of file env.c.

unsigned long memsize

Definition at line 28 of file env.c.