Home
last modified time | relevance | path

Searched refs:_ASM_BP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dframe.h17 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 Dasm.h50 #define _ASM_BP __ASM_REG(bp) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmenter.S40 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 …]
/openbmc/linux/arch/x86/kvm/svm/
H A Dvmenter.S101 push %_ASM_BP
156 mov VCPU_RBP(%_ASM_DI), %_ASM_BP
184 mov %_ASM_BP, VCPU_RBP(%_ASM_AX)
267 pop %_ASM_BP
299 push %_ASM_BP
378 pop %_ASM_BP
/openbmc/linux/tools/arch/x86/include/asm/
H A Dasm.h48 #define _ASM_BP __ASM_REG(bp) macro