| /u-boot/arch/arm/lib/ |
| A D | memcpy.S | 16 .macro ldr1w ptr reg abort 32 .macro str1w ptr reg abort 112 ldr1w r1, r3, abort=20f 113 ldr1w r1, r4, abort=20f 114 ldr1w r1, r5, abort=20f 115 ldr1w r1, r6, abort=20f 116 ldr1w r1, r7, abort=20f 117 ldr1w r1, r8, abort=20f 118 ldr1w r1, lr, abort=20f 130 str1w r0, r3, abort=20f [all …]
|
| /u-boot/common/ |
| A D | autoboot.c | 87 int abort = 0; in passwd_abort_sha256() local 137 abort = 1; in passwd_abort_sha256() 143 return abort; in passwd_abort_sha256() 156 int abort = 0; in passwd_abort_key() local 223 abort = 1; in passwd_abort_key() 228 return abort; in passwd_abort_key() 237 int abort; in abortboot_key_sequence() local 252 if (!abort) in abortboot_key_sequence() 255 return abort; in abortboot_key_sequence() 297 return abort; in abortboot_single_key() [all …]
|
| A D | xyzModem.c | 619 xyzModem_stream_terminate (bool abort, int (*getc) (void)) in xyzModem_stream_terminate() argument 623 if (abort) in xyzModem_stream_terminate()
|
| /u-boot/drivers/fpga/ |
| A D | virtex2.c | 192 fn->busy, fn->abort, fn->post); in virtex2_slave_pre() 216 (*fn->abort)(cookie); in virtex2_slave_pre() 235 (*fn->abort)(cookie); in virtex2_slave_pre() 286 (*fn->abort)(cookie); in virtex2_slave_post() 338 (*fn->abort)(cookie); in virtex2_ssm_load() 355 (*fn->abort)(cookie); in virtex2_ssm_load() 377 (*fn->abort)(cookie); in virtex2_ssm_load() 413 (*fn->abort)(cookie); in virtex2_ssm_dump() 473 (*fn->abort) (cookie); in virtex2_ss_load() 490 (*fn->abort)(cookie); in virtex2_ss_load()
|
| A D | spartan3.c | 134 fn->abort, fn->post); in spartan3_sp_load() 164 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load() 197 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load() 231 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load() 351 if (*fn->abort) in spartan3_ss_load() 352 (*fn->abort) (cookie); in spartan3_ss_load() 367 if (*fn->abort) in spartan3_ss_load() 368 (*fn->abort) (cookie); in spartan3_ss_load() 383 if (*fn->abort) in spartan3_ss_load() 384 (*fn->abort) (cookie); in spartan3_ss_load()
|
| A D | ACEX1K.c | 135 (*fn->abort) (cookie); in ACEX1K_ps_load() 148 (*fn->abort) (cookie); in ACEX1K_ps_load() 162 (*fn->abort) (cookie); in ACEX1K_ps_load() 171 (*fn->abort) (cookie); in ACEX1K_ps_load() 209 (*fn->abort) (cookie); in ACEX1K_ps_load()
|
| A D | stratixII.c | 102 && fns->abort)) { in StratixII_ps_fpp_load() 135 fns->abort (cookie); in StratixII_ps_fpp_load() 175 fns->abort (cookie); in StratixII_ps_fpp_load() 184 fns->abort (cookie); in StratixII_ps_fpp_load()
|
| A D | cyclon2.c | 142 (*fn->abort) (cookie); in CYC2_ps_load() 153 (*fn->abort) (cookie); in CYC2_ps_load() 172 (*fn->abort) (cookie); in CYC2_ps_load()
|
| A D | spartan2.c | 130 fn->abort, fn->post); in spartan2_sp_load() 160 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load() 193 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load() 225 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load()
|
| /u-boot/doc/usage/ |
| A D | exception.rst | 24 prefetch abort 27 data abort
|
| /u-boot/include/ |
| A D | ACEX1K.h | 31 Altera_abort_fn abort; member 42 Altera_abort_fn abort; member
|
| A D | spartan3.h | 25 xilinx_abort_fn abort; member 39 xilinx_abort_fn abort; member
|
| A D | altera.h | 111 Altera_abort_fn abort; member
|
| A D | virtex2.h | 29 xilinx_abort_fn abort; member
|
| A D | spartan2.h | 25 xilinx_abort_fn abort; member
|
| /u-boot/doc/ |
| A D | README.displaying-bmps | 5 perform one will lead to a data abort. On such architectures it is necessary to 26 access is generated at a non-32-bit-aligned address, causing a data abort.
|
| /u-boot/include/xen/ |
| A D | xenbus.h | 86 char *xenbus_transaction_end(xenbus_transaction_t xbt, int abort,
|
| /u-boot/configs/ |
| A D | am335x_pdu001_defconfig | 20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
| A D | am335x_sl50_defconfig | 20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
| A D | am335x_boneblack_vboot_defconfig | 16 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
| A D | am335x_guardian_defconfig | 21 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
| /u-boot/drivers/spi/ |
| A D | stm32_qspi.c | 307 goto abort; in stm32_qspi_exec_op() 312 goto abort; in stm32_qspi_exec_op() 316 abort: in stm32_qspi_exec_op()
|
| /u-boot/lib/ |
| A D | tiny-printf.c | 242 goto abort; in _vprintf() 326 abort: in _vprintf()
|
| /u-boot/arch/mips/cpu/ |
| A D | u-boot.lds | 51 * section to abort relocation if the table
|
| /u-boot/board/beckhoff/mx53cx9020/ |
| A D | mx53cx9020.c | 246 .abort = ccat_post_fn,
|