zephyr/tests/kernel/mem_protect
Andrew Boie d2ad783a97 mmu: rename z_mem_map to z_phys_map
Renamed to make its semantics clearer; this function maps
*physical* memory addresses and is not equivalent to
posix mmap(), which might confuse people.

mem_map test case remains the same name as other memory
mapping scenarios will be added in the fullness of time.

Parameter names to z_phys_map adjusted slightly to be more
consistent with names used in other memory mapping functions.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-12-16 08:55:55 -05:00
..
futex
mem_map mmu: rename z_mem_map to z_phys_map 2020-12-16 08:55:55 -05:00
mem_protect tests: mem_protect: exclude nRF5340 DK from the gap filling test 2020-12-11 11:24:32 +01:00
obj_validation
protection arch: mem protect Kconfig cleanups 2020-11-18 08:02:08 -05:00
stack_random
stackprot tests: Avoid out-of-bounds array access on SPARC 2020-11-13 14:53:55 -08:00
sys_sem
syscalls tests: mem_protect: syscalls: skip scenarios for non-secure builds 2020-12-11 11:21:34 +01:00
userspace tests: usermode: skip arm_mpu_disable test for non-secure builds 2020-12-11 11:21:34 +01:00