/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 | debug_regs.c | 113 run->debug.arch.exception == BP_VECTOR && in main() 116 run->exit_reason, run->debug.arch.exception, in main() 130 run->debug.arch.exception == DB_VECTOR && in main() 135 i, run->exit_reason, run->debug.arch.exception, in main() 153 run->debug.arch.exception == DB_VECTOR && in main() 158 i, run->exit_reason, run->debug.arch.exception, in main() 180 run->debug.arch.exception == DB_VECTOR && in main() 185 i, run->exit_reason, run->debug.arch.exception, in main() 198 run->debug.arch.exception == DB_VECTOR && in main() 203 run->exit_reason, run->debug.arch.exception, in main()
|
/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/tc-testing/ |
D | TODO.txt | 23 - Proper exception handling - make an exception class and use it
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 287 __u32 exception; member 341 } exception; member
|
/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/arch/arm64/include/uapi/asm/ |
D | kvm.h | 183 } 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/testing/kunit/ |
D | kunit_tool_test.py | 374 self.assertEqual(e.exception.code, 1) 380 self.assertEqual(e.exception.code, 1)
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 155 parameter, with the exception of *flow_dissector* which is 161 parameter, with the exception of *flow_dissector* which is
|
/tools/perf/Documentation/ |
D | perf-c2c.txt | 122 The known limitations include exception handing such as
|
D | perf-report.txt | 237 One exception is the print_limit which should be preceded by threshold. 511 The known limitations include exception handing such as
|
D | perf-top.txt | 341 The known limitations include exception handing such as
|
D | perf-script.txt | 492 The known limitations include exception handing such as
|
D | perf-script-python.txt | 255 exception. Well, there may be a better way to do this in Python but
|
D | perf-intel-pt.txt | 1127 perf script, with the exception that the default is --itrace=igxe. 1378 1 INTR interrupt, fault, exception, NMI
|
/tools/memory-model/Documentation/ |
D | simple.txt | 29 CPUs at the same time. One important exception is a function that makes
|
D | litmus-tests.txt | 971 exception with an additional process. 996 One exception of this limitation is atomic_add_unless(),
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 92 [*] unless an interrupt or exception has occurred at the very
|
/tools/include/uapi/linux/ |
D | kvm.h | 320 __u32 exception; member
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 1025 def __exit__(self, *exception): argument
|
/tools/usb/usbip/ |
D | COPYING | 160 special exception, the source code distributed need not include
|