Home
last modified time | relevance | path

Searched refs:k_thread_user_mode_enter (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_b.c117 k_thread_user_mode_enter(processor_thread, NULL, NULL, NULL); in app_b_entry()
Dapp_a.c260 k_thread_user_mode_enter(monitor_entry, NULL, NULL, NULL); in app_a_entry()
/Zephyr-latest/tests/drivers/virtualization/ivshmem/plain/src/
Divshmem.c63 k_thread_user_mode_enter(test_is_usermode, in ZTEST()
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dmain.c114 k_thread_user_mode_enter(start_client, NULL, NULL, NULL); in main()
/Zephyr-latest/tests/benchmarks/footprints/src/
Duserspace.c62 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/
Dmain.c66 k_thread_user_mode_enter(context_switch_yield, _nb_threads, NULL, NULL); in yielder_entry()
/Zephyr-latest/subsys/sensing/
Ddispatch.c90 k_thread_user_mode_enter(dispatch_task, a, b, c); in dispatch_task()
/Zephyr-latest/tests/net/iface/src/
Dmain.c853 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/
Dmain.c661 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/
Dmain.c170 k_thread_user_mode_enter(listener, in main()
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dinherit.c84 k_thread_user_mode_enter(test_thread_1_for_user, NULL, NULL, NULL); in test_thread_1_for_SU()
Dkobject.c51 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/
Divshmem.c266 k_thread_user_mode_enter(user_entry, NULL, NULL, NULL); in ivshmem_sample_userspace_doorbell()
/Zephyr-latest/samples/subsys/logging/logger/src/
Dmain.c308 k_thread_user_mode_enter(log_demo_thread, p1, p2, p3); in log_demo_supervisor()
/Zephyr-latest/arch/riscv/core/
Dthread.c86 stack_init->mepc = (unsigned long)k_thread_user_mode_enter; in arch_new_thread()
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c459 k_thread_user_mode_enter(start_client, NULL, NULL, NULL); in main()
/Zephyr-latest/tests/subsys/edac/ibecc/src/
Dibecc.c302 k_thread_user_mode_enter(check_values, in ibecc_error_inject_test()
/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/
Dmain.c446 k_thread_user_mode_enter(test_syscall_context_user, NULL, NULL, NULL); in ZTEST()
/Zephyr-latest/tests/kernel/threads/thread_stack/src/
Dmain.c320 k_thread_user_mode_enter(stest_thread_entry, (void *)false, in stest_thread_entry()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt114 106 k_thread_user_mode_enter
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dmain.c257 k_thread_user_mode_enter(umode_entry, in enter_user_mode_entry()
/Zephyr-latest/kernel/
Dthread.c769 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/
Dkernelobjects.rst143 * If a supervisor thread calls :c:func:`k_thread_user_mode_enter`, the
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c659 k_thread_user_mode_enter(test_cb, a, b, c); in test_cb()
/Zephyr-latest/include/zephyr/
Dkernel.h438 FUNC_NORETURN void k_thread_user_mode_enter(k_thread_entry_t entry,

12