Searched refs:save (Results 1 – 25 of 77) sorted by relevance
1234
23 save74 save75 save114 save127 save
52 save108 save %sp, -64, %sp
58 save314 save
58 basic load and save using registered handlers64 save <alpha/beta/voltage> key directly: OK.70 save all key-value pairs using registered handlers100 save <gamma> key directly: OK.
34 to save RAM. You may need to increase it e.g. to support43 to save RAM. You may need to increase it e.g. to support
7 /* Reserved 4 bytes to save vector table base address */
178 * :jira:`ZEP-1090` - CPU x86 save/restore using new QMSI bootloader flow246 * :jira:`ZEP-993` - Quark SE (x86): Refactor save/restore execution context feature248 * :jira:`ZEP-996` - Refactor save/restore feature from i2c_qmsi driver249 * :jira:`ZEP-997` - Refactor save/restore feature from spi_qmsi driver250 * :jira:`ZEP-998` - Refactor save/restore feature from uart_qmsi driver251 * :jira:`ZEP-999` - Refactor save/restore feature from gpio_qmsi driver252 * :jira:`ZEP-1000` - Refactor save/restore feature from rtc_qmsi driver253 * :jira:`ZEP-1001` - Refactor save/restore feature from wdt_qmsi driver254 * :jira:`ZEP-1002` - Refactor save/restore feature from counter_qmsi_aonpt driver255 * :jira:`ZEP-1004` - Extend counter_qmsi_aon driver to support save/restore peripheral context[all …]
50 etrace.save(args.output_file)
55 may also save and restore states in these hook functions.68 Enable Runtime Power Management to save power. With device runtime PM
26 caching can save the continuous decoding of images. However the
81 .. [#f3] We only support save/restore ACCL/ACCH registers in task's context.82 Rest of DSP/AGU registers save/restore isn't implemented but kernel
108 the thread's stack. Thus, the kernel does not save or restore the FP134 not to save or restore its FP context during thread context switching.146 user on a case-by-case basis. A "lazy save" algorithm is used during context177 not to save or restore its FP context during thread context switching.185 the thread's stack. Thus, the kernel does not save or restore the FP208 save or restore its FP context during thread context switching. This function217 restored from the thread's stack. Thus, the kernel does not save or restore the239 iff they were saved at the context save. Saving and restoring of the floating254 FPU user or SSE user on a case-by-case basis. A "lazy save" algorithm is used
56 /* put CPU to sleep to save power */105 /* put CPU to sleep to save power */
68 def save(self, output_file): member in Etrace
28 # FILE_OUT: Set to a file path to save the boards to a file. If not defined the
38 0 ALWAYS_ON, GNA is always on with very minimal power save
41 If you do this, ``-C <initial-cache>`` `cmake option`_ may useful. If you save44 as ``cmake -C my-toolchain.cmake ...`` to save typing.
108 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
126 save-and-quit dialog (if there are changes to save):131 Press :kbd:`Y` to save the kernel configuration options to the default132 filename (:file:`zephyr/.config`). You will typically save to the default
85 To save preprocessor output when using GCC-based toolchains, add86 ``-save-temps=obj`` to the ``EXTRA_CFLAGS`` CMake variable. For example, to91 west build -b BOARD samples/hello_world -- -DEXTRA_CFLAGS=-save-temps=obj
47 This option can be disabled to save a few bytes.
29 Disable error message support to save code size. Only error
53 when ``settings_save()`` tries to save the settings or transfer to any59 Backends are meant to load and save data to/from setting handlers, and62 ``settings_dst_register()`` for backends that can save data. The current75 This gets called when starting a save of all current settings using
23 When performing such long running operations it can be useful to be able to save
5079 struct ccc_save *save = user_data; in ccc_save() local5091 cfg = ccc_find_cfg(ccc, save->addr_with_id.addr, save->addr_with_id.id); in ccc_save()5098 save->store[save->count].handle = handle; in ccc_save()5099 save->store[save->count].value = cfg->value; in ccc_save()5100 save->count++; in ccc_save()5107 struct ccc_save save; in bt_gatt_store_ccc() local5113 save.addr_with_id.addr = addr; in bt_gatt_store_ccc()5114 save.addr_with_id.id = id; in bt_gatt_store_ccc()5115 save.count = 0; in bt_gatt_store_ccc()5117 bt_gatt_foreach_attr(0x0001, 0xffff, ccc_save, &save); in bt_gatt_store_ccc()[all …]