/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/ |
D | testcase.yaml | 4 kernel.demand_paging.mem_map: 8 - demand_paging 13 kernel.demand_paging.mem_map.timing_funcs: 17 - demand_paging
|
/Zephyr-latest/subsys/demand_paging/ |
D | Kconfig | 5 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/ |
D | testcase.yaml | 5 - demand_paging 7 kernel.demand_paging.ondemand_section.arm64_semihost:
|
/Zephyr-latest/samples/subsys/demand_paging/ |
D | sample.yaml | 8 - demand_paging 22 sample.demand_paging.ondemand_section:
|
D | CMakeLists.txt | 6 project(demand_paging) project
|
D | README.rst | 29 :zephyr-app: samples/subsys/demand_paging
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | index.rst | 15 demand_paging.rst
|
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/ |
D | main.c | 9 #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/ |
D | Kconfig.vm | 117 menuconfig DEMAND_PAGING config 125 if DEMAND_PAGING 207 endif # DEMAND_PAGING
|
D | CMakeLists.txt | 30 ${ZEPHYR_BASE}/include/zephyr/kernel/mm/demand_paging.h
|
/Zephyr-latest/boards/qemu/x86/ |
D | Kconfig.defconfig | 107 default 2 if DEMAND_PAGING && !LINKER_GENERIC_SECTIONS_PRESENT_AT_BOOT
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 10 depends on DEMAND_PAGING
|
D | nru.c | 13 #include <zephyr/kernel/mm/demand_paging.h>
|
D | lru.c | 37 #include <zephyr/kernel/mm/demand_paging.h>
|
/Zephyr-latest/subsys/ |
D | CMakeLists.txt | 41 add_subdirectory_ifdef(CONFIG_DEMAND_PAGING demand_paging)
|
D | Kconfig | 16 source "subsys/demand_paging/Kconfig"
|
/Zephyr-latest/subsys/demand_paging/backing_store/ |
D | backing_store_qemu_x86_tiny.c | 23 #include <zephyr/kernel/mm/demand_paging.h>
|
D | backing_store_ondemand_semihost.c | 8 #include <zephyr/kernel/mm/demand_paging.h>
|
D | ram.c | 11 #include <zephyr/kernel/mm/demand_paging.h>
|
/Zephyr-latest/include/zephyr/kernel/mm/ |
D | demand_paging.h | 16 * @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/ |
D | main.c | 9 #include <zephyr/kernel/mm/demand_paging.h>
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.mem | 52 imply DEMAND_PAGING
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.ia32 | 70 imply THREAD_STACK_MEM_MAPPED if !DEMAND_PAGING
|
D | userspace.c | 20 #include <zephyr/kernel/mm/demand_paging.h>
|
/Zephyr-latest/kernel/paging/ |
D | statistics.c | 11 #include <zephyr/kernel/mm/demand_paging.h>
|