bda38f033a
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> |
||
---|---|---|
.. | ||
cache | ||
common | ||
condvar/condvar_api | ||
context | ||
device | ||
early_sleep | ||
events | ||
fatal | ||
fifo | ||
fpu_sharing | ||
gen_isr_table | ||
interrupt | ||
ipi_cascade | ||
ipi_optimize | ||
lifo | ||
mbox | ||
mem_heap/k_heap_api | ||
mem_protect | ||
mem_slab | ||
mp | ||
msgq | ||
mutex | ||
obj_core | ||
obj_tracking | ||
pending | ||
pipe | ||
poll | ||
profiling/profiling_api | ||
queue | ||
sched | ||
semaphore | ||
sleep | ||
smp | ||
smp_abort | ||
smp_boot_delay | ||
smp_suspend | ||
spinlock | ||
stack/stack | ||
threads | ||
tickless/tickless_concept | ||
timer | ||
usage/thread_runtime_stats | ||
workq | ||
xip |