Home
last modified time | relevance | path

Searched full:abort (Results 1 – 25 of 230) sorted by relevance

12345678910

/Zephyr-latest/arch/arm/core/cortex_a_r/
Dexc.S12 * 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 …]
Dvector_table.S25 ldr pc, =z_arm_prefetch_abort /* prefetch abort offset 0xc */
26 ldr pc, =z_arm_data_abort /* data abort offset 0x10 */
DKconfig31 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.
Dfault.c76 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/
Dabort.c10 FUNC_NORETURN void abort(void) in abort() function
12 printk("abort()\n"); in abort()
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_cancel_abort.c25 /**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/
Dmain.c41 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/
Desp32s3-mp.c73 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/
Dthread.c124 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/
Dthread_abort.c28 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/
DKconfig17 the controller. Which abort any radio states, when coex pin is asserted.
Dcoex_ticker.c49 * 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/
Dchat.h169 /** 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/
DKconfig.dw_axi_dmac33 Max timeout to abort or disable the channel
/Zephyr-latest/lib/libc/common/
DCMakeLists.txt7 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_ABORT source/stdlib/abort.c)
/Zephyr-latest/modules/zcbor/
DKconfig27 This makes all functions abort their execution if called when an error
/Zephyr-latest/soc/espressif/esp32/
Desp32-mp.c359 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/
DREADME.rst18 * 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/
Dsoc_flash_nrf_ticker.c115 * 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/
Dloader.c115 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/
Dsymbols.txt1 abort
/Zephyr-latest/arch/arc/
DCMakeLists.txt9 # references to abort().
/Zephyr-latest/arch/arm64/core/
Dfatal.c109 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/
Dfatal.c152 /* 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/
Dop_agg.c61 SHELL_CMD_ARG(seq-abort, NULL, NULL, cmd_seq_abort, 1, 0),

12345678910