Searched refs:rsp (Results 1 – 13 of 13) sorted by relevance
| /kernel/arch/x86/hypervisor/ |
| A D | vmx.S | 22 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 D | vcpu.cpp | 848 state->rsp = vmcs.Read(VmcsFieldXX::GUEST_RSP); in ReadState() 866 vmcs.Write(VmcsFieldXX::GUEST_RSP, state->rsp); in WriteState()
|
| /kernel/arch/x86/ |
| A D | exceptions.S | 36 .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 D | asm.S | 22 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 D | acpi.S | 41 mov %rsp, 120(%rdi) 48 sub $8, %rsp 53 add $8, %rsp
|
| A D | syscall.S | 289 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 D | start16.S | 102 mov BCD_PER_CPU_BASE_OFFSET(%rsi, %rdi, 8), %rsp 103 add $PAGE_SIZE, %rsp 192 mov 120(%rdi), %rsp
|
| A D | start.S | 45 mov $PHYS(_kstack_end), %rsp 180 lea _kstack_end(%rip), %rsp
|
| A D | debugger.cpp | 39 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 D | asm_macros.h | 43 sub $\value, %rsp 48 add $\value, %rsp
|
| /kernel/arch/x86/include/arch/x86/ |
| A D | general_regs.h | 36 uint64_t rsp; member
|
| A D | vmx_state.h | 51 uint64_t rsp; member 99 static_assert(__offsetof(VmxState, host_state.rsp) == HS_RSP, "");
|
| A D | bootstrap16.h | 73 uint64_t rsp, rip; member
|
Completed in 19 milliseconds