Searched refs:vmx_asm2 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kvm/vmx/ |
D | ops.h | 140 #define vmx_asm2(insn, op1, op2, error_args...) \ macro 157 vmx_asm2(vmwrite, "r"(field), "rm"(value), field, value); in __vmcs_writel() 244 vmx_asm2(invvpid, "r"(ext), "m"(operand), ext, vpid, gva); in __invvpid() 253 vmx_asm2(invept, "r"(ext), "m"(operand), ext, eptp, gpa); in __invept()
|