/Zephyr-latest/arch/nios2/core/ |
D | swap.S | 44 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 …]
|
D | exception.S | 52 stw r11, __struct_arch_esf_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, __struct_arch_esf_r11_OFFSET(sp)
|
D | fatal.c | 32 esf->r9, esf->r10, esf->r11, esf->r12); in z_nios2_fatal_error()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | userspace.S | 137 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
|
D | coredump.c | 27 uint64_t r11; member 85 arch_blk.r.r11 = esf->r11; in arch_coredump_info_dump()
|
D | locore.S | 478 movq _thread_offset_to_r11(%rdi), %r11 535 pushq %r11 544 movq $z_x86_kernel_ptables, %r11 545 movq %r11, %cr3 554 movq %rsp, %r11 557 movq 16(%r11), %rsp 560 pushq 64(%r11) /* SS */ 561 pushq 56(%r11) /* RSP */ 562 pushq 48(%r11) /* RFLAGS */ 563 pushq 40(%r11) /* CS */ [all …]
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault_s.S | 89 mov r3, r11 97 push {r4-r11}
|
D | coredump.c | 34 uint32_t r11; member 86 arch_blk.r.r11 = esf->extra_info.callee->v8; in arch_coredump_info_dump()
|
D | swap_helper.S | 92 mov r6, r11 97 stmia r0, {r4-r11, ip} 250 mov r11, r6 314 ldmia r0, {r4-r11, ip} 446 push {r4-r11}
|
D | pm_s2ram.S | 59 mov r4, r11; \ 80 mov r11, r4; \
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | switch.S | 41 stm r2, {r4-r11, sp, lr} 74 ldm r2, {r4-r11, sp, lr}
|
D | exc.S | 82 stm r1, {r4-r11, sp} 169 stm r1, {r4-r11, sp}
|
D | swap_helper.S | 68 stm r0, {r4-r11, sp} 150 ldm r0, {r4-r11, sp}
|
D | reset.S | 105 mov r11, #0 117 mov r11, #0 /* r11_fiq */
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | exception.h | 29 uint32_t r11; /* Caller-saved general purpose */ member
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | exception.h | 44 unsigned long r11; member
|
D | thread.h | 146 uint64_t r11; member
|
/Zephyr-latest/arch/arc/include/ |
D | kernel_arch_data.h | 66 uintptr_t r11; member 87 uintptr_t r11;
|
/Zephyr-latest/arch/arc/core/ |
D | fatal.c | 33 " r11: 0x%" PRIxPTR "", esf->r8, esf->r9, esf->r10, esf->r11); in dump_arc_esf()
|
D | userspace.S | 27 mov_s r11, 0
|
/Zephyr-latest/arch/nios2/core/offsets/ |
D | offsets.c | 58 GEN_OFFSET_STRUCT(arch_esf, r11);
|
/Zephyr-latest/arch/x86/core/offsets/ |
D | intel64_offsets.c | 27 GEN_OFFSET_SYM(_thread_arch_t, r11);
|
/Zephyr-latest/arch/arc/core/secureshield/ |
D | arc_secure.S | 21 mov r11, 0
|
/Zephyr-latest/arch/arc/core/offsets/ |
D | offsets.c | 60 GEN_OFFSET_SYM(_isf_t, r11);
|
/Zephyr-latest/samples/subsys/dap/ |
D | README.rst | 53 r2: 0x20000be4 (536873956) r11: 0x00000000 (0)
|