Home
last modified time | relevance | path

Searched refs:r11 (Results 1 – 24 of 24) sorted by relevance

/Zephyr-Core-3.5.0/arch/nios2/core/
Dswap.S44 ldw r11, _kernel_offset_to_current(r10)
51 stw r16, _thread_offset_to_r16(r11)
52 stw r17, _thread_offset_to_r17(r11)
53 stw r18, _thread_offset_to_r18(r11)
54 stw r19, _thread_offset_to_r19(r11)
55 stw r20, _thread_offset_to_r20(r11)
56 stw r21, _thread_offset_to_r21(r11)
57 stw r22, _thread_offset_to_r22(r11)
58 stw r23, _thread_offset_to_r23(r11)
59 stw r28, _thread_offset_to_r28(r11)
[all …]
Dexception.S52 stw r11, __z_arch_esf_t_r11_OFFSET(sp)
118 ldw r11, _kernel_offset_to_current(r10)
125 beq r2, r11, no_reschedule
168 ldw r11, (r10)
169 bne r11, zero, is_interrupt
215 ldw r11, __z_arch_esf_t_r11_OFFSET(sp)
Dfatal.c31 esf->r9, esf->r10, esf->r11, esf->r12); in z_nios2_fatal_error()
/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Duserspace.S137 pushq %r11 /* RFLAGS */
149 xorq %r11, %r11
150 movq _k_syscall_table(%r11, %rax, 8), %r10
169 popq %r11 /* Restore RFLAGS for 'sysretq' */
314 movq (%rsp), %r11
Dcoredump.c26 uint64_t r11; member
84 arch_blk.r.r11 = esf->r11; in arch_coredump_info_dump()
Dlocore.S472 movq _thread_offset_to_r11(%rdi), %r11
529 pushq %r11
538 movq $z_x86_kernel_ptables, %r11
539 movq %r11, %cr3
548 movq %rsp, %r11
551 movq 16(%r11), %rsp
554 pushq 64(%r11) /* SS */
555 pushq 56(%r11) /* RSP */
556 pushq 48(%r11) /* RFLAGS */
557 pushq 40(%r11) /* CS */
[all …]
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dfault_s.S89 mov r3, r11
97 push {r4-r11}
Dcoredump.c34 uint32_t r11; member
86 arch_blk.r.r11 = esf->extra_info.callee->v8; in arch_coredump_info_dump()
Dswap_helper.S92 mov r6, r11
250 mov r11, r6
444 push {r4-r11}
/Zephyr-Core-3.5.0/arch/arc/include/
Dkernel_arch_data.h66 uintptr_t r11; member
87 uintptr_t r11;
Dswap_macros.h190 STR r11, sp, ___isf_t_r11_OFFSET
251 LDR r11, sp, ___isf_t_r11_OFFSET
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/
Dexc.S79 stm r1, {r4-r11, sp}
166 stm r1, {r4-r11, sp}
Dreset.S98 mov r11, #0
110 mov r11, #0 /* r11_fiq */
Dswap_helper.S67 stm r0, {r4-r11, sp}
153 ldm r0, {r4-r11, sp}
/Zephyr-Core-3.5.0/arch/arc/core/
Dfatal.c32 esf->r8, esf->r9, esf->r10, esf->r11); in dump_arc_esf()
Duserspace.S27 mov_s r11, 0
/Zephyr-Core-3.5.0/arch/nios2/core/offsets/
Doffsets.c58 GEN_OFFSET_SYM(z_arch_esf_t, r11);
/Zephyr-Core-3.5.0/arch/x86/core/offsets/
Dintel64_offsets.c27 GEN_OFFSET_SYM(_thread_arch_t, r11);
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dthread.h146 uint64_t r11; member
Darch.h83 unsigned long r11; member
/Zephyr-Core-3.5.0/include/zephyr/arch/nios2/
Darch.h114 uint32_t r11; /* Caller-saved general purpose */ member
/Zephyr-Core-3.5.0/arch/arc/core/secureshield/
Darc_secure.S21 mov r11, 0
/Zephyr-Core-3.5.0/arch/arc/core/offsets/
Doffsets.c60 GEN_OFFSET_SYM(_isf_t, r11);
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c189 esf->r8, esf->r9, esf->r10, esf->r11); in dump_regs()