gprefix           220 arch/x86/kvm/emulate.c 		const struct gprefix *gprefix;
gprefix          4438 arch/x86/kvm/emulate.c #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) }
gprefix          4577 arch/x86/kvm/emulate.c static const struct gprefix pfx_0f_c7_7 = {
gprefix          4594 arch/x86/kvm/emulate.c static const struct gprefix pfx_0f_ae_7 = {
gprefix          4606 arch/x86/kvm/emulate.c static const struct gprefix pfx_0f_6f_0f_7f = {
gprefix          4614 arch/x86/kvm/emulate.c static const struct gprefix pfx_0f_2b = {
gprefix          4618 arch/x86/kvm/emulate.c static const struct gprefix pfx_0f_10_0f_11 = {
gprefix          4622 arch/x86/kvm/emulate.c static const struct gprefix pfx_0f_28_0f_29 = {
gprefix          4626 arch/x86/kvm/emulate.c static const struct gprefix pfx_0f_e7 = {
gprefix          4927 arch/x86/kvm/emulate.c static const struct gprefix three_byte_0f_38_f0 = {
gprefix          4931 arch/x86/kvm/emulate.c static const struct gprefix three_byte_0f_38_f1 = {
gprefix          5351 arch/x86/kvm/emulate.c 			case 0x00: opcode = opcode.u.gprefix->pfx_no; break;
gprefix          5352 arch/x86/kvm/emulate.c 			case 0x66: opcode = opcode.u.gprefix->pfx_66; break;
gprefix          5353 arch/x86/kvm/emulate.c 			case 0xf2: opcode = opcode.u.gprefix->pfx_f2; break;
gprefix          5354 arch/x86/kvm/emulate.c 			case 0xf3: opcode = opcode.u.gprefix->pfx_f3; break;