Home
last modified time | relevance | path

Searched refs:r10 (Results 1 – 18 of 18) sorted by relevance

/kernel/arch/x86/
A Duser_copy.S26 movq %rcx, %r10
33 movq %rax, (%r10)
50 movq $0, (%r10)
A Dsyscall.S37 mov %r10, %rcx
61 mov %r10, %rcx
83 mov %r10, %rcx
104 mov %r10, %rcx
124 mov %r10, %rcx
368 push_value %r10
393 pop_value %r10
A Dexceptions.S114 push_reg %r10
144 pop_reg %r10
174 popq %r10
188 movq %r10, 0x20(%rsp) // RFLAGS
A Dmexec.S28 mov %rdx, %r10 /* ENTRY64_ADDR */
104 mov (%r10), %rax
A Dacpi.S35 mov %r10, 72(%rdi)
A Dstart16.S205 mov 72(%rdi), %r10
A Ddebugger.cpp42 static_assert(SYSCALL_OFFSETS_EQUAL(r10), "");
77 COPY_REG(out, in, r10); \
A Dfaults.cpp53 frame->r8, frame->r9, frame->r10, frame->r11); in dump_fault_frame()
/kernel/lib/libc/string/arch/x86/
A Dmemset.S35 movq $0x0101010101010101, %r10
36 mul %r10
/kernel/arch/x86/include/arch/
A Dasm_macros.h65 .cfi_same_value %r10 ; \
84 .cfi_undefined %r10 ; \
A Dx86.h30 uint64_t r8, r9, r10, r11, r12, r13, r14, r15; // pushed by common handler member
/kernel/arch/x86/include/arch/x86/
A Dgeneral_regs.h39 uint64_t r10; member
A Dvmx_state.h76 uint64_t r10; member
117 static_assert(__offsetof(VmxState, guest_state.r10) == GS_R10, "");
A Dbootstrap16.h72 uint64_t r8, r9, r10, r11, r12, r13, r14, r15; member
/kernel/arch/x86/hypervisor/
A Dvmx.S51 mov GS_R10(%rsp), %r10
100 mov %r10, GS_R10(%rsp)
A Dvcpu.cpp830 out->r10 = in.r10; in register_copy()
A Dvmexit.cpp401 *out = guest_state->r10; in register_value()
/kernel/lib/crashlog/
A Dcrashlog.cpp169 crashlog.iframe->r10, in crashlog_to_string()

Completed in 21 milliseconds