Home
last modified time | relevance | path

Searched refs:r10 (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-3.5.0/arch/nios2/core/
Dexception.S51 stw r10, __z_arch_esf_t_r10_OFFSET(sp)
88 movhi r10, %hi(_kernel)
89 ori r10, r10, %lo(_kernel)
97 ldw sp, _kernel_offset_to_irq_stack(r10)
114 movhi r10, %hi(_kernel)
115 ori r10, r10, %lo(_kernel)
118 ldw r11, _kernel_offset_to_current(r10)
124 ldw r2, _kernel_offset_to_ready_q_cache(r10)
166 movhi r10, %hi(_offload_routine)
167 ori r10, r10, %lo(_offload_routine)
[all …]
Dswap.S40 movhi r10, %hi(_kernel)
41 ori r10, r10, %lo(_kernel)
44 ldw r11, _kernel_offset_to_current(r10)
75 ldw r2, _kernel_offset_to_ready_q_cache(r10)
80 stw r2, _kernel_offset_to_current(r10)
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.S136 pushq %r10
144 movq %r10, %rcx
150 movq _k_syscall_table(%r11, %rax, 8), %r10
153 call *%r10
170 popq %r10
268 movq %r10, %rcx
284 movq %rcx, %r10
298 pushq %r10
300 popq %r10
Dcoredump.c25 uint64_t r10; member
83 arch_blk.r.r10 = esf->r10; in arch_coredump_info_dump()
Dlocore.S471 movq _thread_offset_to_r10(%rdi), %r10
575 pushq %r10
614 popq %r10
756 pushq %r10
778 movq %r10, _thread_offset_to_r10(%rsi)
836 popq %r10
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dsyscall.h59 register uintptr_t r10 __asm__("%r10") = arg4; /* RCX unavailable */ in arch_syscall_invoke6()
66 "r" (r10), "r" (r8), "r" (r9) in arch_syscall_invoke6()
81 register uintptr_t r10 __asm__("%r10") = arg4; /* RCX unavailable */ in arch_syscall_invoke5()
87 "r" (r10), "r" (r8) in arch_syscall_invoke5()
101 register uintptr_t r10 __asm__("%r10") = arg4; /* RCX unavailable */ in arch_syscall_invoke4()
106 "r" (r10) in arch_syscall_invoke4()
Darch.h78 unsigned long r10; member
100 unsigned long r10; member
Dthread.h145 uint64_t r10; member
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dcoredump.c33 uint32_t r10; member
85 arch_blk.r.r10 = esf->extra_info.callee->v7; in arch_coredump_info_dump()
Dfault_s.S90 mov r2, r10
Dswap_helper.S91 mov r5, r10
249 mov r10, r5
/Zephyr-Core-3.5.0/arch/arc/include/
Dkernel_arch_data.h65 uintptr_t r10; member
86 uintptr_t r10;
Dswap_macros.h191 STR r10, sp, ___isf_t_r10_OFFSET
252 LDR r10, sp, ___isf_t_r10_OFFSET
/Zephyr-Core-3.5.0/arch/arc/core/
Dfatal.c32 esf->r8, esf->r9, esf->r10, esf->r11); in dump_arc_esf()
Duserspace.S26 mov_s r10, 0
/Zephyr-Core-3.5.0/arch/nios2/core/offsets/
Doffsets.c57 GEN_OFFSET_SYM(z_arch_esf_t, r10);
/Zephyr-Core-3.5.0/arch/x86/core/offsets/
Dintel64_offsets.c26 GEN_OFFSET_SYM(_thread_arch_t, r10);
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/
Dreset.S97 mov r10, #0
109 mov r10, #0 /* r10_fiq */
/Zephyr-Core-3.5.0/include/zephyr/arch/nios2/
Darch.h113 uint32_t r10; /* Caller-saved general purpose */ member
/Zephyr-Core-3.5.0/arch/arc/core/secureshield/
Darc_secure.S20 mov r10, 0
/Zephyr-Core-3.5.0/arch/arc/core/offsets/
Doffsets.c59 GEN_OFFSET_SYM(_isf_t, r10);
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c189 esf->r8, esf->r9, esf->r10, esf->r11); in dump_regs()