Home
last modified time | relevance | path

Searched refs:has_error (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S51 .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
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S51 .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
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dconnect_ping.c17 __u32 has_error = 0; variable
32 has_error = 1; in connect_v4_prog()
48 has_error = 1; in connect_v6_prog()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h219 u8 has_error; member
H A Duser_sdma.c425 req->has_error = 0; in hfi1_user_sdma_process_request()
751 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts()
774 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts()
1245 WRITE_ONCE(req->has_error, 1); in user_sdma_txreq_cb()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h173 u8 has_error; member
H A Duser_sdma.c364 req->has_error = 0; in hfi1_user_sdma_process_request()
690 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts()
713 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts()
1173 WRITE_ONCE(req->has_error, 1); in user_sdma_txreq_cb()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_ping.c65 if (!ASSERT_EQ(skel->bss->has_error, 0, "has_error")) in subtest()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dtrace.h370 TP_PROTO(unsigned exception, bool has_error, unsigned error_code,
372 TP_ARGS(exception, has_error, error_code, reinjected),
376 __field( u8, has_error )
383 __entry->has_error = has_error;
390 !__entry->has_error ? "" : " (",
391 !__entry->has_error ? "" : __print_symbolic(__entry->error_code, { }),
392 !__entry->has_error ? "" : ")",
H A Dx86.c647 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception()
664 kvm_queue_exception_vmexit(vcpu, nr, has_error, error_code, in kvm_multiple_exception()
693 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
646 kvm_multiple_exception(struct kvm_vcpu *vcpu, unsigned nr, bool has_error, u32 error_code, bool has_payload, unsigned long payload, bool reinject) kvm_multiple_exception() argument
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dtrace.h307 TP_PROTO(unsigned exception, bool has_error, unsigned error_code,
309 TP_ARGS(exception, has_error, error_code, reinjected),
313 __field( u8, has_error )
320 __entry->has_error = has_error;
328 __entry->has_error ? __entry->error_code : 0,
H A Dx86.c543 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception()
576 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
542 kvm_multiple_exception(struct kvm_vcpu *vcpu, unsigned nr, bool has_error, u32 error_code, bool has_payload, unsigned long payload, bool reinject) kvm_multiple_exception() argument

Completed in 41 milliseconds