Searched refs:_ASM_BP (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | vmenter.S | 40 push %_ASM_BP 41 mov %_ASM_SP, %_ASM_BP 62 mov %_ASM_BP, %_ASM_SP 63 pop %_ASM_BP 80 push %_ASM_BP 81 mov %_ASM_SP, %_ASM_BP 148 mov VCPU_RBP(%_ASM_AX), %_ASM_BP 210 mov %_ASM_BP, VCPU_RBP(%_ASM_AX) 293 pop %_ASM_BP 322 push %_ASM_BP [all …]
|
/linux/arch/x86/include/asm/ |
H A D | frame.h | 17 push %_ASM_BP 18 _ASM_MOV %_ASM_SP, %_ASM_BP 22 pop %_ASM_BP 57 "push %" _ASM_BP "\n" \ 58 _ASM_MOV "%" _ASM_SP ", %" _ASM_BP "\n" 60 #define FRAME_END "pop %" _ASM_BP "\n"
|
H A D | vmware.h | 279 "push %%" _ASM_BP "\n\t" in vmware_hypercall_hb_out() 281 "mov %[in6], %%" _ASM_BP "\n\t" in vmware_hypercall_hb_out() 283 "pop %%" _ASM_BP "\n\t" in vmware_hypercall_hb_out() 307 "push %%" _ASM_BP "\n\t" in vmware_hypercall_hb_in() 309 "mov %[in6], %%" _ASM_BP "\n\t" in vmware_hypercall_hb_in() 311 "pop %%" _ASM_BP "\n\t" in vmware_hypercall_hb_in()
|
H A D | asm.h | 50 #define _ASM_BP __ASM_REG(bp) macro
|
/linux/arch/x86/kvm/svm/ |
H A D | vmenter.S | 102 push %_ASM_BP 103 mov %_ASM_SP, %_ASM_BP 158 mov VCPU_RBP(%_ASM_DI), %_ASM_BP 186 mov %_ASM_BP, VCPU_RBP(%_ASM_AX) 267 pop %_ASM_BP
|
/linux/tools/arch/x86/include/asm/ |
H A D | asm.h | 48 #define _ASM_BP __ASM_REG(bp) macro
|