Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h131 struct thread_ctx_regs { struct
132 unsigned long ra;
133 unsigned long sp;
134 unsigned long gp;
135 unsigned long tp;
136 unsigned long t0;
137 unsigned long t1;
138 unsigned long t2;
139 unsigned long s0;
140 unsigned long s1;
[all …]
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h294 struct thread_ctx_regs { struct
295 uint32_t r0;
319 struct thread_ctx_regs { argument
320 uint64_t sp;
321 uint64_t pc;
322 uint64_t cpsr;
323 uint64_t x[31];
324 uint64_t tpidr_el0;
326 uint64_t apiakey_hi;
327 uint64_t apiakey_lo;