Searched refs:rcx (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/arch/x86/core/intel64/ |
D | userspace.S | 138 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
|
D | coredump.c | 18 uint64_t rcx; member 75 arch_blk.r.rcx = esf->rcx; in arch_coredump_info_dump()
|
D | locore.S | 258 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 …]
|
D | thread.c | 57 thread->arch.rcx = (long) p3; in arch_new_thread()
|
/Zephyr-Core-3.5.0/drivers/clock_control/ |
D | clock_control_smartbond.c | 29 .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/ |
D | intel64_offsets.c | 20 GEN_OFFSET_SYM(_thread_arch_t, rcx);
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/ |
D | thread.h | 139 uint64_t rcx; member
|
D | arch.h | 72 unsigned long rcx; member
|
/Zephyr-Core-3.5.0/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 46 rcx: rcx { label
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | fatal.c | 185 esf->rax, esf->rbx, esf->rcx, esf->rdx); in dump_regs()
|