Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 25 of 89) sorted by relevance

1234

/Zephyr-latest/dts/arm/infineon/cat3/xmc/
Dxmc4500_F100x1024.dtsi32 pages-count = <8>;
33 pages-size = <DT_SIZE_K(16)>;
36 pages-count = <1>;
37 pages-size = <DT_SIZE_K(128)>;
40 pages-count = <3>;
41 pages-size = <DT_SIZE_K(256)>;
Dxmc4700_F144x2048.dtsi26 pages-count = <8>;
27 pages-size = <DT_SIZE_K(16)>;
30 pages-count = <1>;
31 pages-size = <DT_SIZE_K(128)>;
34 pages-count = <7>;
35 pages-size = <DT_SIZE_K(256)>;
/Zephyr-latest/drivers/flash/
DKconfig.sam018 bool "Emulate byte-sized pages"
23 Emulate a device with byte-sized pages by doing a
DKconfig.nrf_rram19 The entire contiguous block of RRAM gets logically divided into pages,
68 the multiplication would allow erasing all nRF flash pages in
DKconfig.simulator89 Only up to this number of beginning pages will be tracked
94 This is why it's not possible to calculate the number of pages with
DKconfig35 Erase is usually performed in pages, as we have chosen to name
37 specifications, like pages, sectors or blocks, and may vary
74 retrieving the layout of flash memory pages.
143 bool "API for retrieving the layout of pages"
146 Enables API for retrieving the layout of flash memory pages.
/Zephyr-latest/subsys/demand_paging/backing_store/
DKconfig18 This implements a backing store using physical RAM pages that the
45 int "Number of pages for RAM backing store"
48 Number of pages of backing store memory to reserve in RAM. All test
49 cases for demand paging assume that there are at least 16 pages of
/Zephyr-latest/doc/hardware/peripherals/
Dflash.rst14 API for retrieving the layout of pages (see :kconfig:option:`CONFIG_FLASH_PAGE_LAYOUT`).
18 API for retrieving the layout of pages).
Dindex.rst7 Please keep the ToC tree sorted based on the titles of the pages included
/Zephyr-latest/doc/hardware/porting/
Dindex.rst6 These pages document how to port Zephyr to new hardware.
/Zephyr-latest/doc/build/dts/
Dindex.rst20 The pages in this section are a high-level guide to using devicetree for Zephyr
41 These pages contain reference material for Zephyr's devicetree APIs and
Dintro.rst11 The following pages introduce general devicetree concepts and how they apply to
Dbindings.rst15 These pages introduce bindings, describe what they do, note where they are
/Zephyr-latest/subsys/demand_paging/eviction/
DKconfig23 A periodic timer will clear the accessed state of all virtual pages.
37 Usage is tracked based on MMU protection making pages unaccessible
51 pages that are capable of being paged out. At eviction time, if a page
/Zephyr-latest/tests/drivers/flash/erase_blocks/
DREADME.rst4 Testing of erasing and writing all pages of the tested partition.
/Zephyr-latest/doc/kernel/services/
Dindex.rst27 These pages cover basic kernel services related to thread scheduling and
51 These pages cover kernel objects which can be used to pass data between
105 These pages cover timing related services.
116 These pages cover other kernel services.
/Zephyr-latest/tests/drivers/build_all/flash/
Dspi.dtsi14 sector-0a-pages = <1>;
/Zephyr-latest/drivers/tee/optee/
Doptee.c329 void **pages) in handle_cmd_alloc() argument
371 *pages = pl; in handle_cmd_alloc()
563 static void free_shm_pages(void **pages) in free_shm_pages() argument
571 if (*pages) { in free_shm_pages()
572 k_free(*pages); in free_shm_pages()
573 *pages = NULL; in free_shm_pages()
609 void **pages) in handle_func_rpc_call() argument
615 free_shm_pages(pages); in handle_func_rpc_call()
616 handle_cmd_alloc(dev, arg, pages); in handle_func_rpc_call()
642 void **pages) in handle_rpc_call() argument
[all …]
/Zephyr-latest/samples/subsys/demand_paging/
DREADME.rst42 free memory pages: from 37 to 0, 987 page faults
44 free memory pages: from 0 to 0, 987 page faults
/Zephyr-latest/drivers/xen/
DKconfig15 >= number of pages, that you want to alloc and grant or foreign frames
/Zephyr-latest/doc/build/snippets/
Dindex.rst17 The following pages document this feature.
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-qual.rst16 The setup is described in more details in the pages linked below.
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dfstab-stock.dtsi43 * In addition, the last and second last flash pages
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst30 :c:func:`k_mem_page_in()` can be used to page in data pages
32 minimize number of page faults as these data pages are already in physical
34 used to page out data pages where they are not going to be accessed for
144 management code to flag data pages when they trigger an access fault:
146 to requeue "used" pages.
151 sample. This is a very simple algorithm which ranks data pages on whether
155 based on a sorted queue of data pages. The LRU code is more complex compared
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dfstab-stock.dtsi40 * In addition, the last and second last flash pages

1234