/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | exc.S | 12 * abort and data abort) for ARM Cortex-A and Cortex-R processors. 184 * @brief Prefetch abort exception handler 186 * A prefetch abort (PABT) exception is generated when the processor marks the 192 * prefetch abort exceptions. 209 * @brief Data abort exception handler 211 * A data abort (DABT) exception is generated when an error occurs on a data 218 * abort exceptions. 264 * @brief Prefetch abort exception handler 266 * A prefetch abort (PABT) exception is generated when the processor marks the 272 * prefetch abort exceptions. [all …]
|
D | vector_table.S | 25 ldr pc, =z_arm_prefetch_abort /* prefetch abort offset 0xc */ 26 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. 180 int "Undefined Instruction and Abort stack size (in bytes)" 184 instruction and data abort exception handlers.
|
D | fault.c | 76 LOG_ERR("Synchronous External Abort @ 0x%08x", addr); in dump_fault() 80 LOG_ERR("Asynchronous External Abort"); in dump_fault() 230 LOG_ERR("***** UNDEFINED INSTRUCTION ABORT *****"); in z_arm_fault_undef_instruction() 244 * @brief Prefetch abort fault handler 275 LOG_ERR("***** PREFETCH ABORT *****"); in z_arm_fault_prefetch() 322 * @brief Data abort fault handler 359 LOG_ERR("***** DATA ABORT *****"); in z_arm_fault_data()
|
/Zephyr-latest/lib/libc/common/source/stdlib/ |
D | abort.c | 10 FUNC_NORETURN void abort(void) in abort() function 12 printk("abort()\n"); in abort()
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | test_threads_cancel_abort.c | 25 /**TESTPOINT: abort current thread*/ in thread_entry_abort() 49 /**TESTPOINT: spawned thread executed but abort itself*/ in ZTEST_USER() 57 * @details Create a user thread and abort the thread before its 58 * execution. Create a another user thread and abort the thread 88 * @brief Test abort on a terminated thread 124 * @brief Test abort on delayed thread before it has started 153 /* Test point: Test abort of thread before its execution*/ in ZTEST() 194 * @details Spwan a thread, then enter ISR context in child thread and abort 209 /* Thread struct was cleared after the abort, make sure it is in ZTEST() 248 * @details Spwan a thread, then enter ISR context in main thread and abort
|
/Zephyr-latest/tests/kernel/smp_abort/src/ |
D | main.c | 41 k_thread_abort(var->target); /* Abort thread on another CPU */ in isr() 53 zassert_true(false, "Thread %u did not abort!", index); in thread_entry() 66 * before attempting to abort that thread. This ensures that in ZTEST() 67 * we have a scenario where each CPU is attempting to abort in ZTEST()
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | esp32s3-mp.c | 73 abort(); in esp_appcpu_image_load() 93 abort(); in esp_appcpu_image_load() 96 abort(); in esp_appcpu_image_load() 102 abort(); in esp_appcpu_image_load() 108 abort(); in esp_appcpu_image_load() 114 abort(); in esp_appcpu_image_load()
|
/Zephyr-latest/arch/posix/core/ |
D | thread.c | 124 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_thread, abort, thread); in z_impl_k_thread_abort() 139 "POSIX arch: The kernel is trying to abort and swap " in z_impl_k_thread_abort() 165 /* The abort handler might have altered the ready queue. */ in z_impl_k_thread_abort() 168 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, abort, thread); in z_impl_k_thread_abort()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | thread_abort.c | 28 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_thread, abort, thread); in z_impl_k_thread_abort() 55 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, abort, thread); in z_impl_k_thread_abort()
|
/Zephyr-latest/subsys/bluetooth/controller/coex/ |
D | Kconfig | 17 the controller. Which abort any radio states, when coex pin is asserted.
|
D | coex_ticker.c | 49 * this will let any radio role to gracefully abort and release the in time_slot_delay() 62 callback, /* handler for executing radio abort or */ in time_slot_delay() 94 /* Schedule another check for grant pin and abort any events scheduled */ in time_slot_callback_work()
|
/Zephyr-latest/include/zephyr/modem/ |
D | chat.h | 169 /** Array of abort matches */ 171 /** Number of elements in array of abort matches */ 242 * Index 1 -> Abort matches 368 * @brief Abort script 496 * @brief Set modem chat script abort matches 498 * @param abort_matches Abort match array to set 499 * @param abort_matches_size Size of abort match array
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.dw_axi_dmac | 33 Max timeout to abort or disable the channel
|
/Zephyr-latest/lib/libc/common/ |
D | CMakeLists.txt | 7 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_ABORT source/stdlib/abort.c)
|
/Zephyr-latest/modules/zcbor/ |
D | Kconfig | 27 This makes all functions abort their execution if called when an error
|
/Zephyr-latest/soc/espressif/esp32/ |
D | esp32-mp.c | 359 abort(); in esp_appcpu_image_load() 379 abort(); in esp_appcpu_image_load() 382 abort(); in esp_appcpu_image_load() 388 abort(); in esp_appcpu_image_load() 394 abort(); in esp_appcpu_image_load() 400 abort(); in esp_appcpu_image_load()
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 18 * Time it takes to abort a thread 69 …thread.abort.kernel.from.kernel - Abort thread : … 122 …thread.abort.kernel.from.kernel - Abort thread : … 179 …thread.abort.kernel.from.kernel - Abort thread : … 245 …thread.abort.kernel.from.kernel - Abort thread : … 250 …thread.abort.user.from.kernel - Abort thread : … 255 …thread.abort.user.from.user - Abort thread : … 259 …thread.abort.kernel.from.user - Abort thread : …
|
/Zephyr-latest/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-latest/soc/espressif/common/ |
D | loader.c | 115 abort(); in map_rom_segments() 157 abort(); in map_rom_segments() 194 abort(); in map_rom_segments() 263 abort(); in __start()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 1 abort
|
/Zephyr-latest/arch/arc/ |
D | CMakeLists.txt | 9 # references to abort().
|
/Zephyr-latest/arch/arm64/core/ |
D | fatal.c | 109 err = "Instruction Abort from a lower Exception level, that " in dump_esr() 114 err = "Instruction Abort taken without a change in Exception " in dump_esr() 123 err = "Data Abort from a lower Exception level, that might " in dump_esr() 128 err = "Data Abort taken without a change in Exception level"; in dump_esr() 287 /* 0x25 means data abort from current EL */ in z_arm64_stack_corruption_check()
|
/Zephyr-latest/kernel/ |
D | fatal.c | 152 /* Abort the thread only on STACK Sentinel check fail. */ in z_fatal_error() 163 /* Abort the thread only if the fault is not due to in z_fatal_error()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | op_agg.c | 61 SHELL_CMD_ARG(seq-abort, NULL, NULL, cmd_seq_abort, 1, 0),
|