Home
last modified time | relevance | path

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

/Zephyr-latest/arch/nios2/core/
Dexception.S51 stw r10, __struct_arch_esf_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.c32 esf->r9, esf->r10, esf->r11, esf->r12); in z_nios2_fatal_error()
/Zephyr-latest/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.c26 uint64_t r10; member
84 arch_blk.r.r10 = esf->r10; in arch_coredump_info_dump()
Dlocore.S477 movq _thread_offset_to_r10(%rdi), %r10
581 pushq %r10
620 popq %r10
762 pushq %r10
784 movq %r10, _thread_offset_to_r10(%rsi)
842 popq %r10
/Zephyr-latest/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()
Dexception.h39 unsigned long r10; member
59 unsigned long r10; member
Dthread.h145 uint64_t r10; member
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dreset.S104 mov r10, #0
116 mov r10, #0 /* r10_fiq */
275 ldr r10, [r0, #BOOT_PARAM_SYS_SP_OFFSET]
287 ldr r10, =(z_arm_sys_stack + CONFIG_ARMV7_SYS_STACK_SIZE)
316 mov sp, r10
/Zephyr-latest/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()
Dpm_s2ram.S58 mov r3, r10; \
81 mov r10, r3; \
Dfault_s.S90 mov r2, r10
Dswap_helper.S91 mov r5, r10
249 mov r10, r5
/Zephyr-latest/include/zephyr/arch/nios2/
Dexception.h28 uint32_t r10; /* Caller-saved general purpose */ member
/Zephyr-latest/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-latest/arch/arc/core/
Dfatal.c33 " r11: 0x%" PRIxPTR "", esf->r8, esf->r9, esf->r10, esf->r11); in dump_arc_esf()
Duserspace.S26 mov_s r10, 0
/Zephyr-latest/arch/nios2/core/offsets/
Doffsets.c57 GEN_OFFSET_STRUCT(arch_esf, r10);
/Zephyr-latest/arch/x86/core/offsets/
Dintel64_offsets.c26 GEN_OFFSET_SYM(_thread_arch_t, r10);
/Zephyr-latest/arch/arc/core/secureshield/
Darc_secure.S20 mov r10, 0
/Zephyr-latest/arch/arc/core/offsets/
Doffsets.c59 GEN_OFFSET_SYM(_isf_t, r10);
/Zephyr-latest/samples/subsys/dap/
DREADME.rst52 r1: 0x20002854 (536881236) r10: 0x00000000 (0)
/Zephyr-latest/arch/x86/core/
Dfatal.c261 esf->r8, esf->r9, esf->r10, esf->r11); in dump_regs()