Searched refs:has_error (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | trace.h | 259 TP_PROTO(unsigned exception, bool has_error, unsigned error_code), 260 TP_ARGS(exception, has_error, error_code), 264 __field( u8, has_error ) 270 __entry->has_error = has_error; 277 __entry->has_error ? __entry->error_code : 0)
|
D | x86.c | 352 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument 362 if (has_error && !is_protmode(vcpu)) in kvm_multiple_exception() 363 has_error = false; in kvm_multiple_exception() 365 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
|