Searched refs:atag (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 132 struct tag *atag = atag_list; in atags_to_fdt() local 148 if (atag->hdr.tag != ATAG_CORE || in atags_to_fdt() 150 atag->hdr.size != 2)) in atags_to_fdt() 158 for_each_tag(atag, atag_list) { in atags_to_fdt() 168 atag->u.cmdline.cmdline); in atags_to_fdt() 171 atag->u.cmdline.cmdline); in atags_to_fdt() 175 if (!atag->u.mem.size) in atags_to_fdt() 186 cpu_to_fdt64(atag->u.mem.start); in atags_to_fdt() 188 cpu_to_fdt64(atag->u.mem.size); in atags_to_fdt() 191 cpu_to_fdt32(atag->u.mem.start); in atags_to_fdt() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tag.c | 155 uint8_t *atag, uint32_t len) in tag_exit_report() argument 161 tag_dump(" af_alg result: ", atag, len); in tag_exit_report() 171 uint8_t ftag[8], atag[sizeof(ftag)]; in do_test() local 175 tag_from_alg(i, atag, sizeof(atag)); in do_test() 176 if (memcmp(ftag, atag, sizeof(ftag))) in do_test() 177 tag_exit_report(i, fd_map, ftag, atag, sizeof(ftag)); in do_test()
|
/openbmc/u-boot/scripts/ |
H A D | setlocalversion | 61 if atag="`git describe 2>/dev/null`"; then 62 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),$(NF))}'
|
/openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
H A D | ssi.h | 29 u32 atag; member
|
/openbmc/linux/arch/arm/kernel/ |
H A D | head-common.S | 61 2: ret lr @ atag/dtb pointer is ok
|
/openbmc/u-boot/doc/ |
H A D | README.davinci | 116 passed to the Linux kernel using the ATAG_REVISION atag.
|