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