Home
last modified time | relevance | path

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

/kernel/arch/x86/
A Dasm.S23 movq %rsi,%rsp
40 mov %gs:PERCPU_CPU_NUM_OFFSET, %rsi
41 inc %rsi
45 lock cmpxchg %rsi, (%rdi)
59 mov %gs:PERCPU_CPU_NUM_OFFSET, %rsi
60 inc %rsi
63 lock cmpxchg %rsi, (%rdi)
A Dmexec.S29 mov %rsi, %r9 /* CR3 for Safe page tables */
67 mov MEMMOV_OPS_SRC_OFFSET (%r12), %rsi
74 cmp %rsi, %rdi /* Compare the src and dst registers to see if we need to */
83 add %rax, %rsi
96 mov %r8, %rsi
A Dacpi.S26 mov %rsi, 8(%rdi)
49 mov %rsi, %rdi
50 mov %rdx, %rsi
A Dstart16.S102 mov BCD_PER_CPU_BASE_OFFSET(%rsi, %rdi, 8), %rsp
108 mov BCD_PER_CPU_BASE_OFFSET(%rsi, %rdi, 8), %rdx
138 mov %rdx, %rsi
197 mov 8(%rdi), %rsi
A Dexceptions.S122 push_reg %rsi
136 pop_reg %rsi
A Dsyscall.S174 mov %rcx, %rsi
374 push_value %rsi
387 pop_value %rsi
A Dops.S60 mov %rdx, (%rsi)
A Ddebugger.cpp36 static_assert(SYSCALL_OFFSETS_EQUAL(rsi), "");
72 COPY_REG(out, in, rsi); \
A Dfaults.cpp51 frame->rsi, frame->rdi, frame->rbp, frame->user_sp); in dump_fault_frame()
/kernel/arch/x86/include/arch/
A Dasm_macros.h60 .cfi_same_value %rsi ; \
79 .cfi_undefined %rsi ; \
A Dx86.h29 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; // pushed by common handler member
/kernel/arch/x86/include/arch/x86/
A Dgeneral_regs.h33 uint64_t rsi; member
A Dvmx_state.h72 uint64_t rsi; member
113 static_assert(__offsetof(VmxState, guest_state.rsi) == GS_RSI, "");
A Dbootstrap16.h71 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; member
/kernel/arch/x86/hypervisor/
A Dvmx.S47 mov GS_RSI(%rsp), %rsi
96 mov %rsi, GS_RSI(%rsp)
A Dvcpu.cpp826 out->rsi = in.rsi; in register_copy()
A Dvmexit.cpp132 arg[3] = guest_state->rsi; in VmCallInfo()
389 *out = guest_state->rsi; in register_value()
/kernel/lib/crashlog/
A Dcrashlog.cpp163 crashlog.iframe->rsi, in crashlog_to_string()

Completed in 18 milliseconds