|
Linux Kernel
3.7.1
|
#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 |
| #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.
Definition at line 43 of file olpc_ofw.c.
| EXPORT_SYMBOL_GPL | ( | __olpc_ofw | ) |
| EXPORT_SYMBOL_GPL | ( | olpc_ofw_present | ) |
Definition at line 89 of file olpc_ofw.c.
Definition at line 114 of file olpc_ofw.c.
Definition at line 77 of file olpc_ofw.c.
Definition at line 20 of file olpc_ofw.c.
| u32 olpc_ofw_pgd __initdata |
Definition at line 14 of file olpc_ofw.c.
1.8.2