Searched refs:END (Results 1 – 25 of 53) sorted by relevance
123
| /u-boot/lib/efi_loader/ |
| A D | efi_device_path.c | 38 .length = sizeof(END), 320 ret = efi_dp_dup(&END); in efi_dp_append_or_concatenate() 337 memcpy(p, &END, sizeof(END)); in efi_dp_append_or_concatenate() 338 p += sizeof(END); in efi_dp_append_or_concatenate() 344 memcpy(p, &END, sizeof(END)); in efi_dp_append_or_concatenate() 387 ret = efi_dp_dup(&END); in efi_dp_append_node() 396 memcpy(p + sz, &END, sizeof(END)); in efi_dp_append_node() 406 memcpy(p + sz + node->length, &END, sizeof(END)); in efi_dp_append_node() 454 memcpy(p, &END, sizeof(END)); in efi_dp_append_instance() 1046 memcpy(pos, &END, sizeof(END)); in efi_dp_from_file() [all …]
|
| /u-boot/include/linux/ |
| A D | linkage.h | 61 #ifndef END 62 #define END(name) \ macro 69 END(name)
|
| /u-boot/scripts/ |
| A D | gcc-stack-usage.sh | 9 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \ heredoc 15 END
|
| A D | env2string.awk | 73 END {
|
| /u-boot/test/trace/ |
| A D | test-trace.sh | 15 ./${OUTPUT_DIR}/u-boot <<END heredoc 27 END
|
| /u-boot/board/imgtec/boston/ |
| A D | lowlevel_init.S | 37 END(lowlevel_init) 54 END(lowlevel_display)
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | lowlevel_init.S | 45 END(lowlevel_init) 95 END(mips_mach_early_init) 134 END(nmi_bootvector)
|
| /u-boot/tools/patman/test/ |
| A D | test01.txt | 23 END 28 END 70 END
|
| A D | 0001-pci-Correct-cast-for-sandbox.patch | 25 END 30 END
|
| /u-boot/arch/mips/mach-mtmips/mt7621/spl/ |
| A D | launch_ll.S | 56 END(join_coherent_domain) 82 END(launch_vpe_entry) 136 END(launch_wait_code) 203 END(launch_core_entry) 339 END(boot_vpe1)
|
| /u-boot/arch/mips/mach-pic32/ |
| A D | lowlevel_init.S | 26 END(lowlevel_init)
|
| /u-boot/doc/board/nxp/ |
| A D | psb.rst | 21 - END 27 - END 32 - END 45 - END 51 - END 60 - END 64 - END
|
| /u-boot/arch/mips/lib/ |
| A D | genex.S | 174 END(except_vec3_generic) 180 END(except_vec_ejtag_debug) 191 END(handle_reserved) 223 END(handle_ejtag_debug)
|
| /u-boot/arch/mips/mach-mtmips/mt7621/ |
| A D | sram_init.S | 22 END(mips_sram_init)
|
| /u-boot/arch/mips/mach-mscc/ |
| A D | lowlevel_init.S | 45 END(lowlevel_init)
|
| /u-boot/tools/ |
| A D | zynqmp_psu_init_minimize.sh | 149 END="static int serdes_enb_coarse_saturation" 151 sed -i -e "s|\(${TARGET}\r\r\)\(.*\)\(${START}(.*\)\(${END}(\)|\1\3\2\4|g" \
|
| /u-boot/board/broadcom/bcmns3/fit/keys/ |
| A D | dev.crt | 21 -----END CERTIFICATE-----
|
| A D | dev.key | 28 -----END PRIVATE KEY-----
|
| /u-boot/arch/mips/cpu/ |
| A D | cm_init.S | 44 END(mips_cm_map)
|
| /u-boot/arch/mips/mach-mtmips/mt7620/ |
| A D | lowlevel_init.S | 53 END(lowlevel_init)
|
| /u-boot/arch/arm/mach-omap2/omap5/ |
| A D | sec_entry_cpu1.S | 69 END(cpu1_entry) 122 END(omap_smc_sec_cpu1_args)
|
| /u-boot/tools/binman/test/ |
| A D | key.pem | 32 -----END CERTIFICATE-----
|
| A D | 230_dev.key | 28 -----END PRIVATE KEY-----
|
| /u-boot/arch/mips/mach-mtmips/mt7628/ |
| A D | lowlevel_init.S | 118 END(mips_sram_init) 156 END(lowlevel_init)
|
| /u-boot/lib/ |
| A D | slre.c | 32 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator 283 emit(r, END); in relocate() 316 emit(r, END); in fixup_branch() 432 emit(r, END); in slre_compile() 509 while (res && r->code[pc] != END) { in match() 634 case END: in match()
|
Completed in 50 milliseconds
123