Searched refs:has_error (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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-6.1.9/tools/testing/selftests/bpf/progs/ |
D | connect_ping.c | 17 __u32 has_error = 0; variable 32 has_error = 1; in connect_v4_prog() 48 has_error = 1; in connect_v6_prog()
|
/linux-6.1.9/arch/x86/kvm/ |
D | trace.h | 367 TP_PROTO(unsigned exception, bool has_error, unsigned error_code, 369 TP_ARGS(exception, has_error, error_code, reinjected), 373 __field( u8, has_error ) 380 __entry->has_error = has_error; 387 !__entry->has_error ? "" : " (", 388 !__entry->has_error ? "" : __print_symbolic(__entry->error_code, { }), 389 !__entry->has_error ? "" : ")",
|
D | x86.c | 638 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument 655 kvm_queue_exception_vmexit(vcpu, nr, has_error, error_code, in kvm_multiple_exception() 684 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | connect_ping.c | 65 if (!ASSERT_EQ(skel->bss->has_error, 0, "has_error")) in subtest()
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | user_sdma.h | 184 u8 has_error; member
|
D | user_sdma.c | 388 req->has_error = 0; in hfi1_user_sdma_process_request() 756 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 780 if (READ_ONCE(req->has_error)) in user_sdma_send_pkts() 1380 WRITE_ONCE(req->has_error, 1); in user_sdma_txreq_cb()
|
/linux-6.1.9/fs/btrfs/ |
D | extent_io.c | 2092 bool has_error = false; in __extent_writepage_io() local 2143 has_error = true; in __extent_writepage_io() 2208 has_error = true; in __extent_writepage_io() 2225 if (!has_error) in __extent_writepage_io()
|