Searched refs:gprefix (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
H A Demulate.c215 const struct gprefix *gprefix; member in union:opcode::__anon3163
229 struct gprefix { struct
3754 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) }
3893 static const struct gprefix pfx_0f_ae_7 = {
3903 static const struct gprefix pfx_0f_6f_0f_7f = {
3911 static const struct gprefix pfx_0f_2b = {
3915 static const struct gprefix pfx_0f_28_0f_29 = {
3919 static const struct gprefix pfx_0f_e7 = {
4218 static const struct gprefix three_byte_0f_38_f0 = {
4222 static const struct gprefix three_byte_0f_38_f1 = {
4622 case 0x00: opcode = opcode.u.gprefix->pfx_no; break; x86_decode_insn()
4623 case 0x66: opcode = opcode.u.gprefix->pfx_66; break; x86_decode_insn()
4624 case 0xf2: opcode = opcode.u.gprefix->pfx_f2; break; x86_decode_insn()
4625 case 0xf3: opcode = opcode.u.gprefix->pfx_f3; break; x86_decode_insn()

Completed in 92 milliseconds