Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/init.h>
#include <linux/initrd.h>
#include <linux/sched.h>
#include <linux/console.h>
#include <linux/ioport.h>
#include <linux/bootmem.h>
#include <linux/fs.h>
#include <linux/module.h>
#include <linux/pfn.h>
#include <linux/root_dev.h>
#include <linux/cpu.h>
#include <linux/kernel.h>
#include <asm/sections.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/setup.h>
#include <asm/sysreg.h>
#include <mach/board.h>
#include <mach/init.h>
Go to the source code of this file.
Macros | |
#define | MAX_LOWMEM HIGHMEM_START |
#define | MAX_LOWMEM_PFN PFN_DOWN(MAX_LOWMEM) |
Functions | |
EXPORT_SYMBOL (boot_cpu_data) | |
early_param ("fbmem", early_parse_fbmem) | |
early_param ("mem", early_mem) | |
__tagtable (ATAG_CORE, parse_tag_core) | |
__tagtable (ATAG_MEM, parse_tag_mem) | |
__tagtable (ATAG_RDIMG, parse_tag_rdimg) | |
__tagtable (ATAG_RSVD_MEM, parse_tag_rsvd_mem) | |
__tagtable (ATAG_CMDLINE, parse_tag_cmdline) | |
__tagtable (ATAG_CLOCK, parse_tag_clock) | |
__tagtable (ATAG_BOARDINFO, parse_tag_boardinfo) | |
void __init | setup_arch (char **cmdline_p) |
Variables | |
int | root_mountflags |
struct avr32_cpuinfo | boot_cpu_data |
resource_size_t __initdata | fbmem_start |
resource_size_t __initdata | fbmem_size |
u32 __initdata | board_number |
#define MAX_LOWMEM HIGHMEM_START |
#define MAX_LOWMEM_PFN PFN_DOWN(MAX_LOWMEM) |
__tagtable | ( | ATAG_CORE | , |
parse_tag_core | |||
) |
__tagtable | ( | ATAG_MEM | , |
parse_tag_mem | |||
) |
__tagtable | ( | ATAG_RDIMG | , |
parse_tag_rdimg | |||
) |
__tagtable | ( | ATAG_RSVD_MEM | , |
parse_tag_rsvd_mem | |||
) |
__tagtable | ( | ATAG_CMDLINE | , |
parse_tag_cmdline | |||
) |
__tagtable | ( | ATAG_CLOCK | , |
parse_tag_clock | |||
) |
__tagtable | ( | ATAG_BOARDINFO | , |
parse_tag_boardinfo | |||
) |
early_param | ( | "fbmem" | , |
early_parse_fbmem | |||
) |
early_param | ( | "mem" | , |
early_mem | |||
) |
EXPORT_SYMBOL | ( | boot_cpu_data | ) |
u32 __initdata board_number |
struct avr32_cpuinfo boot_cpu_data |
resource_size_t __initdata fbmem_size |
resource_size_t __initdata fbmem_start |
int root_mountflags |
Definition at line 38 of file do_mounts.c.