Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h67 struct thread_abort_regs { struct
68 unsigned long ra;
69 unsigned long sp;
70 unsigned long gp;
71 unsigned long tp;
72 unsigned long t0;
73 unsigned long t1;
74 unsigned long t2;
75 unsigned long s0;
76 unsigned long s1;
[all …]
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h169 struct thread_abort_regs { struct
191 struct thread_abort_regs { argument
192 uint64_t x0; /* r0_usr */
193 uint64_t x1; /* r1_usr */
194 uint64_t x2; /* r2_usr */
195 uint64_t x3; /* r3_usr */
196 uint64_t x4; /* r4_usr */
197 uint64_t x5; /* r5_usr */
198 uint64_t x6; /* r6_usr */
199 uint64_t x7; /* r7_usr */
[all …]