Searched refs:has_error (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/arch/x86/kvm/ |
| D | trace.h | 281 TP_PROTO(unsigned exception, bool has_error, unsigned error_code), 282 TP_ARGS(exception, has_error, error_code), 286 __field( u8, has_error ) 292 __entry->has_error = has_error; 299 __entry->has_error ? __entry->error_code : 0)
|
| D | x86.c | 404 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument 414 if (has_error && !is_protmode(vcpu)) in kvm_multiple_exception() 415 has_error = false; in kvm_multiple_exception() 431 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
|
| /Linux-v4.19/drivers/infiniband/hw/hfi1/ |
| D | user_sdma.h | 232 u8 has_error; member
|
| D | user_sdma.c | 404 req->has_error = 0; in hfi1_user_sdma_process_request() 593 WRITE_ONCE(req->has_error, 1); in hfi1_user_sdma_process_request() 777 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 801 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 1393 WRITE_ONCE(req->has_error, 1); in user_sdma_txreq_cb() 1413 READ_ONCE(req->has_error))) { in user_sdma_txreq_cb()
|