Searched refs:atag (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 131 struct tag *atag = atag_list; in atags_to_fdt() local 147 if (atag->hdr.tag != ATAG_CORE || in atags_to_fdt() 148 (atag->hdr.size != tag_size(tag_core) && in atags_to_fdt() 149 atag->hdr.size != 2)) in atags_to_fdt() 157 for_each_tag(atag, atag_list) { in atags_to_fdt() 158 if (atag->hdr.tag == ATAG_CMDLINE) { in atags_to_fdt() 167 atag->u.cmdline.cmdline); in atags_to_fdt() 170 atag->u.cmdline.cmdline); in atags_to_fdt() 171 } else if (atag->hdr.tag == ATAG_MEM) { in atags_to_fdt() 174 if (!atag->u.mem.size) in atags_to_fdt() [all …]
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
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()
|
/linux-6.1.9/scripts/ |
D | setlocalversion | 62 if atag="$(git describe 2>/dev/null)"; then 63 echo "$atag" | awk -F- '{printf("-%05d", $(NF-1))}'
|
/linux-6.1.9/arch/arm/kernel/ |
D | head-common.S | 61 2: ret lr @ atag/dtb pointer is ok
|