Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dabort.h25 struct thread_abort_regs *regs;
33 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs);
A Dthread.h40 struct thread_abort_regs abort_regs;
/optee_os-3.20.0/core/arch/arm/kernel/
A Dasm-defines.c68 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 Dabort.c278 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 Dthread_arch.h47 struct thread_abort_regs { struct
/optee_os-3.20.0/core/arch/arm/tee/
A Darch_svc.c335 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 Dthread_arch.h115 struct thread_abort_regs { struct
137 struct thread_abort_regs { struct

Completed in 8 milliseconds