zephyr/tests/kernel/mem_protect
Daniel Leung 75fd531164 tests: mem_map: test if z_phys_unmap reclaim memory correctly
This adds a test to see if z_phys_unmap() can reclaim memory
correctly, so that the next z_phys_map() re-uses the same
address (with identical input arguments).

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-11-17 15:56:04 +00:00
..
demand_paging tests: kernel: move the test demand_paging to new ztest API 2022-08-19 20:44:49 +00:00
futex tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
mem_map tests: mem_map: test if z_phys_unmap reclaim memory correctly 2022-11-17 15:56:04 +00:00
mem_protect smp: Convert #if to use CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
obj_validation ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
protection includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
stack_random tests/kernel: Delay between thread creation in stack random test 2022-11-08 10:44:36 +01:00
stackprot ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
sys_sem tests: sys_sem: no k_thread_access_grant call if not userspace 2022-11-05 08:29:01 -04:00
syscalls tests: mem_protect: syscalls: Convert CONFIG_MP_NUM_CPUS handling 2022-10-31 17:09:06 +01:00
userspace tests/mem_protect/userspace: Disable picolibc malloc heap 2022-11-08 10:44:36 +01:00