Home
last modified time | relevance | path

Searched refs:rsp (Results 1 – 13 of 13) sorted by relevance

/kernel/arch/x86/hypervisor/
A Dvmx.S22 mov %rsp, HS_RSP(%rdi)
35 mov %rdi, %rsp
38 mov GS_CR2(%rsp), %rax
42 mov GS_RAX(%rsp), %rax
49 mov GS_R8(%rsp), %r8
50 mov GS_R9(%rsp), %r9
73 mov %rsp, %rdi
98 mov %r8, GS_R8(%rsp)
112 mov %rsp, %rdi
131 sub $8, %rsp
[all …]
A Dvcpu.cpp848 state->rsp = vmcs.Read(VmcsFieldXX::GUEST_RSP); in ReadState()
866 vmcs.Write(VmcsFieldXX::GUEST_RSP, state->rsp); in WriteState()
/kernel/arch/x86/
A Dexceptions.S36 .cfi_def_cfa %rsp, (8 * 6)
38 .cfi_def_cfa %rsp, (8 * 5)
101 testb $3, 0x18(%rsp)
125 movq %rsp, %rdi /* pass the iframe using rdi */
152 testb $3, 0x18(%rsp)
177 movq %rsp, %r11
185 movq $0, 0x08(%rsp) // error code
187 movq $CODE_64_SELECTOR, 0x18(%rsp) // CS
188 movq %r10, 0x20(%rsp) // RFLAGS
189 movq %r11, 0x28(%rsp) // RSP
[all …]
A Dasm.S22 movq %rsp,(%rdi)
23 movq %rsi,%rsp
89 movw $(16 * 256) - 1, -16(%rsp)
90 movq %rax, -16+2(%rsp)
91 lidt -16(%rsp)
A Dacpi.S41 mov %rsp, 120(%rdi)
48 sub $8, %rsp
53 add $8, %rsp
A Dsyscall.S289 mov %rsp, %gs:PERCPU_SAVED_USER_SP_OFFSET
292 mov %gs:PERCPU_KERNEL_SP_OFFSET, %rsp
293 .cfi_def_cfa %rsp, 0
343 pop_value %rsp
360 movq (%rsp), %rdi /* user rsp */
380 movq %rsp, %rdi
A Dstart16.S102 mov BCD_PER_CPU_BASE_OFFSET(%rsi, %rdi, 8), %rsp
103 add $PAGE_SIZE, %rsp
192 mov 120(%rdi), %rsp
A Dstart.S45 mov $PHYS(_kstack_end), %rsp
180 lea _kstack_end(%rip), %rsp
A Ddebugger.cpp39 static_assert(SYSCALL_OFFSETS_EQUAL(rsp), "");
88 out->rsp = in->user_sp; in x86_fill_in_gregs_from_iframe()
96 out->user_sp = in->rsp; in x86_fill_in_iframe_from_gregs()
/kernel/arch/x86/include/arch/
A Dasm_macros.h43 sub $\value, %rsp
48 add $\value, %rsp
/kernel/arch/x86/include/arch/x86/
A Dgeneral_regs.h36 uint64_t rsp; member
A Dvmx_state.h51 uint64_t rsp; member
99 static_assert(__offsetof(VmxState, host_state.rsp) == HS_RSP, "");
A Dbootstrap16.h73 uint64_t rsp, rip; member

Completed in 19 milliseconds