Searched refs:_ASM_SP (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmenter.S | 46 mov %_ASM_SP, %_ASM_BP 73 lea (%_ASM_SP), %_ASM_ARG2 77 mov (%_ASM_SP), %_ASM_AX 137 mov WORD_SIZE(%_ASM_SP), %_ASM_AX 190 add $WORD_SIZE, %_ASM_SP 253 mov %_ASM_SP, %_ASM_BP 308 mov %_ASM_SP, %_ASM_BP 329 mov %_ASM_BP, %_ASM_SP
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | retpoline.S | 25 mov %\reg, (%_ASM_SP) 114 lea 8(%_ASM_SP), %_ASM_SP 232 lea 8(%_ASM_SP), %_ASM_SP
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmenter.S | 41 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 321 mov %_ASM_SP, %_ASM_BP
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | retpoline.S | 24 mov %\reg, (%_ASM_SP) 173 lea 8(%_ASM_SP), %_ASM_SP 292 lea 8(%_ASM_SP), %_ASM_SP
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | frame.h | 18 _ASM_MOV %_ASM_SP, %_ASM_BP 58 _ASM_MOV "%" _ASM_SP ", %" _ASM_BP "\n"
|
H A D | nospec-branch.h | 59 add $(BITS_PER_LONG/8) * 2, %_ASM_SP; \ 73 add $(BITS_PER_LONG/8) * nr, %_ASM_SP; 87 add $(BITS_PER_LONG/8), %_ASM_SP; \
|
H A D | asm.h | 46 #define _ASM_SP __ASM_REG(sp) macro 184 register unsigned long current_stack_pointer asm(_ASM_SP);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | frame.h | 18 _ASM_MOV %_ASM_SP, %_ASM_BP 58 _ASM_MOV "%" _ASM_SP ", %" _ASM_BP "\n"
|
H A D | asm.h | 49 #define _ASM_SP __ASM_REG(sp) macro 208 register unsigned long current_stack_pointer asm(_ASM_SP);
|
H A D | nospec-branch.h | 156 add $(BITS_PER_LONG/8) * 2, %_ASM_SP; \ 172 add $(BITS_PER_LONG/8) * nr, %_ASM_SP; 186 add $(BITS_PER_LONG/8), %_ASM_SP; \
|
H A D | barrier.h | 57 #define __smp_mb() asm volatile("lock; addl $0,-4(%%" _ASM_SP ")" ::: "memory", "cc")
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | asm.h | 47 #define _ASM_SP __ASM_REG(sp) macro 187 register unsigned long current_stack_pointer asm(_ASM_SP);
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | vmenter.S | 79 cmpb $0, (%_ASM_SP)
|
Completed in 5 milliseconds