exception_has_error_code  115 arch/x86/kvm/x86.h 	static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) |
exception_has_error_code  119 arch/x86/kvm/x86.h 	return (1U << vector) & exception_has_error_code;