Home
last modified time | relevance | path

Searched refs:thread_abort_regs (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dasm-defines.c70 DEFINE(THREAD_ABT_REG_RA, offsetof(struct thread_abort_regs, ra));
71 DEFINE(THREAD_ABT_REG_SP, offsetof(struct thread_abort_regs, sp));
72 DEFINE(THREAD_ABT_REG_GP, offsetof(struct thread_abort_regs, gp));
73 DEFINE(THREAD_ABT_REG_TP, offsetof(struct thread_abort_regs, tp));
74 DEFINE(THREAD_ABT_REG_T0, offsetof(struct thread_abort_regs, t0));
75 DEFINE(THREAD_ABT_REG_S0, offsetof(struct thread_abort_regs, s0));
76 DEFINE(THREAD_ABT_REG_A0, offsetof(struct thread_abort_regs, a0));
77 DEFINE(THREAD_ABT_REG_S2, offsetof(struct thread_abort_regs, s2));
78 DEFINE(THREAD_ABT_REG_T3, offsetof(struct thread_abort_regs, t3));
79 DEFINE(THREAD_ABT_REG_EPC, offsetof(struct thread_abort_regs, epc));
[all …]
H A Darch_scall.c46 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_rv_ta()
H A Dabort.c198 struct thread_abort_regs *regs,
348 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in get_fault_type()
/optee_os/core/arch/arm/kernel/
H A Dasm-defines.c72 DEFINE(THREAD_ABT_REG_X0, offsetof(struct thread_abort_regs, x0));
73 DEFINE(THREAD_ABT_REG_X2, offsetof(struct thread_abort_regs, x2));
74 DEFINE(THREAD_ABT_REG_X30, offsetof(struct thread_abort_regs, x30));
75 DEFINE(THREAD_ABT_REG_SPSR, offsetof(struct thread_abort_regs, spsr));
76 DEFINE(THREAD_ABT_REGS_SIZE, sizeof(struct thread_abort_regs));
78 DEFINE(THREAD_ABT_REGS_APIAKEY_HI, offsetof(struct thread_abort_regs,
H A Darch_scall.c25 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_a32_ta()
74 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_a32_ta()
110 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_a64_ta()
H A Dabort.c287 static void set_abort_info(uint32_t abort_type, struct thread_abort_regs *regs,
312 struct thread_abort_regs *regs, struct abort_info *ai)
554 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in get_fault_type()
/optee_os/core/include/kernel/
H A Dabort.h25 struct thread_abort_regs *regs;
34 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs);
H A Dthread.h41 struct thread_abort_regs abort_regs;
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h67 struct thread_abort_regs { struct
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h169 struct thread_abort_regs { struct
191 struct thread_abort_regs { argument