Home
last modified time | relevance | path

Searched refs:usermode (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/subsys/logging/logger/src/
Dmain.c244 bool usermode = k_is_user_context(); in log_demo_thread() local
251 (usermode) ? "USER" : "KERNEL"); in log_demo_thread()
280 if (!usermode) { in log_demo_thread()
/Zephyr-latest/doc/kernel/
Dindex.rst11 usermode/index.rst
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst574 The APIs were marked as callable from usermode but in practice this does not work as the device
575 cannot be accessed from usermode thread. This means that the API calls will need to made
Drelease-notes-2.4.rst620 control handling when usermode is enabled.
622 usermode is enabled.
1369 * :github:`26499` - usermode: random: backport random syscall
Drelease-notes-2.3.rst740 * :github:`25893` - Application syscalls in usermode gives bus fault with stacking error
790 * :github:`25702` - BSD socket sendmsg() did not verify params in usermode
Drelease-notes-3.1.rst1905 …0679` - libc/minimal: static variable of gmtime() does not located to z_libc_partition at usermode.