Searched full:interrupted (Results 1 – 25 of 123) sorted by relevance
12345
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_edma | 26 bool "Set if CPU should be interrupted when CITER = BITER / 2" 30 interrupted when CITER = BITER / 2. Using this, 31 the CPU will be interrupted when CITER = BITER and
|
/Zephyr-latest/arch/arc/core/ |
D | fast_irq.S | 39 * running at its highest priority, and cannot be interrupted by any other 100 * the stack of interrupted context first, then restore them later 105 /* sp here is the sp of interrupted context */ 161 /* restore interrupted context' sp */ 174 /* restore interrupted context' sp */ 187 * We know there is no interrupted interrupt of lower priority at this 189 * registers from the interrupted thread. 198 * sp is the sp of kernel stack of interrupted thread 200 * the sp of user stack of interrupted thread is reg bank0'sp
|
/Zephyr-latest/arch/sparc/core/ |
D | interrupt_trap.S | 81 * Save the state of the interrupted task including global registers on 85 * context switch might happen before the context of this interrupted 92 * %fp: %sp of interrupted task 93 * %sp: %sp of interrupted task - ISF_SIZE. 96 * Save the interrupted context. 115 * %fp: %sp of interrupted task - ISF_SIZE. 124 * We now check if the interrupted context was using the FPU. The 128 * If the FPU was used by the interrupted context, then we do two 168 * %fp: %sp of interrupted task - ISF_SIZE. 176 * %fp: %sp of interrupted task - ISF_SIZE. [all …]
|
D | fault_trap.S | 77 * %fp: %sp of interrupted task 78 * %sp: %sp of interrupted task - ABI_frame - esf
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | int_to_thread.c | 11 * @brief Measure time from ISR back to interrupted thread 14 * 1. ISR returning to the interrupted kernel thread 20 * also cover the scenarios where the interrupted thread is a user thread. 179 "%-40s - Return from ISR to interrupted thread", in int_to_thread() 180 "isr.resume.interrupted.thread.kernel"); in int_to_thread()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | isr_wrapper.S | 55 /* Determine if interrupted thread was in user context */ 121 * in the SYS/USR mode stack (i.e. interrupted thread stack) leaves the 122 * ISR stack usage at the mercy of the interrupted thread and this can 133 * interrupted context in case of a nested interrupt. This value will 157 * device for the next timer deadline is not interrupted. For 159 * state is not interrupted. In each case, pm_system_resume 270 * device for the next timer deadline is not interrupted. For 272 * state is not interrupted. In each case, pm_system_resume
|
/Zephyr-latest/arch/xtensa/core/ |
D | debug_helpers_asm.S | 26 /* Load address for interrupted stack */ 36 /* Add base stack frame size in interrupted stack to get i SP */
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | intstub.S | 234 * the interrupted thread on the context's stack. Utilize 250 * The interrupted thread has now been scheduled, 253 * Now need to restore the interrupted thread's environment before 254 * returning control to it at the point where it was interrupted ... 260 * Clear X86_THREAD_FLAG_INT in the interrupted thread's state 268 /* Restore volatile registers and return to the interrupted thread */ 283 * interrupted thread's stack and restore volatile registers 321 * deadline is not interrupted. 342 * to return to the interrupted execution context and thus the volatile
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 21 - Called from an ISR (interrupted a task) 22 - Called from an ISR (interrupted a thread) 27 - Called from an ISR that interrupted a task 28 - Called from an ISR that interrupted a thread
|
/Zephyr-latest/tests/arch/arm/arm_irq_zero_latency_levels/src/ |
D | main.c | 155 * interrupted by a zero-latency interrupt with higher priority. in ZTEST() 191 /* Confirm that irq_a interrupted main and irq_b interrupted irq_a */ in ZTEST()
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig.zephyr_gpio | 25 Time critical communications operations are not interrupted while
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | isr_wrapper.c | 43 * device for the next timer deadline is not interrupted. For in _isr_wrapper() 45 * state is not interrupted. In each case, pm_system_resume in _isr_wrapper()
|
D | cpu_idle.c | 114 * Lock PRIMASK while sleeping: wfe will still get interrupted by in arch_cpu_atomic_idle() 127 /* unlock BASEPRI so wfe gets interrupted by incoming interrupts */ in arch_cpu_atomic_idle()
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | README.txt | 2 being interrupted by another uart API call. That includes uart_poll_out called
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | power-domain-gpio-monitor.yaml | 11 pending transaction won't be interrupted by power state change.
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_asm2_context.h | 21 * SP-0 <-- Interrupted stack pointer points here 34 * SP-40 Saved/interrupted PS special register 75 * original/interrupted stack pointer.
|
D | xtensa_asm2_s.h | 299 * 1. The function that was interrupted ("interruptee") does not need to 304 * interrupted stack frame, which means that the A1 register it finds 305 * below it needs to contain the old/interrupted stack and not the 315 * were saved via external means) holds the "interrupted A1" and the 328 * context we interrupted (a common case) no windows need to be 330 * uses significant depth on its own stack, the interrupted frames 344 * interrupted/old stack) in A1, a handler function in A2, and a "new" 361 /* Recover the interrupted SP from the BSA */ 534 * interrupt time so the caller of the interrupted function 544 /* When using coherence, the registers of the interrupted [all …]
|
D | xtensa_backtrace.h | 58 * @param[in] interrupted_stack Pointer to interrupted stack 91 * @param interrupted_stack Pointer to interrupted stack
|
/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | Kconfig | 55 higher priority. The thread is cooperative and will not be interrupted by
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/ |
D | proxy_mixin.sh | 16 # With the separate scanner, observe that the GATT Proxy beacons are not interrupted.
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TConnectedClient.h | 81 * INTERRUPTED means the client was interrupted
|
D | TServerFramework.cpp | 174 ttx.getType() == TTransportException::INTERRUPTED) { in serve() 175 // Server was interrupted. This only happens when stopping. in serve() 223 // interrupted, which closes the socket that interruptChildren uses. in stop()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | irq_offload.c | 72 /* Suspend the thread we interrupted so we context switch, see below */ in nestoff_offload() 117 * offload handler will suspend the thread it interrupted, in ZTEST()
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcp251xfd | 45 higher priority. The thread is cooperative and will not be interrupted by
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/ |
D | model_coex.sh | 9 # Aggregator client model that is interrupted by an incoming sequence to the Opcode
|
12345