Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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.c18 uint64_t rcx; member
75 arch_blk.r.rcx = esf->rcx; in arch_coredump_info_dump()
Dlocore.S258 movq __x86_cpuboot_t_stack_size_OFFSET(%rbp), %rcx
259 shr $3, %rcx /* moving 8 bytes a time, so fewer repeats */
284 movq $X86_TIME_STAMP_COUNTER_MSR, %rcx
466 movq _thread_offset_to_rcx(%rdi), %rcx
581 pushq %rcx
608 popq %rcx
749 pushq %rcx
750 movq 16(%rsp), %rcx /* RCX = vector */
773 movq %rcx, _thread_offset_to_rcx(%rsi)
782 popq %rcx /* vector number */
[all …]
Dthread.c57 thread->arch.rcx = (long) p3; in arch_new_thread()
/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_control_smartbond.c29 .rcx_freq = DT_PROP(DT_NODELABEL(rcx), clock_frequency),
33 #define CALIBRATION_INTERVAL (DT_NODE_HAS_STATUS(DT_NODELABEL(rcx), okay) ? \
34 DT_PROP(DT_NODELABEL(rcx), calibration_interval) : \
277 case DT_DEP_ORD(DT_NODELABEL(rcx)): in smartbond_dt_ord_to_clock()
/Zephyr-Core-3.5.0/arch/x86/core/offsets/
Dintel64_offsets.c20 GEN_OFFSET_SYM(_thread_arch_t, rcx);
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dthread.h139 uint64_t rcx; member
Darch.h72 unsigned long rcx; member
/Zephyr-Core-3.5.0/dts/arm/renesas/smartbond/
Dda1469x.dtsi46 rcx: rcx { label
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c185 esf->rax, esf->rbx, esf->rcx, esf->rdx); in dump_regs()