|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/fs.h>#include <linux/root_dev.h>#include <linux/screen_info.h>#include <asm/setup.h>#include <asm/system_info.h>#include <asm/page.h>#include <asm/mach/arch.h>#include "atags.h"Go to the source code of this file.
Macros | |
| #define | MEM_SIZE (16*1024*1024) |
Functions | |
| __tagtable (ATAG_CORE, parse_tag_core) | |
| __tagtable (ATAG_MEM, parse_tag_mem32) | |
| __tagtable (ATAG_SERIAL, parse_tag_serialnr) | |
| __tagtable (ATAG_REVISION, parse_tag_revision) | |
| __tagtable (ATAG_CMDLINE, parse_tag_cmdline) | |
| struct machine_desc *__init | setup_machine_tags (phys_addr_t __atags_pointer, unsigned int machine_nr) |
| #define MEM_SIZE (16*1024*1024) |
Definition at line 36 of file atags_parse.c.
| __tagtable | ( | ATAG_CORE | , |
| parse_tag_core | |||
| ) |
| __tagtable | ( | ATAG_MEM | , |
| parse_tag_mem32 | |||
| ) |
| __tagtable | ( | ATAG_SERIAL | , |
| parse_tag_serialnr | |||
| ) |
| __tagtable | ( | ATAG_REVISION | , |
| parse_tag_revision | |||
| ) |
| __tagtable | ( | ATAG_CMDLINE | , |
| parse_tag_cmdline | |||
| ) |
|
read |
Definition at line 181 of file atags_parse.c.
Definition at line 41 of file atags_parse.c.
| struct tag_header hdr1 |
Definition at line 40 of file atags_parse.c.
| struct tag_header hdr2 |
Definition at line 42 of file atags_parse.c.
| struct tag_header hdr3 |
Definition at line 44 of file atags_parse.c.
| const PCI_IO_ADDR addr const PCI_IO_ADDR addr u8 PCI_IO_ADDR addr u32 PCI_IO_ADDR addr u32 PCI_IO_ADDR addr unsigned long port u8 unsigned long port u32 unsigned long port const PCI_IO_ADDR void unsigned long a PCI_IO_ADDR const void unsigned long a PCI_IO_ADDR const void unsigned long a unsigned long void unsigned long p unsigned long const void unsigned long p unsigned long const void unsigned long p void const PCI_IO_ADDR unsigned long mem |
Definition at line 43 of file atags_parse.c.
1.8.2