| /tools/testing/selftests/powerpc/tm/ |
| D | tm-unavailable.c | 47 int exception; member 52 if (flags.touch_fp && flags.exception == FP_UNA_EXCEPTION) in expecting_failure() 55 if (flags.touch_vec && flags.exception == VEC_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() 341 int cpu, rc, exception; /* FP = 0, VEC = 1, VSX = 2 */ in tm_unavailable_test() local 377 for (exception = 0; exception < NUM_EXCEPTIONS; exception++) { in tm_unavailable_test() [all …]
|
| /tools/testing/selftests/kvm/x86_64/ |
| D | nested_exceptions_test.c | 194 TEST_ASSERT(!events.exception.pending, in queue_ss_exception() 195 "Vector %d unexpectedlt pending", events.exception.nr); in queue_ss_exception() 196 TEST_ASSERT(!events.exception.injected, in queue_ss_exception() 197 "Vector %d unexpectedly injected", events.exception.nr); in queue_ss_exception() 200 events.exception.pending = !inject; in queue_ss_exception() 201 events.exception.injected = inject; in queue_ss_exception() 202 events.exception.nr = SS_VECTOR; in queue_ss_exception() 203 events.exception.has_error_code = true; in queue_ss_exception() 204 events.exception.error_code = SS_ERROR_CODE; in queue_ss_exception() 248 TEST_ASSERT_EQ(events.exception.pending, true); in main() [all …]
|
| 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()
|
| 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()
|
| D | vmx_exception_with_invalid_guest_state.c | 99 if (events.exception.pending) { in sigalrm_handler()
|
| /tools/crypto/ccp/ |
| 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/ |
| 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/drivers/net/ |
| D | stats.py | 117 ksft_eq(cm.exception.nl_msg.error, -34) 118 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex') 123 ksft_eq(cm.exception.nl_msg.error, -errno.EOPNOTSUPP) 124 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex') 135 ksft_eq(cm.exception.nl_msg.error, -19) 136 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
|
| /tools/testing/selftests/tc-testing/ |
| D | TODO.txt | 23 - Proper exception handling - make an exception class and use it
|
| /tools/testing/selftests/net/lib/py/ |
| D | ksft.py | 86 self.exception = None 97 self.exception = exc_val
|
| /tools/testing/kunit/ |
| D | run_checks.py | 53 ex = f.exception()
|
| D | kunit_tool_test.py | 631 self.assertEqual(e.exception.code, 1) 637 self.assertEqual(e.exception.code, 1) 646 self.assertEqual(e.exception.code, 1) 681 self.assertNotEqual(e.exception.code, 0)
|
| /tools/thermal/tmon/ |
| D | README | 18 thermal conditions are often exception cases that hard to reach in
|
| /tools/arch/arm/include/uapi/asm/ |
| D | kvm.h | 138 } exception; member
|
| /tools/net/ynl/ |
| D | ynl-gen-rst.py | 440 except Exception as exception: 442 logging.warning(exception)
|
| /tools/testing/selftests/bpf/progs/ |
| D | exceptions.c | 299 int exception##tag##name(struct __sk_buff *ctx) \
|
| /tools/arch/arm64/include/uapi/asm/ |
| D | kvm.h | 192 } exception; member
|
| /tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 286 __u32 exception; member 342 } exception; member
|
| /tools/testing/selftests/tc-testing/creating-plugins/ |
| D | AddingPlugins.txt | 45 useful for various things, including when an exception occurs and the
|
| /tools/memory-model/scripts/ |
| D | README | 106 by checkghlitmus.sh. One exception to this rule of thumb is when the
|
| /tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 161 *ATTACH_TYPEs* require a *MAP* parameter, with the exception of 166 *ATTACH_TYPEs* require a *MAP* parameter, with the exception of
|
| /tools/perf/Documentation/ |
| D | perf-c2c.txt | 130 The known limitations include exception handing such as
|
| D | perf-report.txt | 251 One exception is the print_limit which should be preceded by threshold. 528 The known limitations include exception handing such as
|
| /tools/testing/selftests/bpf/ |
| D | README.rst | 54 would be run post-submit in the CI used by the Maintainers, with the exception
|
| /tools/include/uapi/linux/ |
| D | kvm.h | 242 __u32 exception; member
|