Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | version_info |
struct | emitter |
struct | inbuf |
Macros | |
#define | FTF_FULLPATH 0x1 |
#define | FTF_VARALIGN 0x2 |
#define | FTF_NAMEPROPS 0x4 |
#define | FTF_BOOTCPUID 0x8 |
#define | FTF_STRTABSIZE 0x10 |
#define | FTF_STRUCTSIZE 0x20 |
#define | FTF_NOPS 0x40 |
#define | ASM_EMIT_BELONG(f, fmt,...) |
Functions | |
void | dt_to_blob (FILE *f, struct boot_info *bi, int version) |
void | dt_to_asm (FILE *f, struct boot_info *bi, int version) |
struct boot_info * | dt_from_blob (const char *fname) |
Definition at line 130 of file flattree.c.
#define FTF_BOOTCPUID 0x8 |
Definition at line 27 of file flattree.c.
#define FTF_FULLPATH 0x1 |
Definition at line 24 of file flattree.c.
#define FTF_NAMEPROPS 0x4 |
Definition at line 26 of file flattree.c.
#define FTF_NOPS 0x40 |
Definition at line 30 of file flattree.c.
#define FTF_STRTABSIZE 0x10 |
Definition at line 28 of file flattree.c.
#define FTF_STRUCTSIZE 0x20 |
Definition at line 29 of file flattree.c.
#define FTF_VARALIGN 0x2 |
Definition at line 25 of file flattree.c.
Definition at line 804 of file flattree.c.
Definition at line 463 of file flattree.c.