Searched refs:thread_abort_regs (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/include/kernel/ |
A D | abort.h | 25 struct thread_abort_regs *regs; 33 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs);
|
A D | thread.h | 40 struct thread_abort_regs abort_regs;
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | asm-defines.c | 68 DEFINE(THREAD_ABT_REG_X0, offsetof(struct thread_abort_regs, x0)); 69 DEFINE(THREAD_ABT_REG_X2, offsetof(struct thread_abort_regs, x2)); 70 DEFINE(THREAD_ABT_REG_X30, offsetof(struct thread_abort_regs, x30)); 71 DEFINE(THREAD_ABT_REG_SPSR, offsetof(struct thread_abort_regs, spsr)); 72 DEFINE(THREAD_ABT_REGS_SIZE, sizeof(struct thread_abort_regs)); 74 DEFINE(THREAD_ABT_REGS_APIAKEY_HI, offsetof(struct thread_abort_regs,
|
A D | abort.c | 278 static void set_abort_info(uint32_t abort_type, struct thread_abort_regs *regs, in set_abort_info() 303 struct thread_abort_regs *regs, struct abort_info *ai) in set_abort_info() 539 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in abort_handler()
|
/optee_os-3.20.0/core/arch/riscv/include/kernel/ |
A D | thread_arch.h | 47 struct thread_abort_regs { struct
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | arch_svc.c | 335 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_a32_ta() 393 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_a32_ta() 417 tsd->abort_regs = (struct thread_abort_regs){ in save_panic_regs_a64_ta()
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_arch.h | 115 struct thread_abort_regs { struct 137 struct thread_abort_regs { struct
|
Completed in 8 milliseconds