Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.4.0/arch/arm/core/aarch32/cortex_a_r/
Dexc.S12 * 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.
Dvector_table.S23 ldr pc, =z_arm_prefetch_abort /* prefetch abort offset 0xc */
24 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.
143 int "Undefined Instruction and Abort stack size (in bytes)"
147 instruction and data abort exception handlers.
Dfault.c74 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/
Dtest_threads_cancel_abort.c25 /**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/
Dabort.c10 void abort(void) in abort() function
12 printk("abort()\n"); in abort()
/Zephyr-Core-3.4.0/lib/libc/common/
DCMakeLists.txt5 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_ABORT source/stdlib/abort.c)
DKconfig7 common implementation of abort().
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/coex/
DKconfig17 the controller. Which abort any radio states, when coex pin is asserted.
Dcoex_ticker.c48 * 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/
DKconfig23 This makes all functions abort their execution if called when an error
/Zephyr-Core-3.4.0/soc/xtensa/esp32s2/
Dsoc.c97 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/
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-Core-3.4.0/arch/arm64/core/
Dfatal.c104 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/
Dsoc.c125 abort(); in __esp_platform_start()
159 abort(); in __esp_platform_start()
164 abort(); in __esp_platform_start()
/Zephyr-Core-3.4.0/scripts/coccinelle/
Dsymbols.txt1 abort
/Zephyr-Core-3.4.0/kernel/
Dfatal.c164 /* 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/
Dzephyr_ext_common.py36 '''Abort if the command needs to be forced and hasn't been.
/Zephyr-Core-3.4.0/arch/arc/
DCMakeLists.txt9 # references to abort().
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/
DKconfig43 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/
Dthread.c83 PRINT_STATS("Time to abort a thread (not running)", diff); in suspend_resume()
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/
Dop_agg.c61 SHELL_CMD_ARG(seq-abort, NULL, NULL, cmd_seq_abort, 1, 0),
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dlll_sync.h36 /* Counter used by LLL abort of event when in unreserved time space to
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/
Dop_agg_cli.h51 /** @brief Abort Opcodes Aggregator context.
/Zephyr-Core-3.4.0/.github/workflows/
Ddoc-publish-pr.yml43 echo "ABORT: PR number validation failed!"

1234567