Searched refs:_ASM_BP (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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 293 pop %_ASM_BP 322 push %_ASM_BP 323 mov %_ASM_SP, %_ASM_BP [all …]
|
| /linux-6.15/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 | kexec.h | 80 asm volatile("mov %%" _ASM_BP ",%0" : "=m"(newregs->bp)); in crash_setup_regs()
|
| H A D | asm.h | 50 #define _ASM_BP __ASM_REG(bp) macro
|
| /linux-6.15/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 182 mov %_ASM_BP, VCPU_RBP(%_ASM_AX) 263 pop %_ASM_BP
|
| /linux-6.15/tools/arch/x86/include/asm/ |
| H A D | asm.h | 48 #define _ASM_BP __ASM_REG(bp) macro
|