Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dasm-defines.c64 DEFINE(THREAD_ABT_REG_X0, offsetof(struct thread_abort_regs, x0));
65 DEFINE(THREAD_ABT_REG_X2, offsetof(struct thread_abort_regs, x2));
66 DEFINE(THREAD_ABT_REG_X30, offsetof(struct thread_abort_regs, x30));
67 DEFINE(THREAD_ABT_REG_SPSR, offsetof(struct thread_abort_regs, spsr));
68 DEFINE(THREAD_ABT_REGS_SIZE, sizeof(struct thread_abort_regs));
A Dabort.c277 static void set_abort_info(uint32_t abort_type, struct thread_abort_regs *regs, in set_abort_info()
302 struct thread_abort_regs *regs, struct abort_info *ai) in set_abort_info()
520 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in abort_handler()
/optee_os/core/arch/arm/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.h102 struct thread_abort_regs { struct
124 struct thread_abort_regs { argument
264 struct thread_abort_regs abort_regs;
/optee_os/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()

Completed in 7 milliseconds