Searched refs:rcx (Results 1 – 23 of 23) sorted by relevance
| /kernel/arch/x86/ |
| A D | syscall.S | 32 push_value %rcx 37 mov %r10, %rcx 59 push_value %rcx 82 push_value %rcx 103 mov %rcx, %r9 123 mov %rcx, %r8 174 mov %rcx, %rsi 190 mov %rcx, %rdi 376 push_value %rcx 385 pop_value %rcx [all …]
|
| A D | user_copy.S | 26 movq %rcx, %r10 43 movq %rdx, %rcx
|
| A D | acpi.S | 30 mov %rcx, 40(%rdi) 51 mov %rcx, %rdx
|
| A D | mexec.S | 27 mov %rcx, %r11 /* Unused Arg */ 68 mov MEMMOV_OPS_LEN_OFFSET (%r12), %rcx 80 mov %rcx, %rax /* rcx and rax contain the number of bytes to be copied */
|
| A D | start16.S | 121 mov %rcx, %cr3 165 mov %rcx, %cr3 201 mov 40(%rdi), %rcx
|
| A D | exceptions.S | 118 push_reg %rcx 140 pop_reg %rcx
|
| A D | uspace_entry.S | 17 push_value %rcx // pc
|
| A D | ops.S | 41 mov %rdi, %rcx
|
| A D | asm.S | 78 mov $PAGE_SIZE >> 3, %rcx
|
| A D | start.S | 217 mov %rcx, %gs:ZX_TLS_STACK_GUARD_OFFSET
|
| A D | debugger.cpp | 34 static_assert(SYSCALL_OFFSETS_EQUAL(rcx), ""); 70 COPY_REG(out, in, rcx); \
|
| A D | faults.cpp | 49 frame->rax, frame->rbx, frame->rcx, frame->rdx); in dump_fault_frame()
|
| /kernel/lib/libc/string/arch/x86/ |
| A D | memset.S | 19 mov %rdx, %rcx 33 mov %rdx, %rcx 37 mov %rcx, %rdx 40 shr $3, %rcx 44 mov %rdx, %rcx 45 and $0x7, %rcx
|
| A D | memcpy.S | 18 mov %rdx, %rcx 30 mov %rdx, %rcx 31 shr $3, %rcx 35 mov %rdx, %rcx 36 and $0x7, %rcx
|
| /kernel/arch/x86/hypervisor/ |
| A D | vmexit.cpp | 130 arg[1] = guest_state->rcx; in VmCallInfo() 271 guest_state->rcx = 0; in handle_cpuid() 279 guest_state->rcx = 0; in handle_cpuid() 314 guest_state->rcx = regs[1]; in handle_cpuid() 323 guest_state->rcx = 0; in handle_cpuid() 374 *out = guest_state->rcx; in register_value() 491 switch (static_cast<X2ApicMsr>(guest_state->rcx)) { in handle_apic_rdmsr() 546 switch (static_cast<uint32_t>(guest_state->rcx)) { in handle_rdmsr() 758 switch (static_cast<uint32_t>(guest_state->rcx)) { in handle_kvm_wrmsr() 780 switch (static_cast<uint32_t>(guest_state->rcx)) { in handle_wrmsr() [all …]
|
| A D | vmx.S | 43 mov GS_RCX(%rsp), %rcx 92 mov %rcx, GS_RCX(%rsp)
|
| A D | vcpu.cpp | 822 out->rcx = in.rcx; in register_copy()
|
| /kernel/arch/x86/include/arch/ |
| A D | asm_macros.h | 58 .cfi_same_value %rcx ; \ 77 .cfi_undefined %rcx ; \
|
| A D | x86.h | 29 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; // pushed by common handler member
|
| /kernel/arch/x86/include/arch/x86/ |
| A D | general_regs.h | 31 uint64_t rcx; member
|
| A D | vmx_state.h | 68 uint64_t rcx; member 110 static_assert(__offsetof(VmxState, guest_state.rcx) == GS_RCX, "");
|
| A D | bootstrap16.h | 71 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; member
|
| /kernel/lib/crashlog/ |
| A D | crashlog.cpp | 161 crashlog.iframe->rcx, in crashlog_to_string()
|
Completed in 21 milliseconds