Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h234 struct thread_scall_regs { struct
248 struct thread_scall_regs { argument
249 uint64_t elr;
250 uint64_t spsr;
251 uint64_t x0; /* r0_usr */
252 uint64_t x1; /* r1_usr */
253 uint64_t x2; /* r2_usr */
254 uint64_t x3; /* r3_usr */
255 uint64_t x4; /* r4_usr */
256 uint64_t x5; /* r5_usr */
[all …]
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h106 struct thread_scall_regs { struct
107 unsigned long ra;
108 unsigned long sp;
109 unsigned long gp;
110 unsigned long tp;
111 unsigned long t0;
112 unsigned long t1;
113 unsigned long t2;
114 unsigned long a0;
115 unsigned long a1;
[all …]