Home
last modified time | relevance | path

Searched refs:_ASM_SP (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmenter.S41 mov %_ASM_SP, %_ASM_BP
62 mov %_ASM_BP, %_ASM_SP
81 mov %_ASM_SP, %_ASM_BP
108 lea (%_ASM_SP), %_ASM_ARG2
121 mov 2*WORD_SIZE(%_ASM_SP), %_ASM_DI
139 mov (%_ASM_SP), %_ASM_AX
203 mov WORD_SIZE(%_ASM_SP), %_ASM_AX
323 mov %_ASM_SP, %_ASM_BP
/linux-6.15/arch/x86/lib/
H A Dretpoline.S24 mov %\reg, (%_ASM_SP)
171 lea 8(%_ASM_SP), %_ASM_SP
209 lea 8(%_ASM_SP), %_ASM_SP
/linux-6.15/arch/x86/include/asm/
H A Dframe.h18 _ASM_MOV %_ASM_SP, %_ASM_BP
58 _ASM_MOV "%" _ASM_SP ", %" _ASM_BP "\n"
H A Dnospec-branch.h146 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; \
H A Dasm.h49 #define _ASM_SP __ASM_REG(sp) macro
233 register unsigned long current_stack_pointer asm(_ASM_SP);
H A Dbarrier.h53 #define __smp_mb() asm volatile("lock addl $0,-4(%%" _ASM_SP ")" ::: "memory", "cc")
H A Dkexec.h82 asm volatile("mov %%" _ASM_SP ",%0" : "=m"(newregs->sp)); in crash_setup_regs()
/linux-6.15/tools/arch/x86/include/asm/
H A Dasm.h47 #define _ASM_SP __ASM_REG(sp) macro
187 register unsigned long current_stack_pointer asm(_ASM_SP);
/linux-6.15/arch/x86/kvm/svm/
H A Dvmenter.S103 mov %_ASM_SP, %_ASM_BP
267 RESTORE_HOST_SPEC_CTRL_BODY (%_ASM_SP)