Searched refs:rcx (Results 1 – 9 of 9) sorted by relevance
| /system/ulib/zircon/ |
| A D | syscalls-x86-64.S | 35 mov %rcx, %r10 // Argument 4 41 mov %rcx, %r10 // Argument 4 50 mov %rcx, %r10 // Argument 4
|
| /system/public/zircon/syscalls/ |
| A D | hypervisor.h | 36 uint64_t rcx;
|
| A D | debug.h | 19 uint64_t rcx; member
|
| /system/utest/thread-initial-state/ |
| A D | x86-64.S | 50 check_general_purpose %rcx
|
| /system/utest/hypervisor/ |
| A D | x86.S | 207 add $2, %rcx 233 movq $0, %rcx 315 mov $ABSOLUTE_ADDR(vcpu_syscall_start, vcpu_syscall_ring3), %rcx
|
| A D | guest.cpp | 205 fprintf(stderr, "rip = 0x%lx\n", vcpu_state.rcx); in exception_thrown() 551 .rcx = 2u, in vcpu_read_write_state() 613 EXPECT_EQ(vcpu_state.rcx, 4u); in vcpu_read_write_state() 652 EXPECT_EQ(vcpu_state.rcx, 2u); in vcpu_compat_mode()
|
| /system/ulib/inspector/ |
| A D | registers.cpp | 34 regs->rax, regs->rbx, regs->rcx, regs->rdx); in inspector_print_general_regs()
|
| /system/utest/core/threads/ |
| A D | register-set.cpp | 138 CHECK_REG(rcx); in general_regs_expect_eq() 253 static_assert(offsetof(zx_thread_state_general_regs_t, rcx) == 8 * 2, "");
|
| /system/utest/debugger/ |
| A D | utils.cpp | 92 DUMP_NAMED_REG(rcx); in dump_gregs()
|
Completed in 18 milliseconds