Searched refs:THREAD_ABT_REG_SPSR (Results 1 – 3 of 3) sorted by relevance
/optee_os/out/arm/core/include/generated/ |
A D | asm-defines.h | 17 #define THREAD_ABT_REG_SPSR 256 /* offsetof(struct thread_abort_regs, spsr)" */ macro
|
/optee_os/core/arch/arm/kernel/ |
A D | thread_a64.S | 732 stp x2, x3, [sp, #THREAD_ABT_REG_SPSR] 764 ldp x0, x1, [x3, #THREAD_ABT_REG_SPSR] 804 stp x2, x3, [sp, #THREAD_ABT_REG_SPSR] 837 ldp x0, x1, [x3, #THREAD_ABT_REG_SPSR]
|
A D | asm-defines.c | 67 DEFINE(THREAD_ABT_REG_SPSR, offsetof(struct thread_abort_regs, spsr));
|
Completed in 4 milliseconds