| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | setlocalversion | 22 atag="`git describe 2>/dev/null`" 26 if [ -z "${atag}" ] ; then 29 printf ${atag}
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/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))}'
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/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))}'
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | setlocalversion | 95 if atag="$(git describe --abbrev=12 2>/dev/null)"; then 96 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),substr($(NF),0,13))}'
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | setlocalversion | 94 if atag="$(git describe --abbrev=12 2>/dev/null)"; then 95 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),substr($(NF),0,13))}'
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | setlocalversion | 94 if atag="$(git describe --abbrev=12 2>/dev/null)"; then 95 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),substr($(NF),0,13))}'
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | setlocalversion | 94 if atag="$(git describe --abbrev=12 2>/dev/null)"; then 95 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),substr($(NF),0,13))}'
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | setlocalversion | 95 if atag="$(git describe --abbrev=12 2>/dev/null)"; then 96 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),substr($(NF),0,13))}'
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | setlocalversion | 61 if atag="`git describe 2>/dev/null`"; then 62 echo "$atag" | awk -F- '{printf("-%s", $(NF))}'
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | ssi.h | 30 u32 atag; member
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | head-common.S | 61 2: ret lr @ atag/dtb pointer is ok
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.davinci | 116 passed to the Linux kernel using the ATAG_REVISION atag.
|