Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 42) sorted by relevance

12

/tools/testing/selftests/powerpc/tm/
A Dtm-unavailable.c47 int exception; member
52 if (flags.touch_fp && flags.exception == FP_UNA_EXCEPTION) in expecting_failure()
66 flags.exception == VSX_UNA_EXCEPTION) in expecting_failure()
113 if (flags.exception != FP_UNA_EXCEPTION && in tm_una_ping()
114 flags.exception != VEC_UNA_EXCEPTION && in tm_una_ping()
115 flags.exception != VSX_UNA_EXCEPTION) { in tm_una_ping()
216 [exception] "r" (flags.exception), in tm_una_ping()
377 for (exception = 0; exception < NUM_EXCEPTIONS; exception++) { in tm_unavailable_test()
380 if (exception == FP_UNA_EXCEPTION) in tm_unavailable_test()
383 else if (exception == VEC_UNA_EXCEPTION) in tm_unavailable_test()
[all …]
/tools/testing/selftests/drivers/net/
A Dnetpoll_basic.py78 ) from exception
108 except IndexError as exception:
111 ) from exception
136 ) from exception
156 except OSError as exception:
160 ) from exception
186 except Exception as exception:
189 ) from exception
219 except OSError as exception:
222 ) from exception
[all …]
A Dstats.py148 ksft_eq(cm.exception.nl_msg.error, -34)
149 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
154 ksft_eq(cm.exception.nl_msg.error, -errno.EOPNOTSUPP)
155 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
166 ksft_eq(cm.exception.nl_msg.error, -19)
167 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
A Dqueues.py109 ksft_eq(cm.exception.nl_msg.error, -errno.ENOENT)
114 ksft_eq(cm.exception.nl_msg.error, -errno.ENOENT)
A Dhds.py171 ksft_eq(e.exception.nl_msg.error, -errno.EINVAL)
/tools/testing/selftests/kvm/x86/
A Dnested_exceptions_test.c196 TEST_ASSERT(!events.exception.pending, in queue_ss_exception()
198 TEST_ASSERT(!events.exception.injected, in queue_ss_exception()
202 events.exception.pending = !inject; in queue_ss_exception()
203 events.exception.injected = inject; in queue_ss_exception()
204 events.exception.nr = SS_VECTOR; in queue_ss_exception()
205 events.exception.has_error_code = true; in queue_ss_exception()
206 events.exception.error_code = SS_ERROR_CODE; in queue_ss_exception()
250 TEST_ASSERT_EQ(events.exception.pending, true); in main()
251 TEST_ASSERT_EQ(events.exception.nr, SS_VECTOR); in main()
252 TEST_ASSERT_EQ(events.exception.has_error_code, true); in main()
[all …]
A Ddebug_regs.c112 run->debug.arch.exception == BP_VECTOR && in main()
115 run->exit_reason, run->debug.arch.exception, in main()
129 run->debug.arch.exception == DB_VECTOR && in main()
134 i, run->exit_reason, run->debug.arch.exception, in main()
152 run->debug.arch.exception == DB_VECTOR && in main()
157 i, run->exit_reason, run->debug.arch.exception, in main()
178 run->debug.arch.exception == DB_VECTOR && in main()
183 i, run->exit_reason, run->debug.arch.exception, in main()
196 run->debug.arch.exception == DB_VECTOR && in main()
201 run->exit_reason, run->debug.arch.exception, in main()
A Dsync_regs_test.c95 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_inj_pen()
100 WRITE_ONCE(events->exception.injected, 1); in race_events_inj_pen()
101 WRITE_ONCE(events->exception.pending, 1); in race_events_inj_pen()
121 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_exc()
122 WRITE_ONCE(events->exception.pending, 1); in race_events_exc()
123 WRITE_ONCE(events->exception.nr, 255); in race_events_exc()
A Dvmx_exception_with_invalid_guest_state.c99 if (events.exception.pending) { in sigalrm_handler()
/tools/crypto/ccp/
A Dtest_dbc.py56 self.assertEqual(error.exception.errno, 2)
85 self.assertEqual(error.exception.errno, 22)
94 self.assertEqual(error.exception.errno, 22)
103 self.assertEqual(error.exception.errno, 22)
111 self.assertEqual(error.exception.errno, 22)
119 self.assertEqual(error.exception.errno, 22)
144 self.assertEqual(error.exception.errno, 22)
151 self.assertEqual(error.exception.errno, 1)
157 self.assertEqual(error.exception.errno, 11)
163 self.assertEqual(error.exception.errno, 11)
[all …]
/tools/lib/subcmd/
A Dpager.c40 fd_set exception; in pager_preexec() local
43 FD_ZERO(&exception); in pager_preexec()
45 FD_SET(0, &exception); in pager_preexec()
46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
/tools/testing/selftests/kvm/arm64/
A Dexternal_aborts.c49 events.exception.ext_dabt_pending = true; in vcpu_inject_sea()
69 events.exception.serror_pending = true; in vcpu_inject_serror()
71 events.exception.serror_has_esr = true; in vcpu_inject_serror()
72 events.exception.serror_esr = EXPECTED_SERROR_ISS; in vcpu_inject_serror()
/tools/testing/selftests/tc-testing/
A DTODO.txt23 - Proper exception handling - make an exception class and use it
/tools/testing/kunit/
A Drun_checks.py53 ex = f.exception()
A Dkunit_tool_test.py643 self.assertEqual(e.exception.code, 1)
649 self.assertEqual(e.exception.code, 1)
658 self.assertEqual(e.exception.code, 1)
693 self.assertNotEqual(e.exception.code, 0)
/tools/testing/selftests/net/lib/py/
A Dksft.py102 self.exception = None
113 self.exception = exc_val
/tools/thermal/tmon/
A DREADME18 thermal conditions are often exception cases that hard to reach in
/tools/arch/arm/include/uapi/asm/
A Dkvm.h138 } exception; member
/tools/net/ynl/pyynl/
A Dynl_gen_rst.py440 except Exception as exception:
442 logging.warning(exception)
/tools/testing/selftests/drivers/net/hw/
A Drss_api.py218 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.hkey')
414 ksft_eq(cm.exception.nl_msg.error, -errno.EBUSY)
/tools/testing/selftests/bpf/progs/
A Dexceptions.c299 int exception##tag##name(struct __sk_buff *ctx) \
/tools/arch/arm64/include/uapi/asm/
A Dkvm.h190 } exception; member
/tools/arch/x86/include/uapi/asm/
A Dkvm.h286 __u32 exception; member
342 } exception; member
/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt45 useful for various things, including when an exception occurs and the
/tools/memory-model/scripts/
A DREADME106 by checkghlitmus.sh. One exception to this rule of thumb is when the

Completed in 39 milliseconds

12