Searched refs:saved (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-Core-3.5.0/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 10 - 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-Core-3.5.0/doc/kernel/services/other/ |
D | float.rst | 102 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-Core-3.5.0/drivers/dma/ |
D | Kconfig.mcux_lpc | 32 be saved by fine tuning this Kconfig.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | srpl_srv.rst | 10 Specification version 1.1, and manages the Solicitation Replay Protection List (SRPL) saved on the
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_pwr_ctrl/ |
D | README.rst | 19 such that energy is being saved depending on how powerful the RSSI of the
|
/Zephyr-Core-3.5.0/subsys/logging/backends/ |
D | Kconfig.fs | 38 User defined name of log files saved in the file system.
|
/Zephyr-Core-3.5.0/subsys/debug/coredump/ |
D | Kconfig | 28 Core dump is saved to a flash partition with DTS alias
|
/Zephyr-Core-3.5.0/doc/hardware/arch/ |
D | arm_cortex_m.rst | 139 * 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 546 Under FPU sharing mode, the callee-saved FPU registers are saved 551 * requires additional memory for each thread to save the callee-saved [all …]
|
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | ieee802154_cc13xx_cc26xx.c | 63 static void update_saved_cmdhandle(RF_CmdHandle ch, RF_CmdHandle *saved) in update_saved_cmdhandle() argument 65 *saved = MAX(ch, *saved); in update_saved_cmdhandle()
|
/Zephyr-Core-3.5.0/arch/riscv/ |
D | Kconfig | 59 part of the context is automatically saved by the hardware on the 78 saved on the stack by the hardware, and the registers saved by the 108 with extra state that must be saved when entering an
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 155 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-Core-3.5.0/drivers/spi/ |
D | Kconfig.nrfx | 54 then nRF52832 PPI and GPIOTE resources can be saved by not
|
/Zephyr-Core-3.5.0/doc/kernel/services/synchronization/ |
D | mutexes.rst | 78 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-Core-3.5.0/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 97 EC_HOST_CMD_IN_PROGRESS status. The saved status can be get with the
|
/Zephyr-Core-3.5.0/samples/subsys/usb/hid-cdc/ |
D | README.rst | 99 …sed to control the keyboard - any string typed into it and finished with :kbd:`ENTER` will be saved
|
/Zephyr-Core-3.5.0/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 233 When this option is disabled, more than 10Kbytes of IRAM memory will be saved 240 When this option is disabled, more than 17Kbytes of IRAM memory will be saved
|
/Zephyr-Core-3.5.0/arch/arc/ |
D | Kconfig | 186 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-Core-3.5.0/doc/develop/test/ |
D | coverage.rst | 72 saved::
|
/Zephyr-Core-3.5.0/doc/kernel/services/smp/ |
D | smp.rst | 299 the caller-saved registers on the current thread's stack when interrupted 300 in order to minimize interrupt latency, and preserve the callee-saved 308 "switch_handle" field after its context has fully been saved.
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | tips.rst | 422 Symbols without prompts ignore any value from the saved configuration. 453 value from the saved configuration. 478 1. It holds the saved configuration, and 491 closer to just a saved configuration, without the full configuration output.
|
D | menuconfig.rst | 141 :file:`zephyr/.config`. If you have another saved configuration that you
|
D | setting.rst | 188 The merged configuration is saved to :file:`zephyr/.config` in the build
|
/Zephyr-Core-3.5.0/doc/kernel/services/data_passing/ |
D | message_queues.rst | 110 producing thread throws away all existing data so the newer data can be saved.
|
/Zephyr-Core-3.5.0/doc/services/settings/ |
D | index.rst | 78 This gets called after having saved of all current settings using
|
/Zephyr-Core-3.5.0/doc/contribute/documentation/ |
D | generation.rst | 218 file in an error message, as these changes will not be saved.
|
12