/Zephyr-Core-3.4.0/arch/arm/core/aarch32/cortex_a_r/ |
D | exc.S | 12 * abort and data abort) for ARM Cortex-A and Cortex-R processors. 175 * @brief Prefetch abort exception handler 177 * A prefetch abort (PABT) exception is generated when the processor marks the 183 * prefetch abort exceptions. 200 * @brief Data abort exception handler 202 * A data abort (DABT) exception is generated when an error occurs on a data 209 * abort exceptions.
|
D | vector_table.S | 23 ldr pc, =z_arm_prefetch_abort /* prefetch abort offset 0xc */ 24 ldr pc, =z_arm_data_abort /* data abort offset 0x10 */
|
D | Kconfig | 31 int "Undefined Instruction and Abort stack size (in bytes)" 35 instruction and data abort exception handlers. 143 int "Undefined Instruction and Abort stack size (in bytes)" 147 instruction and data abort exception handlers.
|
D | fault.c | 74 LOG_ERR("Synchronous External Abort @ 0x%08x", addr); in dump_fault() 78 LOG_ERR("Asynchronous External Abort"); in dump_fault() 195 LOG_ERR("***** UNDEFINED INSTRUCTION ABORT *****"); in z_arm_fault_undef_instruction() 209 * @brief Prefetch abort fault handler 225 LOG_ERR("***** PREFETCH ABORT *****"); in z_arm_fault_prefetch() 272 * @brief Data abort fault handler 297 LOG_ERR("***** DATA ABORT *****"); in z_arm_fault_data()
|
/Zephyr-Core-3.4.0/tests/kernel/threads/thread_apis/src/ |
D | test_threads_cancel_abort.c | 25 /**TESTPOINT: abort current thread*/ in thread_entry_abort() 48 /**TESTPOINT: spawned thread executed but abort itself*/ in ZTEST_USER() 56 * @details Create a user thread and abort the thread before its 57 * execution. Create a another user thread and abort the thread 87 * @brief Test abort on a terminated thread 119 * @brief Test abort on delayed thread before it has started 148 /* Test point: Test abort of thread before its execution*/ in ZTEST() 184 * @details Spwan a thread, then enter ISR context in child thread and abort 225 * @details Spwan a thread, then enter ISR context in main thread and abort
|
/Zephyr-Core-3.4.0/lib/libc/common/source/stdlib/ |
D | abort.c | 10 void abort(void) in abort() function 12 printk("abort()\n"); in abort()
|
/Zephyr-Core-3.4.0/lib/libc/common/ |
D | CMakeLists.txt | 5 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_ABORT source/stdlib/abort.c)
|
D | Kconfig | 7 common implementation of abort().
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/coex/ |
D | Kconfig | 17 the controller. Which abort any radio states, when coex pin is asserted.
|
D | coex_ticker.c | 48 * this will let any radio role to gracefully abort and release the in time_slot_delay() 61 callback, /* handler for executing radio abort or */ in time_slot_delay() 93 /* Schedule another check for grant pin and abort any events scheduled */ in time_slot_callback_work()
|
/Zephyr-Core-3.4.0/modules/zcbor/ |
D | Kconfig | 23 This makes all functions abort their execution if called when an error
|
/Zephyr-Core-3.4.0/soc/xtensa/esp32s2/ |
D | soc.c | 97 abort(); in __esp_platform_start() 127 abort(); in __esp_platform_start() 132 abort(); in __esp_platform_start()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/flash/ |
D | soc_flash_nrf_ticker.c | 115 * this will let any radio role to gracefully abort and release the in time_slot_delay() 128 callback, /* handler for executing radio abort or */ in time_slot_delay() 138 /* Abort flash prepare ticker, from ULL_HIGH context */ in time_slot_delay()
|
/Zephyr-Core-3.4.0/arch/arm64/core/ |
D | fatal.c | 104 err = "Instruction Abort from a lower Exception level, that " in dump_esr() 109 err = "Instruction Abort taken without a change in Exception " in dump_esr() 118 err = "Data Abort from a lower Exception level, that might " in dump_esr() 123 err = "Data Abort taken without a change in Exception level"; in dump_esr()
|
/Zephyr-Core-3.4.0/soc/xtensa/esp32/ |
D | soc.c | 125 abort(); in __esp_platform_start() 159 abort(); in __esp_platform_start() 164 abort(); in __esp_platform_start()
|
/Zephyr-Core-3.4.0/scripts/coccinelle/ |
D | symbols.txt | 1 abort
|
/Zephyr-Core-3.4.0/kernel/ |
D | fatal.c | 164 /* Abort the thread only on STACK Sentinel check fail. */ in z_fatal_error() 175 /* Abort the thread only if the fault is not due to in z_fatal_error()
|
/Zephyr-Core-3.4.0/scripts/west_commands/ |
D | zephyr_ext_common.py | 36 '''Abort if the command needs to be forced and hasn't been.
|
/Zephyr-Core-3.4.0/arch/arc/ |
D | CMakeLists.txt | 9 # references to abort().
|
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/ |
D | Kconfig | 43 bool "Abort on first failing test" 45 Stop and abort on first failing test. Do not continue with other
|
/Zephyr-Core-3.4.0/tests/benchmarks/latency_measure/src/ |
D | thread.c | 83 PRINT_STATS("Time to abort a thread (not running)", diff); in suspend_resume()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/ |
D | op_agg.c | 61 SHELL_CMD_ARG(seq-abort, NULL, NULL, cmd_seq_abort, 1, 0),
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_sync.h | 36 /* Counter used by LLL abort of event when in unreserved time space to
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/ |
D | op_agg_cli.h | 51 /** @brief Abort Opcodes Aggregator context.
|
/Zephyr-Core-3.4.0/.github/workflows/ |
D | doc-publish-pr.yml | 43 echo "ABORT: PR number validation failed!"
|