Home
last modified time | relevance | path

Searched refs:op (Results 1 – 4 of 4) sorted by relevance

/hypervisor/common/
A Dhypercall.c1268 struct emul_dev_ops *op = NULL; in find_emul_dev_ops() local
1273 op = &emul_dev_ops_tbl[i]; in find_emul_dev_ops()
1277 return op; in find_emul_dev_ops()
1296 struct emul_dev_ops *op; in hcall_add_vdev() local
1301 op = find_emul_dev_ops(&dev); in hcall_add_vdev()
1302 if ((op != NULL) && (op->create != NULL)) { in hcall_add_vdev()
1329 struct emul_dev_ops *op; in hcall_remove_vdev() local
1335 op = find_emul_dev_ops(&dev); in hcall_remove_vdev()
1336 if (op != NULL) { in hcall_remove_vdev()
1341 if (op->destroy != NULL) { in hcall_remove_vdev()
[all …]
/hypervisor/arch/x86/guest/
A Dinstr_emul.c1878 vie->op = two_byte_opcodes[x]; in decode_two_byte_opcode()
1880 if (vie->op.op_type == VIE_OP_TYPE_NONE) { in decode_two_byte_opcode()
1899 vie->op = one_byte_opcodes[x]; in decode_opcode()
1901 if (vie->op.op_type == VIE_OP_TYPE_NONE) { in decode_opcode()
1906 if (vie->op.op_type == VIE_OP_TYPE_TWO_BYTE) { in decode_opcode()
1920 if ((vie->op.op_flags & VIE_OP_F_NO_MODRM) != 0U) { in decode_modrm()
2140 if ((vie->op.op_flags & VIE_OP_F_IMM) != 0U) { in decode_immediate()
2154 } else if ((vie->op.op_flags & VIE_OP_F_IMM8) != 0U) { in decode_immediate()
2201 if ((vie->op.op_flags & VIE_OP_F_MOFFSET) != 0U) { in decode_moffset()
2435 switch (vie->op.op_type) { in emulate_instruction()
[all …]
/hypervisor/include/arch/x86/asm/guest/
A Dinstr_emul.h86 struct instr_emul_vie_op op; /* opcode description */ member
/hypervisor/include/public/
A Dacrn_common.h483 uint32_t op; member

Completed in 13 milliseconds