Searched refs:a13 (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | window_vectors.S | 191 s32e a0, a13, -16 /* save a0 to call[j+1]'s stack frame */ 194 s32e a1, a13, -12 /* save a1 to call[j+1]'s stack frame */ 195 s32e a2, a13, -8 /* save a2 to call[j+1]'s stack frame */ 196 s32e a3, a13, -4 /* save a3 to call[j+1]'s stack frame */ 224 l32e a0, a13, -16 /* restore a0 from call[i+1]'s stack frame */ 225 l32e a1, a13, -12 /* restore a1 from call[i+1]'s stack frame */ 226 l32e a2, a13, -8 /* restore a2 from call[i+1]'s stack frame */ 229 l32e a3, a13, -4 /* restore a3 from call[i+1]'s stack frame */
|
D | coredump.c | 78 uint32_t a13; member 174 arch_blk.r.a13 = frame->blks[regs_blk_remaining].r1; in arch_coredump_info_dump()
|
D | xtensa_asm2_util.S | 77 s32i a13, a1, 4 124 l32i a13, a2, 4
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | power_down.S | 40 #define p_ipc_regs a13
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_asm2_context.h | 185 uintptr_t a13; member
|