| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-unavailable.c | 47 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 D | netpoll_basic.py | 78 ) 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 D | stats.py | 148 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 D | queues.py | 109 ksft_eq(cm.exception.nl_msg.error, -errno.ENOENT) 114 ksft_eq(cm.exception.nl_msg.error, -errno.ENOENT)
|
| A D | hds.py | 171 ksft_eq(e.exception.nl_msg.error, -errno.EINVAL)
|
| /tools/testing/selftests/kvm/x86/ |
| A D | nested_exceptions_test.c | 196 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 D | debug_regs.c | 112 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 D | sync_regs_test.c | 95 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 D | vmx_exception_with_invalid_guest_state.c | 99 if (events.exception.pending) { in sigalrm_handler()
|
| /tools/crypto/ccp/ |
| A D | test_dbc.py | 56 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 D | pager.c | 40 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 D | external_aborts.c | 49 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 D | TODO.txt | 23 - Proper exception handling - make an exception class and use it
|
| /tools/testing/kunit/ |
| A D | run_checks.py | 53 ex = f.exception()
|
| A D | kunit_tool_test.py | 643 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 D | ksft.py | 102 self.exception = None 113 self.exception = exc_val
|
| /tools/thermal/tmon/ |
| A D | README | 18 thermal conditions are often exception cases that hard to reach in
|
| /tools/arch/arm/include/uapi/asm/ |
| A D | kvm.h | 138 } exception; member
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_rst.py | 440 except Exception as exception: 442 logging.warning(exception)
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | rss_api.py | 218 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 D | exceptions.c | 299 int exception##tag##name(struct __sk_buff *ctx) \
|
| /tools/arch/arm64/include/uapi/asm/ |
| A D | kvm.h | 190 } exception; member
|
| /tools/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 286 __u32 exception; member 342 } exception; member
|
| /tools/testing/selftests/tc-testing/creating-plugins/ |
| A D | AddingPlugins.txt | 45 useful for various things, including when an exception occurs and the
|
| /tools/memory-model/scripts/ |
| A D | README | 106 by checkghlitmus.sh. One exception to this rule of thumb is when the
|