Searched refs:thread_abort_regs (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | asm-defines.c | 70 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 D | arch_scall.c | 46 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_rv_ta()
|
| H A D | abort.c | 198 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 D | asm-defines.c | 72 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 D | arch_scall.c | 25 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 D | abort.c | 287 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 D | abort.h | 25 struct thread_abort_regs *regs; 34 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs);
|
| H A D | thread.h | 41 struct thread_abort_regs abort_regs;
|
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | thread_arch.h | 67 struct thread_abort_regs { struct
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_arch.h | 169 struct thread_abort_regs { struct 191 struct thread_abort_regs { argument
|