Searched refs:_ASM_SP (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | vmenter.S | 106 mov %_ASM_SP, %_ASM_BP 128 lea -WORD_SIZE(%_ASM_SP), %_ASM_ARG2 132 mov (%_ASM_SP), %_ASM_AX 167 mov WORD_SIZE(%_ASM_SP), %_ASM_AX 218 add $WORD_SIZE, %_ASM_SP 251 mov %_ASM_SP, %_ASM_BP 306 mov %_ASM_SP, %_ASM_BP 327 mov %_ASM_BP, %_ASM_SP
|
| D | nested.c | 3060 "sub $%c[wordsize], %%" _ASM_SP "\n\t" /* temporarily adjust RSP for CALL */ in nested_vmx_check_vmentry_hw() 3061 "cmp %%" _ASM_SP ", %c[host_state_rsp](%[loaded_vmcs]) \n\t" in nested_vmx_check_vmentry_hw() 3063 __ex("vmwrite %%" _ASM_SP ", %[HOST_RSP]") "\n\t" in nested_vmx_check_vmentry_hw() 3064 "mov %%" _ASM_SP ", %c[host_state_rsp](%[loaded_vmcs]) \n\t" in nested_vmx_check_vmentry_hw() 3066 "add $%c[wordsize], %%" _ASM_SP "\n\t" /* un-adjust RSP */ in nested_vmx_check_vmentry_hw()
|
| /Linux-v5.10/arch/x86/include/asm/ |
| D | frame.h | 18 _ASM_MOV %_ASM_SP, %_ASM_BP 58 _ASM_MOV "%" _ASM_SP ", %" _ASM_BP "\n"
|
| D | asm.h | 46 #define _ASM_SP __ASM_REG(sp) macro 184 register unsigned long current_stack_pointer asm(_ASM_SP);
|
| D | nospec-branch.h | 108 __FILL_RETURN_BUFFER(\reg,\nr,%_ASM_SP)
|
| /Linux-v5.10/arch/x86/lib/ |
| D | retpoline.S | 30 mov %\reg, (%_ASM_SP)
|