Searched refs:vmx_asm2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx_ops.h | 206 #define vmx_asm2(insn, op1, op2, error_args...) \ macro 225 vmx_asm2(vmwrite, "r"(field), "rm"(value), field, value); in __vmcs_writel() 312 vmx_asm2(invvpid, "r"(ext), "m"(operand), ext, vpid, gva); in __invvpid() 321 vmx_asm2(invept, "r"(ext), "m"(operand), ext, eptp, gpa); in __invept()
|