Home
last modified time | relevance | path

Searched refs:rcx (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/arch/x86/core/intel64/
Duserspace.S138 pushq %rcx /* Return address stored by 'syscall' */
144 movq %r10, %rcx
168 popq %rcx /* Restore return address for 'sysretq' */
268 movq %r10, %rcx
284 movq %rcx, %r10
310 movq $z_x86_userspace_landing_site, %rcx
Dcoredump.c19 uint64_t rcx; member
76 arch_blk.r.rcx = esf->rcx; in arch_coredump_info_dump()
Dlocore.S261 movq __x86_cpuboot_t_stack_size_OFFSET(%rbp), %rcx
262 shr $3, %rcx /* moving 8 bytes a time, so fewer repeats */
290 movq $X86_TIME_STAMP_COUNTER_MSR, %rcx
472 movq _thread_offset_to_rcx(%rdi), %rcx
587 pushq %rcx
614 popq %rcx
755 pushq %rcx
756 movq 16(%rsp), %rcx /* RCX = vector */
779 movq %rcx, _thread_offset_to_rcx(%rsi)
788 popq %rcx /* vector number */
[all …]
Dthread.c62 thread->arch.rcx = (long) p3; in arch_new_thread()
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dexception.h33 unsigned long rcx; member
Dthread.h139 uint64_t rcx; member
/Zephyr-latest/arch/x86/core/offsets/
Dintel64_offsets.c20 GEN_OFFSET_SYM(_thread_arch_t, rcx);
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi60 rcx: rcx { label
99 clock-src = <&rcx>;
/Zephyr-latest/boards/renesas/da1469x_dk_pro/
Dda1469x_dk_pro.dts158 &rcx {
/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c35 .rcx_freq = DT_PROP(DT_NODELABEL(rcx), clock_frequency),
400 case DT_DEP_ORD(DT_NODELABEL(rcx)): in smartbond_dt_ord_to_clock()
/Zephyr-latest/arch/x86/core/
Dfatal.c257 esf->rax, esf->rbx, esf->rcx, esf->rdx); in dump_regs()