Searched refs:boot_param_header (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/include/linux/ |
D | of_fdt.h | 44 struct boot_param_header { struct 65 extern char *of_fdt_get_string(struct boot_param_header *blob, u32 offset); argument 66 extern void *of_fdt_get_property(struct boot_param_header *blob, 70 extern int of_fdt_is_compatible(struct boot_param_header *blob, 73 extern int of_fdt_match(struct boot_param_header *blob, unsigned long node, 81 extern struct boot_param_header *initial_boot_params;
|
/linux-2.6.39/drivers/of/ |
D | fdt.c | 27 char *of_fdt_get_string(struct boot_param_header *blob, u32 offset) in of_fdt_get_string() 37 void *of_fdt_get_property(struct boot_param_header *blob, in of_fdt_get_property() 85 int of_fdt_is_compatible(struct boot_param_header *blob, in of_fdt_is_compatible() 109 int of_fdt_match(struct boot_param_header *blob, unsigned long node, in of_fdt_match() 148 static unsigned long unflatten_dt_node(struct boot_param_header *blob, in unflatten_dt_node() 356 static void __unflatten_device_tree(struct boot_param_header *blob, in __unflatten_device_tree() 426 struct boot_param_header *device_tree = in of_fdt_unflatten_tree() 427 (struct boot_param_header *)blob; in of_fdt_unflatten_tree() 436 struct boot_param_header *initial_boot_params;
|
/linux-2.6.39/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 354 struct boot_param_header *hdr; in bootx_flatten_dt() 363 hdr = (struct boot_param_header *)mem_start; in bootx_flatten_dt() 364 mem_end += sizeof(struct boot_param_header); in bootx_flatten_dt()
|
/linux-2.6.39/arch/x86/kernel/ |
D | devicetree.c | 301 (u64)sizeof(struct boot_param_header)); in x86_flattree_get_config()
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | prom.c | 104 initial_boot_params = (struct boot_param_header *)p; in move_device_tree()
|
D | prom_init.c | 2012 struct boot_param_header *hdr; in flatten_device_tree() 2040 sizeof(struct boot_param_header), 4); in flatten_device_tree()
|
/linux-2.6.39/arch/powerpc/platforms/iseries/ |
D | dt.c | 65 struct boot_param_header header;
|
/linux-2.6.39/Documentation/devicetree/ |
D | booting-without-of.txt | 274 boot_param_header: 276 struct boot_param_header { 409 base -> | struct boot_param_header |
|