| /Zephyr-latest/samples/userspace/prod_consumer/src/ | 
| D | app_b.c | 117 	k_thread_user_mode_enter(processor_thread, NULL, NULL, NULL);  in app_b_entry()
 | 
| D | app_a.c | 260 	k_thread_user_mode_enter(monitor_entry, NULL, NULL, NULL);  in app_a_entry()
 | 
| /Zephyr-latest/tests/drivers/virtualization/ivshmem/plain/src/ | 
| D | ivshmem.c | 63 	k_thread_user_mode_enter(test_is_usermode,  in ZTEST()
 | 
| /Zephyr-latest/samples/net/mqtt_sn_publisher/src/ | 
| D | main.c | 114 	k_thread_user_mode_enter(start_client, NULL, NULL, NULL);  in main()
 | 
| /Zephyr-latest/tests/benchmarks/footprints/src/ | 
| D | userspace.c | 62 	k_thread_user_mode_enter(test_drop_to_user_mode_1, NULL, NULL, NULL);  in drop_to_user_mode_thread()
 | 
| /Zephyr-latest/tests/benchmarks/sched_userspace/src/ | 
| D | main.c | 66 	k_thread_user_mode_enter(context_switch_yield, _nb_threads, NULL, NULL);  in yielder_entry()
 | 
| /Zephyr-latest/subsys/sensing/ | 
| D | dispatch.c | 90 		k_thread_user_mode_enter(dispatch_task, a, b, c);  in dispatch_task()
 | 
| /Zephyr-latest/tests/net/iface/src/ | 
| D | main.c | 853 	k_thread_user_mode_enter(v4_addr_add_user, NULL,  in v4_addr_add_user_from_userspace()886 	k_thread_user_mode_enter(v4_addr_rm_user, NULL,  in v4_addr_rm_user_from_userspace()
 1025 	k_thread_user_mode_enter(v6_addr_add_user, NULL,  in v6_addr_add_user_from_userspace()
 1061 	k_thread_user_mode_enter(v6_addr_rm_user, NULL,  in v6_addr_rm_user_from_userspace()
 1093 	k_thread_user_mode_enter(netmask_addr_add, NULL,  in netmask_addr_add_from_userspace()
 1123 	k_thread_user_mode_enter(gw_addr_add, NULL,  in gw_addr_add_from_userspace()
 1150 	k_thread_user_mode_enter(get_by_index, NULL,  in get_by_index_from_userspace()
 
 | 
| /Zephyr-latest/tests/kernel/mem_protect/userspace/src/ | 
| D | main.c | 661 	k_thread_user_mode_enter(umode_enter_func,  in ZTEST()731 	k_thread_user_mode_enter(user_half, (void *)to_modify, NULL, NULL);  in drop_user()
 1040 	k_thread_user_mode_enter(tls_leakage_user_part,  in ZTEST()
 1124 	k_thread_user_mode_enter(kernel_only_thread_user_entry, NULL, NULL, NULL);  in kernel_only_thread_entry()
 
 | 
| /Zephyr-latest/samples/net/sockets/net_mgmt/src/ | 
| D | main.c | 170 		k_thread_user_mode_enter(listener,  in main()
 | 
| /Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ | 
| D | inherit.c | 84 	k_thread_user_mode_enter(test_thread_1_for_user, NULL, NULL, NULL);  in test_thread_1_for_SU()
 | 
| D | kobject.c | 51 	k_thread_user_mode_enter(kobject_access_grant_user_part,  in ZTEST()166 	k_thread_user_mode_enter(syscall_invalid_kobject_user_part,  in ZTEST()
 196 	k_thread_user_mode_enter(thread_without_kobject_permission_user_part,  in ZTEST()
 
 | 
| /Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/ | 
| D | ivshmem.c | 266 	k_thread_user_mode_enter(user_entry, NULL, NULL, NULL);  in ivshmem_sample_userspace_doorbell()
 | 
| /Zephyr-latest/samples/subsys/logging/logger/src/ | 
| D | main.c | 308 	k_thread_user_mode_enter(log_demo_thread, p1, p2, p3);  in log_demo_supervisor()
 | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | thread.c | 86 		stack_init->mepc = (unsigned long)k_thread_user_mode_enter;  in arch_new_thread()
 | 
| /Zephyr-latest/samples/net/sockets/echo_client/src/ | 
| D | echo-client.c | 459 	k_thread_user_mode_enter(start_client, NULL, NULL, NULL);  in main()
 | 
| /Zephyr-latest/tests/subsys/edac/ibecc/src/ | 
| D | ibecc.c | 302 	k_thread_user_mode_enter(check_values,  in ibecc_error_inject_test()
 | 
| /Zephyr-latest/tests/kernel/mem_protect/syscalls/src/ | 
| D | main.c | 446 	k_thread_user_mode_enter(test_syscall_context_user, NULL, NULL, NULL);  in ZTEST()
 | 
| /Zephyr-latest/tests/kernel/threads/thread_stack/src/ | 
| D | main.c | 320 		k_thread_user_mode_enter(stest_thread_entry, (void *)false,  in stest_thread_entry()
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | SYSVIEW_Zephyr.txt | 114 106 k_thread_user_mode_enter
 | 
| /Zephyr-latest/tests/kernel/threads/thread_apis/src/ | 
| D | main.c | 257 	k_thread_user_mode_enter(umode_entry,  in enter_user_mode_entry()
 | 
| /Zephyr-latest/kernel/ | 
| D | thread.c | 769 FUNC_NORETURN void k_thread_user_mode_enter(k_thread_entry_t entry,  in k_thread_user_mode_enter()  function
 | 
| /Zephyr-latest/doc/kernel/usermode/ | 
| D | kernelobjects.rst | 143 * If a supervisor thread calls :c:func:`k_thread_user_mode_enter`, the
 | 
| /Zephyr-latest/subsys/testsuite/ztest/src/ | 
| D | ztest.c | 659 			k_thread_user_mode_enter(test_cb, a, b, c);  in test_cb()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | kernel.h | 438 FUNC_NORETURN void k_thread_user_mode_enter(k_thread_entry_t entry,
 |