Searched defs:thread_ctx (Results 1 – 1 of 1) sorted by relevance
56 struct thread_ctx { struct57 struct thread_ctx_regs regs; argument58 enum thread_state state;59 vaddr_t stack_va_end;60 uint32_t flags;61 struct core_mmu_user_map user_map;62 bool have_user_map;67 struct thread_vfp_state vfp_state;69 void *rpc_arg;70 struct mobj *rpc_mobj;[all …]
Completed in 2 milliseconds