Intercept        4421 arch/x86/kvm/emulate.c #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i }
Intercept        4422 arch/x86/kvm/emulate.c #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \
Intercept        4434 arch/x86/kvm/emulate.c 	{ .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i }
Intercept        4436 arch/x86/kvm/emulate.c 	{ .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \
Intercept        5398 arch/x86/kvm/emulate.c 	    (NotImpl|Stack|Op3264|Sse|Mmx|Intercept|CheckPerm|NearBranch|
Intercept        5575 arch/x86/kvm/emulate.c 		     (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) {
Intercept        5636 arch/x86/kvm/emulate.c 		if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) {
Intercept        5690 arch/x86/kvm/emulate.c 	if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && (ctxt->d & Intercept)) {