/Zephyr-latest/dts/arm/infineon/cat3/xmc/ |
D | xmc4500_F100x1024.dtsi | 32 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)>;
|
D | xmc4700_F144x2048.dtsi | 26 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/ |
D | Kconfig.sam0 | 18 bool "Emulate byte-sized pages" 23 Emulate a device with byte-sized pages by doing a
|
D | Kconfig.nrf_rram | 19 The entire contiguous block of RRAM gets logically divided into pages, 68 the multiplication would allow erasing all nRF flash pages in
|
D | Kconfig.simulator | 89 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
|
D | Kconfig | 35 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/ |
D | Kconfig | 18 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/ |
D | flash.rst | 14 API for retrieving the layout of pages (see :kconfig:option:`CONFIG_FLASH_PAGE_LAYOUT`). 18 API for retrieving the layout of pages).
|
D | index.rst | 7 Please keep the ToC tree sorted based on the titles of the pages included
|
/Zephyr-latest/doc/hardware/porting/ |
D | index.rst | 6 These pages document how to port Zephyr to new hardware.
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 20 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
|
D | intro.rst | 11 The following pages introduce general devicetree concepts and how they apply to
|
D | bindings.rst | 15 These pages introduce bindings, describe what they do, note where they are
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 23 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/ |
D | README.rst | 4 Testing of erasing and writing all pages of the tested partition.
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 27 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/ |
D | spi.dtsi | 14 sector-0a-pages = <1>;
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee.c | 329 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/ |
D | README.rst | 42 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/ |
D | Kconfig | 15 >= number of pages, that you want to alloc and grant or foreign frames
|
/Zephyr-latest/doc/build/snippets/ |
D | index.rst | 17 The following pages document this feature.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-qual.rst | 16 The setup is described in more details in the pages linked below.
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | fstab-stock.dtsi | 43 * In addition, the last and second last flash pages
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 30 :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/ |
D | fstab-stock.dtsi | 40 * In addition, the last and second last flash pages
|