zephyr/tests/kernel/mem_protect
Daniel Leung c972ef1a0f kernel: mm: move kernel mm functions under kernel includes
This moves the k_* memory management functions from sys/ into
kernel/ includes, as there are kernel public APIs. The z_*
functions are further separated into the kernel internal
header directory.

Also made a quick change to doxygen to group sys_mem_* into
the OS Memory Management group so they will appear in doc.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-11-20 09:19:14 +01:00
..
demand_paging kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
futex tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00
mem_map kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
mem_protect syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
obj_validation syscall: rename z_object_validate -> k_object_validate 2023-11-03 11:46:52 +01:00
protection tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
stack_random tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
stackprot tests: kernel: fix thread function signatures 2023-10-30 17:45:59 +00:00
sys_sem tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00
syscalls syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
userspace boards: arm: stm32f746 with all mpu regions when testing in userspace 2023-11-06 12:32:08 +01:00