Searched refs:has_error (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | user_sdma.h | 224 u8 has_error; member
|
D | user_sdma.c | 404 req->has_error = 0; in hfi1_user_sdma_process_request() 771 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 795 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 1394 WRITE_ONCE(req->has_error, 1); in user_sdma_txreq_cb()
|
/Linux-v5.4/arch/x86/kvm/ |
D | trace.h | 284 TP_PROTO(unsigned exception, bool has_error, unsigned error_code), 285 TP_ARGS(exception, has_error, error_code), 289 __field( u8, has_error ) 295 __entry->has_error = has_error; 302 __entry->has_error ? __entry->error_code : 0)
|
D | x86.c | 457 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument 467 if (has_error && !is_protmode(vcpu)) in kvm_multiple_exception() 468 has_error = false; in kvm_multiple_exception() 492 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
|