Searched refs:atag (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/arm/boot/compressed/ |
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() 149 (atag->hdr.size != tag_size(tag_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() 159 if (atag->hdr.tag == ATAG_CMDLINE) { in atags_to_fdt() 168 atag->u.cmdline.cmdline); in atags_to_fdt() 171 atag->u.cmdline.cmdline); in atags_to_fdt() 172 } else if (atag->hdr.tag == ATAG_MEM) { in atags_to_fdt() 175 if (!atag->u.mem.size) in atags_to_fdt() [all …]
|
/Linux-v6.6/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-v6.6/arch/arm/kernel/ |
D | head-common.S | 61 2: ret lr @ atag/dtb pointer is ok
|