Searched refs:accessed (Results 1 – 25 of 75) sorted by relevance
123
/Zephyr-Core-3.5.0/subsys/demand_paging/eviction/ |
D | Kconfig | 21 A periodic timer will clear the accessed state of all virtual pages. 25 - recently accessed, dirty 26 - recently accessed, clean 27 - not recently accessed, dirty 28 - not recently accessed, clean 34 int "Recently accessed period, in milliseconds" 37 A periodic timer will fire that clears the accessed state of all virtual 39 still has the accessed property, it will be considered as recently used.
|
D | nru.c | 47 bool accessed; in k_mem_paging_eviction_select() local 60 accessed = (flags & ARCH_DATA_PAGE_ACCESSED) != 0UL; in k_mem_paging_eviction_select() 71 prec = (dirty ? 1U : 0U) + (accessed ? 2U : 0U); in k_mem_paging_eviction_select()
|
/Zephyr-Core-3.5.0/arch/x86/ |
D | gen_gdt.py | 119 accessed = 1 121 access = access | (present << 7) | (dpl << 5) | (desc_type << 4) | accessed
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ia32/ |
D | segmentation.h | 153 uint8_t accessed:1; member 272 .accessed = 0, \ 284 .accessed = 0, \
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | Kconfig.esp32 | 27 USB host. The USB stack is built into the chip and accessed
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | bbram.rst | 7 common types of BBRAM properties are easily accessed via this API:
|
D | video.rst | 39 A video control is accessed and identified by a CID (control identifier). It
|
/Zephyr-Core-3.5.0/doc/kernel/services/threads/ |
D | nothread.rst | 92 drivers. Bus-accessed devices like serial memories may not be 101 drivers. Bus-accessed devices like GPIO extenders may not be supported.
|
/Zephyr-Core-3.5.0/drivers/disk/ |
D | Kconfig.sdmmc | 48 File system on sdmmc accessed through stm32 sdmmc.
|
/Zephyr-Core-3.5.0/doc/kernel/data_structures/ |
D | slist.rst | 18 before use. Its interior fields are opaque and should not be accessed 33 accessed with :c:func:`sys_slist_peek_next`. 110 "flags" with each list node. These can be accessed and modified with
|
/Zephyr-Core-3.5.0/doc/kernel/iterable_sections/ |
D | index.rst | 52 The data can then be accessed using :c:macro:`STRUCT_SECTION_FOREACH`.
|
/Zephyr-Core-3.5.0/doc/services/retention/ |
D | index.rst | 24 accessed or updated independently. The prefix and checksum can be set 107 The retention areas can then be accessed using the data retention API (once 188 :kconfig:option:`CONFIG_RETENTION_BOOT_MODE` and then accessed by using the
|
/Zephyr-Core-3.5.0/doc/services/task_wdt/ |
D | index.rst | 29 Instead, the task watchdog API can be accessed globally to add or delete new
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 66 an ASE read or dropping a notification if the ASE state is being accessed by another
|
/Zephyr-Core-3.5.0/drivers/pinctrl/ |
D | Kconfig | 25 a driver has to be accessed externally. This can happen, for example, when
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | CMakeLists.txt | 122 be accessed.
|
/Zephyr-Core-3.5.0/doc/develop/languages/c/ |
D | common_libc.rst | 31 called ``z_malloc_partition``, which can be accessed from the user mode
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-ite/it8xxx2/ |
D | linker.ld | 233 * size, but mapped regions can still be accessed as data so don't need to be 235 * is still accessed at its VMA in ROM. */ 316 * instructions. If we can put the most commonly accessed globals
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | Kconfig.nor | 67 bool "Use Deep Power-Down mode when flash is not being accessed."
|
/Zephyr-Core-3.5.0/doc/develop/api/ |
D | design_guidelines.rst | 36 cases further context can accessed by the callback indirectly by 82 * Any data that is accessed only when the feature is enabled should be
|
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/ |
D | README.rst | 14 can also be accessed with any Bluetooth LE GATT client from your PC,
|
/Zephyr-Core-3.5.0/modules/lvgl/ |
D | Kconfig.memory | 68 buffer may be accessed as a uint8_t *, uint16_t *, or uint32_t *,
|
/Zephyr-Core-3.5.0/doc/services/binary_descriptors/ |
D | index.rst | 20 ``my_string`` could then be accessed using: 114 accessed using ``BINDESC_GET_STR(kernel_version_string)``.
|
/Zephyr-Core-3.5.0/samples/net/sockets/dumb_http_server/ |
D | README.rst | 17 application which can be accessed via a conventional web browser, or to
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | ieee802154.rst | 60 typical shell, socket, Kconfig and devicetree APIs that can be accessed through
|
123