Searched refs:boot_param_header (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.h32 struct boot_param_header { struct
66 struct boot_param_header *bph;
H A Dflatdevtree.c134 #define HDR_SIZE _ALIGN(sizeof(struct boot_param_header), 8)
172 memcpy(p, cxt->bph, sizeof(struct boot_param_header));
175 cxt->bph = (struct boot_param_header *)p;
312 cxt->bph = (struct boot_param_header *)newp;
507 struct boot_param_header *bph = blob;
548 struct boot_param_header *bph = blob;
612 struct boot_param_header *bph = cxt->bph;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c355 struct boot_param_header *hdr;
364 hdr = (struct boot_param_header *)mem_start;
365 mem_end += sizeof(struct boot_param_header);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dprom.h49 struct boot_param_header struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Ddt.c60 struct boot_param_header header;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom.c74 struct boot_param_header *initial_boot_params;
450 initial_boot_params = (struct boot_param_header *)p;
H A Dprom_init.c1883 struct boot_param_header *hdr;
1911 sizeof(struct boot_param_header), 4);

Completed in 126 milliseconds