Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
olpc_ofw.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <asm/page.h>
#include <asm/setup.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/olpc_ofw.h>

Go to the source code of this file.

Macros

#define MAXARGS   10
 
#define OFW_MIN   0xff000000
 
#define OFW_BOUND   (1<<20)
 

Functions

void __init setup_olpc_ofw_pgd (void)
 
int __olpc_ofw (const char *name, int nr_args, const void **args, int nr_res, void **res)
 
 EXPORT_SYMBOL_GPL (__olpc_ofw)
 
bool olpc_ofw_present (void)
 
 EXPORT_SYMBOL_GPL (olpc_ofw_present)
 
void __init olpc_ofw_detect (void)
 
bool __init olpc_ofw_is_installed (void)
 

Variables

u32 olpc_ofw_pgd __initdata
 

Macro Definition Documentation

#define MAXARGS   10

Definition at line 18 of file olpc_ofw.c.

#define OFW_BOUND   (1<<20)

Definition at line 87 of file olpc_ofw.c.

#define OFW_MIN   0xff000000

Definition at line 84 of file olpc_ofw.c.

Function Documentation

int __olpc_ofw ( const char name,
int  nr_args,
const void **  args,
int  nr_res,
void **  res 
)

Definition at line 43 of file olpc_ofw.c.

EXPORT_SYMBOL_GPL ( __olpc_ofw  )
EXPORT_SYMBOL_GPL ( olpc_ofw_present  )
void __init olpc_ofw_detect ( void  )

Definition at line 89 of file olpc_ofw.c.

bool __init olpc_ofw_is_installed ( void  )

Definition at line 114 of file olpc_ofw.c.

bool olpc_ofw_present ( void  )

Definition at line 77 of file olpc_ofw.c.

void __init setup_olpc_ofw_pgd ( void  )

Definition at line 20 of file olpc_ofw.c.

Variable Documentation

u32 olpc_ofw_pgd __initdata

Definition at line 14 of file olpc_ofw.c.