Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dasm.h41 #define _ASM_BP __ASM_REG(bp) macro
/linux-4.1.27/arch/x86/kvm/
Dsvm.c3895 "push %%" _ASM_BP "; \n\t" in svm_vcpu_run()
3901 "mov %c[rbp](%[svm]), %%" _ASM_BP " \n\t" in svm_vcpu_run()
3927 "mov %%" _ASM_BP ", %c[rbp](%[svm]) \n\t" in svm_vcpu_run()
3938 "pop %%" _ASM_BP in svm_vcpu_run()
Dvmx.c8215 "push %%" _ASM_DX "; push %%" _ASM_BP ";" in vmx_vcpu_run()
8238 "mov %c[rbp](%0), %%" _ASM_BP " \n\t" in vmx_vcpu_run()
8266 "mov %%" _ASM_BP ", %c[rbp](%0) \n\t" in vmx_vcpu_run()
8280 "pop %%" _ASM_BP "; pop %%" _ASM_DX " \n\t" in vmx_vcpu_run()