Searched refs:_ASM_BP (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/include/asm/ |
| 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"
|
| 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()
|
| A D | kexec.h | 87 asm volatile("mov %%" _ASM_BP ",%0" : "=m"(newregs->bp)); in crash_setup_regs()
|
| A D | asm.h | 50 #define _ASM_BP __ASM_REG(bp) macro
|
| /arch/x86/kvm/vmx/ |
| A D | vmenter.S | 40 push %_ASM_BP 41 mov %_ASM_SP, %_ASM_BP 79 push %_ASM_BP 80 mov %_ASM_SP, %_ASM_BP 147 mov VCPU_RBP(%_ASM_AX), %_ASM_BP 209 mov %_ASM_BP, VCPU_RBP(%_ASM_AX) 292 pop %_ASM_BP 321 push %_ASM_BP 322 mov %_ASM_SP, %_ASM_BP 343 _ASM_MOV $0, 3*WORD_SIZE(%_ASM_BP) [all …]
|
| /arch/x86/kvm/svm/ |
| A D | vmenter.S | 102 push %_ASM_BP 103 mov %_ASM_SP, %_ASM_BP 158 mov VCPU_RBP(%_ASM_DI), %_ASM_BP 185 mov %_ASM_BP, VCPU_RBP(%_ASM_AX) 266 pop %_ASM_BP
|
Completed in 10 milliseconds