Searched refs:operand (Results 1 – 3 of 3) sorted by relevance
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 469 } operand = { eptp }; in __invept() local 491 : "m" (operand), "r" (type), in __invept() 493 : "a" (&operand), "c" (type), in __invept() 505 } operand = {vpid, 0, gva}; in __invvpid() local 522 : "m" (operand), "r" (type), in __invvpid() 524 : "a" (&operand), "c" (type), in __invvpid()
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vvmx.c | 1979 unsigned long operand; in nvmx_handle_vmwrite() local 1984 rc = decode_vmx_inst(regs, &decode, &operand); in nvmx_handle_vmwrite() 1995 err = set_vvmcs_safe(v, vmcs_encoding, operand); in nvmx_handle_vmwrite()
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 792 struct operand { struct 885 struct operand ea; 3698 struct operand src = { .reg = PTR_POISON }; in x86_emulate() 3699 struct operand dst = { .reg = PTR_POISON }; in x86_emulate()
|
Completed in 26 milliseconds