Searched refs:ATAG_CORE (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/bootp/
H A Dinit.S34 @ r5 = ATAG_CORE
41 teq r10, r5 @ is it ATAG_CORE?
43 * If we didn't find a valid tag list, create a dummy ATAG_CORE entry.
47 stmneia r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
81 .word 0x54410001 @ r5 = ATAG_CORE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dofw-shark.c30 tag->hdr.tag = ATAG_CORE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dcompat.c124 tag->hdr.tag = ATAG_CORE;
H A Dsetup.c597 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
612 __tagtable(ATAG_CORE, parse_tag_core);
752 { tag_size(tag_core), ATAG_CORE },
790 if (tags->hdr.tag != ATAG_CORE)
792 if (tags->hdr.tag != ATAG_CORE)
798 if (tags->hdr.tag == ATAG_CORE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-clps711x/
H A Dp720t.c65 if (tag->hdr.tag != ATAG_CORE) {
66 tag->hdr.tag = ATAG_CORE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dcompat.c107 tag->hdr.tag = ATAG_CORE;
H A Dsetup.c271 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
286 __tagtable(ATAG_CORE, parse_tag_core);
440 { tag_size(tag_core), ATAG_CORE },
469 if (tags->hdr.tag != ATAG_CORE)
471 if (tags->hdr.tag != ATAG_CORE)
473 if (tags->hdr.tag == ATAG_CORE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsetup.c282 __tagtable(ATAG_CORE, parse_tag_core);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dsetup.h29 /* The list must start with an ATAG_CORE node */
30 #define ATAG_CORE 0x54410001 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dsetup.h29 /* The list must start with an ATAG_CORE node */
30 #define ATAG_CORE 0x54410001 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dsetup.h45 /* The list must start with an ATAG_CORE node */
46 #define ATAG_CORE 0x54410001 macro

Completed in 220 milliseconds