Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dthread_private.h56 struct thread_ctx { struct
57 struct thread_ctx_regs regs; argument
58 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