Searched refs:has_error (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/kvm/lib/x86_64/ |
| D | handlers.S | 51 .macro HANDLERS has_error from to 62 .if ! \has_error 73 HANDLERS has_error=0 from=0 to=7 74 HANDLERS has_error=1 from=8 to=8 75 HANDLERS has_error=0 from=9 to=9 76 HANDLERS has_error=1 from=10 to=14 77 HANDLERS has_error=0 from=15 to=16 78 HANDLERS has_error=1 from=17 to=17 79 HANDLERS has_error=0 from=18 to=255
|
| /Linux-v5.10/drivers/infiniband/hw/hfi1/ |
| D | user_sdma.h | 224 u8 has_error; member
|
| D | user_sdma.c | 429 req->has_error = 0; in hfi1_user_sdma_process_request() 793 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 817 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 1417 WRITE_ONCE(req->has_error, 1); in user_sdma_txreq_cb()
|
| /Linux-v5.10/arch/x86/kvm/ |
| D | trace.h | 307 TP_PROTO(unsigned exception, bool has_error, unsigned error_code), 308 TP_ARGS(exception, has_error, error_code), 312 __field( u8, has_error ) 318 __entry->has_error = has_error; 325 __entry->has_error ? __entry->error_code : 0)
|
| D | x86.c | 518 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument 528 if (has_error && !is_protmode(vcpu)) in kvm_multiple_exception() 529 has_error = false; in kvm_multiple_exception() 553 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
|