Searched refs:GEN_NAMED_OFFSET_SYM (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/arch/arm64/core/offsets/ |
D | offsets.c | 35 GEN_NAMED_OFFSET_SYM(_callee_saved_t, x19, x19_x20); 36 GEN_NAMED_OFFSET_SYM(_callee_saved_t, x21, x21_x22); 37 GEN_NAMED_OFFSET_SYM(_callee_saved_t, x23, x23_x24); 38 GEN_NAMED_OFFSET_SYM(_callee_saved_t, x25, x25_x26); 39 GEN_NAMED_OFFSET_SYM(_callee_saved_t, x27, x27_x28); 40 GEN_NAMED_OFFSET_SYM(_callee_saved_t, x29, x29_sp_el0); 41 GEN_NAMED_OFFSET_SYM(_callee_saved_t, sp_elx, sp_elx_lr); 44 GEN_NAMED_OFFSET_SYM(_esf_t, fp, fp); 47 GEN_NAMED_OFFSET_SYM(_esf_t, spsr, spsr_elr); 48 GEN_NAMED_OFFSET_SYM(_esf_t, x18, x18_lr); [all …]
|
/Zephyr-latest/kernel/include/ |
D | gen_offset.h | 90 #define GEN_NAMED_OFFSET_SYM(S, M, N) \ macro
|