zephyr/tests/kernel/mem_protect
Daniel Leung bda38f033a tests: mem_map: fix memory exhaustion test on qemu_x86_tiny
The test_k_mem_map_unmap test requires some free physical pages
to work correctly. On qemu_x86_tiny, the physical memory is
artificially limited to test demand paging, which is 320KB as
of writing of this commit message. We also reserve 128KB of
physical memory as swapping area. And we do pin quite lot of
text and data (relatively speaking) in memory. There is not
much memory left for the test. So lower the amount of reserved
memory for paging to leave some pages for the test.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-10-15 04:12:25 -04:00
..
demand_paging tests: demand_paging: add a test for on-demand sections 2024-09-11 20:18:51 -04:00
futex
mem_map tests: mem_map: fix memory exhaustion test on qemu_x86_tiny 2024-10-15 04:12:25 -04:00
mem_protect doc: kernel: define additional doxygen groups 2024-09-17 05:24:09 -04:00
obj_validation
protection
stack_random
stackprot arch: kernel: lib: toolchain: Standardize TLS keyword 2024-09-23 10:01:48 +02:00
sys_sem tests: rename intel_adsp_ace30.conf to intel_adsp_ace30_ptl.conf 2024-10-03 22:00:54 +01:00
syscalls
userspace style: tests: remove unnecessary `return` statements 2024-09-20 11:06:55 +02:00