Searched defs:thread_ctx (Results 1 – 1 of 1) sorted by relevance
35 struct thread_ctx { struct36 struct thread_ctx_regs regs; argument37 enum thread_state state;38 vaddr_t stack_va_end;39 uint32_t flags;40 struct core_mmu_user_map user_map;41 bool have_user_map;46 struct thread_pauth_keys keys;49 struct thread_vfp_state vfp_state;51 void *rpc_arg;[all …]
Completed in 3 milliseconds