Home
last modified time | relevance | path

Searched refs:ATAG_CORE (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/arch/arm/boot/bootp/
H A Dinit.S31 @ 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 Datags_parse.c46 { 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 Dhead-common.S11 #define ATAG_CORE 0x54410001 macro
53 cmp r5, #ATAG_CORE_SIZE @ is first tag ATAG_CORE?
57 ldr r6, =ATAG_CORE
H A Datags_proc.c44 if (tag->hdr.tag != ATAG_CORE) { in init_atags_procfs()
H A Datags_compat.c119 tag->hdr.tag = ATAG_CORE; in build_tag_list()
/openbmc/linux/Documentation/translations/zh_CN/arch/arm/
H A DBooting98 ATAG_CORE 标签开始,并以 ATAG_NONE 标签结束。ATAG_CORE 标签可以是
99 空的,也可以是非空。一个空 ATAG_CORE 标签其 size 域设置为
110 基地址 -> | ATAG_CORE | |
/openbmc/linux/Documentation/arch/arm/
H A Dbooting.rst98 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 Dsetup.h31 #define ATAG_CORE 0x54410001 macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h27 #define ATAG_CORE 0x54410001 macro
/openbmc/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h118 if (t->hdr.tag == ATAG_CORE) { in arch_decomp_setup()
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h92 #define ATAG_CORE 0x54410001 macro
/openbmc/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c148 if (atag->hdr.tag != ATAG_CORE || in atags_to_fdt()
/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c133 params->hdr.tag = ATAG_CORE; in setup_start_tag()
/openbmc/linux/arch/arm/mach-omap2/
H A Dboard-generic.c95 if (tags->hdr.tag != ATAG_CORE) in rx51_set_system_rev()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c121 params->hdr.tag = ATAG_CORE; in setup_start_tag()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c168 if (t->hdr.tag != ATAG_CORE) in reuse_atags()