has_error         284 arch/x86/kvm/trace.h 	TP_PROTO(unsigned exception, bool has_error, unsigned error_code),
has_error         285 arch/x86/kvm/trace.h 	TP_ARGS(exception, has_error, error_code),
has_error         289 arch/x86/kvm/trace.h 		__field(	u8,	has_error	)
has_error         295 arch/x86/kvm/trace.h 		__entry->has_error	= has_error;
has_error         302 arch/x86/kvm/trace.h 		  __entry->has_error ? __entry->error_code : 0)
has_error         468 arch/x86/kvm/x86.c 		unsigned nr, bool has_error, u32 error_code,
has_error         478 arch/x86/kvm/x86.c 		if (has_error && !is_protmode(vcpu))
has_error         479 arch/x86/kvm/x86.c 			has_error = false;
has_error         503 arch/x86/kvm/x86.c 		vcpu->arch.exception.has_error_code = has_error;
has_error         429 drivers/infiniband/hw/hfi1/user_sdma.c 	req->has_error = 0;
has_error         793 drivers/infiniband/hw/hfi1/user_sdma.c 	if (READ_ONCE(req->has_error))
has_error         817 drivers/infiniband/hw/hfi1/user_sdma.c 		if (READ_ONCE(req->has_error))
has_error        1416 drivers/infiniband/hw/hfi1/user_sdma.c 		WRITE_ONCE(req->has_error, 1);
has_error         224 drivers/infiniband/hw/hfi1/user_sdma.h 	u8 has_error;