Home
last modified time | relevance | path

Searched full:demand_paging (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/
Dtestcase.yaml4 kernel.demand_paging.mem_map:
8 - demand_paging
13 kernel.demand_paging.mem_map.timing_funcs:
17 - demand_paging
/Zephyr-latest/subsys/demand_paging/
DKconfig5 depends on DEMAND_PAGING
7 source "subsys/demand_paging/eviction/Kconfig"
9 source "subsys/demand_paging/backing_store/Kconfig"
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/ondemand_section/
Dtestcase.yaml5 - demand_paging
7 kernel.demand_paging.ondemand_section.arm64_semihost:
/Zephyr-latest/samples/subsys/demand_paging/
Dsample.yaml8 - demand_paging
22 sample.demand_paging.ondemand_section:
DCMakeLists.txt6 project(demand_paging) project
DREADME.rst29 :zephyr-app: samples/subsys/demand_paging
/Zephyr-latest/doc/kernel/memory_management/
Dindex.rst15 demand_paging.rst
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/
Dmain.c9 #include <zephyr/kernel/mm/demand_paging.h>
88 ZTEST(demand_paging, test_map_anon_pages) in ZTEST() argument
205 ZTEST(demand_paging, test_touch_anon_pages) in ZTEST() argument
210 ZTEST(demand_paging, test_touch_anon_pages_zigzag1) in ZTEST() argument
215 ZTEST(demand_paging, test_touch_anon_pages_zigzag2) in ZTEST() argument
220 ZTEST(demand_paging, test_unmap_anon_pages) in ZTEST() argument
466 ZTEST_SUITE(demand_paging, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/kernel/
DKconfig.vm117 menuconfig DEMAND_PAGING config
125 if DEMAND_PAGING
207 endif # DEMAND_PAGING
DCMakeLists.txt30 ${ZEPHYR_BASE}/include/zephyr/kernel/mm/demand_paging.h
/Zephyr-latest/boards/qemu/x86/
DKconfig.defconfig107 default 2 if DEMAND_PAGING && !LINKER_GENERIC_SECTIONS_PRESENT_AT_BOOT
/Zephyr-latest/subsys/demand_paging/eviction/
DKconfig10 depends on DEMAND_PAGING
Dnru.c13 #include <zephyr/kernel/mm/demand_paging.h>
Dlru.c37 #include <zephyr/kernel/mm/demand_paging.h>
/Zephyr-latest/subsys/
DCMakeLists.txt41 add_subdirectory_ifdef(CONFIG_DEMAND_PAGING demand_paging)
DKconfig16 source "subsys/demand_paging/Kconfig"
/Zephyr-latest/subsys/demand_paging/backing_store/
Dbacking_store_qemu_x86_tiny.c23 #include <zephyr/kernel/mm/demand_paging.h>
Dbacking_store_ondemand_semihost.c8 #include <zephyr/kernel/mm/demand_paging.h>
Dram.c11 #include <zephyr/kernel/mm/demand_paging.h>
/Zephyr-latest/include/zephyr/kernel/mm/
Ddemand_paging.h16 * @defgroup demand_paging Demand Paging
22 * @ingroup demand_paging
208 #include <zephyr/syscalls/demand_paging.h>
216 * @ingroup demand_paging
318 * @ingroup demand_paging
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/ondemand_section/src/
Dmain.c9 #include <zephyr/kernel/mm/demand_paging.h>
/Zephyr-latest/lib/posix/options/
DKconfig.mem52 imply DEMAND_PAGING
/Zephyr-latest/arch/x86/core/
DKconfig.ia3270 imply THREAD_STACK_MEM_MAPPED if !DEMAND_PAGING
Duserspace.c20 #include <zephyr/kernel/mm/demand_paging.h>
/Zephyr-latest/kernel/paging/
Dstatistics.c11 #include <zephyr/kernel/mm/demand_paging.h>

12