Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h47 struct thread_user_mode_rec { struct
48 unsigned long ctx_regs_ptr;
49 unsigned long exit_status0_ptr;
50 unsigned long exit_status1_ptr;
51 unsigned long pad;
58 unsigned long x[13];
/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h70 struct thread_user_mode_rec { struct
71 uint64_t ctx_regs_ptr;
72 uint64_t exit_status0_ptr;
73 uint64_t exit_status1_ptr;
74 uint64_t pad;
75 uint64_t x[31 - 19]; /* x19..x30 */