/Zephyr-latest/arch/arc/core/dsp/ |
D | swap_dsp_macros.h | 14 ld_s r13, [r2, ___thread_base_t_user_options_OFFSET] 15 bbit0 r13, K_DSP_IDX, dsp_skip_save 16 lr r13, [_ARC_V2_DSP_CTRL] 17 st_s r13, [sp, ___callee_saved_stack_t_dsp_ctrl_OFFSET] 18 lr r13, [_ARC_V2_ACC0_GLO] 19 st_s r13, [sp, ___callee_saved_stack_t_acc0_glo_OFFSET] 20 lr r13, [_ARC_V2_ACC0_GHI] 21 st_s r13, [sp, ___callee_saved_stack_t_acc0_ghi_OFFSET] 23 lr r13, [_ARC_V2_DSP_BFLY0] 24 st_s r13, [sp, ___callee_saved_stack_t_dsp_bfly0_OFFSET] [all …]
|
/Zephyr-latest/arch/arc/include/ |
D | swap_macros.h | 29 STR r13, sp, ___callee_saved_stack_t_r13_OFFSET 48 lr r13, [_ARC_V2_SEC_U_SP] 49 st_s r13, [sp, ___callee_saved_stack_t_user_sp_OFFSET] 50 lr r13, [_ARC_V2_SEC_K_SP] 51 st_s r13, [sp, ___callee_saved_stack_t_kernel_sp_OFFSET] 53 lr r13, [_ARC_V2_USER_SP] 54 st_s r13, [sp, ___callee_saved_stack_t_user_sp_OFFSET] 55 lr r13, [_ARC_V2_KERNEL_SP] 56 st_s r13, [sp, ___callee_saved_stack_t_kernel_sp_OFFSET] 59 lr r13, [_ARC_V2_USER_SP] [all …]
|
D | kernel_arch_data.h | 68 uintptr_t r13; member 89 uintptr_t r13; 117 uintptr_t r13; member
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | coredump.c | 37 uint64_t r13; member 96 arch_blk.r.r13 = esf->r13; in arch_coredump_info_dump()
|
D | userspace.S | 321 xorq %r13, %r13
|
D | locore.S | 366 movq %r13, _thread_offset_to_r13(%rsi) 456 movq _thread_offset_to_r13(%rdi), %r13 594 pushq %r13 608 popq %r13 775 movq %r13, _thread_offset_to_r13(%rsi)
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | reset.S | 107 mov r13, #0 /* r13_svc */ 119 mov r13, #0 /* r13_fiq */ 126 mov r13, #0 /* r13_irq */ 133 mov r13, #0 /* r13_abt */ 140 mov r13, #0 /* r13_und */ 147 mov r13, #0 /* r13_sys */
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | exception.h | 31 uint32_t r13; /* Caller-saved general purpose */ member
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | exception.h | 25 unsigned long r13; member
|
D | thread.h | 110 uint64_t r13; member
|
/Zephyr-latest/arch/arc/core/offsets/ |
D | offsets.c | 62 GEN_OFFSET_SYM(_isf_t, r13); 83 GEN_OFFSET_SYM(_callee_saved_stack_t, r13);
|
/Zephyr-latest/arch/arc/core/ |
D | fatal.c | 35 esf->r12, esf->r13, esf->pc); in dump_arc_esf()
|
D | regular_irq.S | 308 STR r13, sp, ___isf_t_r13_OFFSET
|
D | userspace.S | 45 mov_s r13, 0
|
/Zephyr-latest/arch/nios2/core/offsets/ |
D | offsets.c | 60 GEN_OFFSET_STRUCT(arch_esf, r13);
|
/Zephyr-latest/arch/nios2/core/ |
D | exception.S | 54 stw r13, __struct_arch_esf_r13_OFFSET(sp) 217 ldw r13, __struct_arch_esf_r13_OFFSET(sp)
|
D | fatal.c | 34 esf->r13, esf->r14, esf->r15, esf->ra); in z_nios2_fatal_error()
|
/Zephyr-latest/arch/x86/core/offsets/ |
D | intel64_offsets.c | 13 GEN_OFFSET_SYM(_callee_saved_t, r13);
|
/Zephyr-latest/arch/arc/core/secureshield/ |
D | arc_secure.S | 39 mov r13, 0
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 263 esf->r12, esf->r13, esf->r14, esf->r15); in dump_regs()
|