Searched refs:a11 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | window_vectors.S | 204 s32e a11, a0, -20 /* save a11 to end of call[j]'s stack frame */ 227 l32e a11, a1, -12 /* a11 <- call[i-1]'s sp 230 l32e a4, a11, -48 /* restore a4 from end of call[i]'s stack frame */ 231 l32e a5, a11, -44 /* restore a5 from end of call[i]'s stack frame */ 232 l32e a6, a11, -40 /* restore a6 from end of call[i]'s stack frame */ 233 l32e a7, a11, -36 /* restore a7 from end of call[i]'s stack frame */ 234 l32e a8, a11, -32 /* restore a8 from end of call[i]'s stack frame */ 235 l32e a9, a11, -28 /* restore a9 from end of call[i]'s stack frame */ 236 l32e a10, a11, -24 /* restore a10 from end of call[i]'s stack 238 l32e a11, a11, -20 /* restore a11 from end of call[i]'s stack
|
D | coredump.c | 76 uint32_t a11; member 170 arch_blk.r.a11 = frame->blks[regs_blk_remaining].r3; in arch_coredump_info_dump()
|
D | thread.c | 114 frame->a11 = 0; /* a11 */ in init_stack()
|
D | xtensa_asm2_util.S | 72 s32i a11, a1, 12 119 l32i a11, a2, 12
|
D | userspace.S | 170 mov a11, a9
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_asm2_context.h | 192 uintptr_t a11; member 213 uintptr_t a11; member
|
D | xtensa_asm2_s.h | 359 mov a11, a2 /* handler in 2nd frame's A3, next frame's A7 */
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | power_down.S | 38 #define temp_reg5 a11
|