Home
last modified time | relevance | path

Searched refs:END (Results 1 – 25 of 26) sorted by relevance

12

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c19 static const struct efi_device_path END = { variable
22 .length = sizeof(END),
195 unsigned sz = efi_dp_size(dp) + sizeof(END); in efi_dp_dup()
219 void *p = dp_alloc(sz1 + sz2 + sizeof(END)); in efi_dp_append()
222 memcpy(p + sz1 + sz2, &END, sizeof(END)); in efi_dp_append()
235 ret = efi_dp_dup(&END); in efi_dp_append_node()
240 void *p = dp_alloc(sz + sizeof(END)); in efi_dp_append_node()
242 memcpy(p + sz, &END, sizeof(END)); in efi_dp_append_node()
247 void *p = dp_alloc(sz + node->length + sizeof(END)); in efi_dp_append_node()
250 memcpy(p + sz + node->length, &END, sizeof(END)); in efi_dp_append_node()
[all …]
/rk3399_rockchip-uboot/include/linux/
H A Dlinkage.h62 #ifndef END
63 #define END(name) \
70 END(name)
/rk3399_rockchip-uboot/scripts/
H A Dgcc-stack-usage.sh10 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \ heredoc
16 END
H A Dfit-resign.sh98END=`./tools/fit_info -f ${ITB} -n /configurations/conf/signature -p value | sed -n "/END:/p" | aw…
110 dd if=${ITB} of=${ITB}.half2 skip=1 ibs=${END}
/rk3399_rockchip-uboot/test/trace/
H A Dtest-trace.sh15 ./${OUTPUT_DIR}/u-boot <<END heredoc
27 END
/rk3399_rockchip-uboot/board/imgtec/boston/
H A Dlowlevel_init.S39 END(lowlevel_init)
56 END(lowlevel_display)
/rk3399_rockchip-uboot/tools/patman/test/
H A Dtest01.txt20 END
25 END
56 END
H A D0001-pci-Correct-cast-for-sandbox.patch22 END
27 END
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_memory_.patch32 END
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dgenex.S175 END(except_vec3_generic)
181 END(except_vec_ejtag_debug)
192 END(handle_reserved)
224 END(handle_ejtag_debug)
H A Dcache_init.S426 END(mips_cache_reset)
442 END(dcache_status)
457 END(dcache_disable)
472 END(dcache_enable)
/rk3399_rockchip-uboot/arch/mips/mach-pic32/
H A Dlowlevel_init.S27 END(lowlevel_init)
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S70 END(cpu1_entry)
123 END(omap_smc_sec_cpu1_args)
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Dcm_init.S45 END(mips_cm_map)
H A Dstart.S281 END(_start)
/rk3399_rockchip-uboot/lib/
H A Dslre.c31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator
282 emit(r, END); in relocate()
315 emit(r, END); in fixup_branch()
431 emit(r, END); in slre_compile()
508 while (res && r->code[pc] != END) { in match()
633 case END: in match()
/rk3399_rockchip-uboot/doc/
H A Dfeature-removal-schedule.txt10 What: Remove unused CONFIG_SYS_MEMTEST_START/END
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S186 END(lowlevel_init)
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/
H A Dlowlevel_init.S280 END(lowlevel_init)
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dasm.h77 #define END(function) \ macro
/rk3399_rockchip-uboot/drivers/usb/
H A DKconfig103 END, PAGE UP, and PAGE DOWN.
/rk3399_rockchip-uboot/tools/patman/
H A DREADME195 END
207 END
217 END
374 END
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING177 END OF TERMS AND CONDITIONS
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt280 END OF TERMS AND CONDITIONS
H A Dlgpl-2.1.txt458 END OF TERMS AND CONDITIONS

12