Searched refs:_ASM_SP (Results 1 – 8 of 8) sorted by relevance
| /arch/x86/kvm/vmx/ |
| A D | vmenter.S | 41 mov %_ASM_SP, %_ASM_BP 80 mov %_ASM_SP, %_ASM_BP 107 lea (%_ASM_SP), %_ASM_ARG2 120 mov 2*WORD_SIZE(%_ASM_SP), %_ASM_DI 138 mov (%_ASM_SP), %_ASM_AX 202 mov WORD_SIZE(%_ASM_SP), %_ASM_AX 322 mov %_ASM_SP, %_ASM_BP
|
| /arch/x86/lib/ |
| A D | retpoline.S | 24 mov %\reg, (%_ASM_SP) 172 lea 8(%_ASM_SP), %_ASM_SP 210 lea 8(%_ASM_SP), %_ASM_SP
|
| /arch/x86/include/asm/ |
| A D | frame.h | 18 _ASM_MOV %_ASM_SP, %_ASM_BP 58 _ASM_MOV "%" _ASM_SP ", %" _ASM_BP "\n"
|
| A D | nospec-branch.h | 146 add $(BITS_PER_LONG/8) * 2, %_ASM_SP; \ 162 add $(BITS_PER_LONG/8) * nr, %_ASM_SP; 176 add $(BITS_PER_LONG/8), %_ASM_SP; \
|
| A D | barrier.h | 53 #define __smp_mb() asm volatile("lock addl $0,-4(%%" _ASM_SP ")" ::: "memory", "cc")
|
| A D | asm.h | 49 #define _ASM_SP __ASM_REG(sp) macro 228 register unsigned long current_stack_pointer asm(_ASM_SP);
|
| A D | kexec.h | 89 asm volatile("mov %%" _ASM_SP ",%0" : "=m"(newregs->sp)); in crash_setup_regs()
|
| /arch/x86/kvm/svm/ |
| A D | vmenter.S | 103 mov %_ASM_SP, %_ASM_BP 270 RESTORE_HOST_SPEC_CTRL_BODY (%_ASM_SP)
|
Completed in 12 milliseconds