Searched refs:ATAG_CORE (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/arch/arm/boot/bootp/ |
H A D | init.S | 31 @ r5 = ATAG_CORE 38 teq r10, r5 @ is it ATAG_CORE? 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator 80 .word 0x54410001 @ r5 = ATAG_CORE
|
/openbmc/linux/arch/arm/kernel/ |
H A D | atags_parse.c | 46 { tag_size(tag_core), ATAG_CORE }, 63 __tagtable(ATAG_CORE, parse_tag_core); 208 if (tags->hdr.tag != ATAG_CORE) in setup_machine_tags() 211 if (tags->hdr.tag != ATAG_CORE) { in setup_machine_tags() 219 if (tags->hdr.tag == ATAG_CORE) { in setup_machine_tags()
|
H A D | head-common.S | 11 #define ATAG_CORE 0x54410001 macro 53 cmp r5, #ATAG_CORE_SIZE @ is first tag ATAG_CORE? 57 ldr r6, =ATAG_CORE
|
H A D | atags_proc.c | 44 if (tag->hdr.tag != ATAG_CORE) { in init_atags_procfs()
|
H A D | atags_compat.c | 119 tag->hdr.tag = ATAG_CORE; in build_tag_list()
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm/ |
H A D | Booting | 98 ATAG_CORE 标签开始,并以 ATAG_NONE 标签结束。ATAG_CORE 标签可以是 99 空的,也可以是非空。一个空 ATAG_CORE 标签其 size 域设置为 110 基地址 -> | ATAG_CORE | |
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | booting.rst | 98 A valid tagged list starts with ATAG_CORE and ends with ATAG_NONE. 99 The ATAG_CORE tag may or may not be empty. An empty ATAG_CORE tag 113 base -> | ATAG_CORE | |
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | setup.h | 31 #define ATAG_CORE 0x54410001 macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | setup.h | 27 #define ATAG_CORE 0x54410001 macro
|
/openbmc/linux/arch/arm/mach-rpc/include/mach/ |
H A D | uncompress.h | 118 if (t->hdr.tag == ATAG_CORE) { in arch_decomp_setup()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | setup.h | 92 #define ATAG_CORE 0x54410001 macro
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 148 if (atag->hdr.tag != ATAG_CORE || in atags_to_fdt()
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | bootm.c | 133 params->hdr.tag = ATAG_CORE; in setup_start_tag()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | board-generic.c | 95 if (tags->hdr.tag != ATAG_CORE) in rx51_set_system_rev()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 121 params->hdr.tag = ATAG_CORE; in setup_start_tag()
|
/openbmc/u-boot/board/nokia/rx51/ |
H A D | rx51.c | 168 if (t->hdr.tag != ATAG_CORE) in reuse_atags()
|