Home
last modified time | relevance | path

Searched refs:has_error (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/
Dtrace.h277 TP_PROTO(unsigned exception, bool has_error, unsigned error_code),
278 TP_ARGS(exception, has_error, error_code),
282 __field( u8, has_error )
288 __entry->has_error = has_error;
295 __entry->has_error ? __entry->error_code : 0)
Dx86.c373 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument
383 if (has_error && !is_protmode(vcpu)) in kvm_multiple_exception()
384 has_error = false; in kvm_multiple_exception()
386 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()