Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/tests/arch/arm/arm_thread_swap/
DREADME.txt10 - the callee-saved registers are saved and restored, properly,
12 - the floating-point callee-saved registers are saved and
15 - the thread execution priority (BASEPRI) is saved and restored,
20 space or FP shared registers) is saved and restored properly.
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst102 During thread context switching the ARM kernel saves the *callee-saved*
104 Additionally, the *caller-saved* floating point registers are saved on
106 point registers, the kernel restores the *callee-saved* FP registers of
107 the switched-in thread and the *caller-saved* FP context is restored from
112 an extra 72 bytes of stack space where the callee-saved FP context can
113 be saved.
148 necessary. For example, the registers are *not* saved when switching from an
153 current FPU user context is saved in the thread object and the ISR is resumed
179 During thread context switching the ARC kernel saves the *callee-saved*
181 Additionally, the *caller-saved* floating point registers are saved on
[all …]
/Zephyr-latest/doc/services/debugging/
Dcs_trace_defmt.rst9 buffer where data from various trace streams can be saved. Typically tracing data is
/Zephyr-latest/drivers/input/
DKconfig.analog_axis40 Maximum number of axes that can have calibration value saved in
/Zephyr-latest/drivers/dma/
DKconfig.mcux_lpc32 be saved by fine tuning this Kconfig.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_srv.rst10 Specification version 1.1, and manages the Solicitation Replay Protection List (SRPL) saved on the
/Zephyr-latest/doc/services/profiling/
Dperf.rst31 where samples are saved before printing.
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/
DREADME.rst20 such that energy is being saved depending on how powerful the RSSI of the
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst139 * the callee-saved registers (R4 - R11) in the thread's container for callee-saved registers,
147 * the floating point callee-saved registers (S16 - S31) in the thread's container for FP
148 callee-saved registers, if the current thread has an active FP context
150 …stack frame. The latter contains the caller-saved context and the return address of the switched-o…
155 * restores the new thread's callee-saved registers from the thread's
156 container for callee-saved registers
158 * restores the FP callee-saved registers if the switched-in thread had
168 PendSV exception return sequence restores the new thread's caller-saved registers and the
549 Under FPU sharing mode, the callee-saved FPU registers are saved
554 * requires additional memory for each thread to save the callee-saved
[all …]
Dxtensa.rst58 registers that must be saved.
/Zephyr-latest/subsys/logging/backends/
DKconfig.fs46 User defined name of log files saved in the file system.
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
DKconfig44 to be saved in external memory.
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx.c67 static void update_saved_cmdhandle(RF_CmdHandle ch, RF_CmdHandle *saved) in update_saved_cmdhandle() argument
69 *saved = MAX(ch, *saved); in update_saved_cmdhandle()
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
DREADME.md155 screen and saved in `output.txt`, in the format of "x,y,z" per line.
167 to stop logging data. Data will be saved in `output.txt`. For compatibility
/Zephyr-latest/subsys/debug/coredump/
DKconfig28 Core dump is saved to a flash partition with DTS alias
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst78 The owning thread's base priority is saved in the mutex when it obtains the
82 base priority from the value saved in the mutex.
/Zephyr-latest/arch/riscv/
DKconfig105 part of the context is automatically saved by the hardware on the
124 saved on the stack by the hardware, and the registers saved by the
167 with extra state that must be saved when entering an
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig106 EC_HOST_CMD_IN_PROGRESS status. The saved status can be get with the
/Zephyr-latest/drivers/spi/
DKconfig.nrfx84 then nRF52832 PPI and GPIOTE resources can be saved by not
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst24 TPIU (Trace Port Interface Unit) or saved in the RAM Circular Buffer which is called ETR (Embedded
33 ETR is a circular RAM buffer to which tracing data is saved. Since it may contain data from
145 …The decoded logs will be saved in the specified output file (the :file:`out.txt` file in the previ…
/Zephyr-latest/arch/arc/
DKconfig186 with highest priority, status32 and pc will be saved in aux regs,
187 other regs will be saved according to the number of register bank;
/Zephyr-latest/doc/develop/test/
Dcoverage.rst72 saved::
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32283 When this option is disabled, more than 10Kbytes of IRAM memory will be saved
291 When this option is disabled, more than 17Kbytes of IRAM memory will be saved
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst342 the caller-saved registers on the current thread's stack when interrupted
343 in order to minimize interrupt latency, and preserve the callee-saved
351 "switch_handle" field after its context has fully been saved.
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst95 saved to :file:`zephyr/.config` in the build directory.
191 The merged configuration is saved to :file:`zephyr/.config` in the build

12