|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/ioport.h>#include <linux/export.h>#include <linux/screen_info.h>#include <linux/memblock.h>#include <linux/bootmem.h>#include <linux/initrd.h>#include <linux/root_dev.h>#include <linux/highmem.h>#include <linux/console.h>#include <linux/pfn.h>#include <linux/debugfs.h>#include <asm/addrspace.h>#include <asm/bootinfo.h>#include <asm/bugs.h>#include <asm/cache.h>#include <asm/cpu.h>#include <asm/sections.h>#include <asm/setup.h>#include <asm/smp-ops.h>#include <asm/prom.h>Go to the source code of this file.
Macros | |
| #define | finalize_initrd() do {} while (0) |
Functions | |
| EXPORT_SYMBOL (cpu_data) | |
| EXPORT_SYMBOL (PCI_DMA_BUS_IS_PHYS) | |
| EXPORT_SYMBOL (mips_machtype) | |
| EXPORT_SYMBOL (mips_io_port_base) | |
| void __init | add_memory_region (phys_t start, phys_t size, long type) |
| early_param ("mem", early_parse_mem) | |
| void __init | setup_arch (char **cmdline_p) |
Variables | |
| struct cpuinfo_mips cpu_data[NR_CPUS] | __read_mostly = MACH_UNKNOWN |
| unsigned int | PCI_DMA_BUS_IS_PHYS |
| struct boot_mem_map | boot_mem_map |
| char __initdata | arcs_cmdline [COMMAND_LINE_SIZE] |
| const unsigned long | mips_io_port_base = -1 |
| unsigned long | kernelsp [NR_CPUS] |
| unsigned long | fw_arg0 |
| unsigned long | fw_arg1 |
| unsigned long | fw_arg2 |
| unsigned long | fw_arg3 |
| early_param | ( | "mem" | , |
| early_parse_mem | |||
| ) |
| EXPORT_SYMBOL | ( | cpu_data | ) |
| EXPORT_SYMBOL | ( | PCI_DMA_BUS_IS_PHYS | ) |
| EXPORT_SYMBOL | ( | mips_machtype | ) |
| EXPORT_SYMBOL | ( | mips_io_port_base | ) |
| unsigned long mips_machtype __read_mostly = MACH_UNKNOWN |
| char __initdata arcs_cmdline[COMMAND_LINE_SIZE] |
1.8.2