Home
last modified time | relevance | path

Searched defs:is_user (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/arch/arm64/core/
Dthread.c79 static bool is_user(struct k_thread *thread) in is_user() function
Dmmu.c1162 bool is_user, is_migration; in arch_mem_domain_thread_add() local
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_stack/src/
Dmain.c72 bool is_user; member
332 bool is_user; in scenario_entry() local
/Zephyr-Core-3.5.0/arch/arc/core/
Dthread.c45 static bool is_user(struct k_thread *thread) in is_user() function
/Zephyr-Core-3.5.0/arch/x86/core/
Dx86_mmu.c1912 bool is_user = (thread->base.user_options & K_USER) != 0; in arch_mem_domain_thread_add() local