KVM
|
Public Attributes | |
u64 | flags |
u8 | intercept |
u8 | pad [7] |
union { | |
int(* execute )(struct x86_emulate_ctxt *ctxt) | |
const struct opcode * group | |
const struct group_dual * gdual | |
const struct gprefix * gprefix | |
const struct escape * esc | |
const struct instr_dual * idual | |
const struct mode_dual * mdual | |
void(* fastop )(struct fastop *fake) | |
} | u |
int(* | check_perm )(struct x86_emulate_ctxt *ctxt) |
int(* opcode::check_perm) (struct x86_emulate_ctxt *ctxt) |
int(* opcode::execute) (struct x86_emulate_ctxt *ctxt) |
const struct group_dual* opcode::gdual |
const struct instr_dual* opcode::idual |
union { ... } opcode::u |