Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dthread_private.h35 struct thread_ctx { struct
36 struct thread_ctx_regs regs; argument
37 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