Searched refs:check (Results 1 – 25 of 29) sorted by relevance
12
/tools/testing/selftests/powerpc/switch_endian/ |
D | check.S | 13 cmpd r9,r3 # check r3 15 addi r9,r15,4 # check r4 18 lis r9,0x00FF # check CR 25 addi r9,r15,32 # check LR 29 addi r9,r15,5 # check r5 32 addi r9,r15,6 # check r6 35 addi r9,r15,7 # check r7 38 addi r9,r15,8 # check r8 41 addi r9,r15,13 # check r13 44 addi r9,r15,14 # check r14 [all …]
|
D | Makefile | 7 switch_endian_test: check-reversed.S 9 check-reversed.o: check.o 12 check-reversed.S: check-reversed.o 18 rm -f $(TEST_PROGS) *.o check-reversed.S
|
D | .gitignore | 2 check-reversed.S
|
/tools/perf/tests/ |
D | parse-events.c | 1363 int (*check)(struct perf_evlist *evlist); member 1369 .check = test__checkevent_tracepoint, 1374 .check = test__checkevent_tracepoint_multi, 1379 .check = test__checkevent_raw, 1384 .check = test__checkevent_numeric, 1389 .check = test__checkevent_symbolic_name, 1394 .check = test__checkevent_symbolic_name_config, 1399 .check = test__checkevent_symbolic_alias, 1404 .check = test__checkevent_genhw, 1409 .check = test__checkevent_breakpoint, [all …]
|
/tools/testing/nvdimm/ |
D | config_check.c | 3 void check(void) in check() function
|
/tools/testing/selftests/timers/ |
D | .gitignore | 4 inconsistency-check
|
D | Makefile | 9 inconsistency-check raw_skew threadtest rtctest
|
/tools/objtool/ |
D | Build | 2 objtool-y += builtin-check.o
|
/tools/lib/lockdep/include/liblockdep/ |
D | common.h | 42 int trylock, int read, int check,
|
/tools/build/ |
D | Build.include | 31 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 74 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 80 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/tools/testing/selftests/zram/ |
D | README | 23 zram.sh: For sanity check of CONFIG_ZRAM and to run zram01 and zram02
|
/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 23 or architecture. It is best to check the KVM kernel module source code for the
|
/tools/testing/selftests/powerpc/math/ |
D | vsx_asm.S | 30 # that the VMX have been loaded with varray. Will proceed to check the
|
D | fpu_asm.S | 102 # has been loaded with darray. Will proceed to check the validity of the FPU
|
D | vmx_asm.S | 118 # the VMX have been loaded with varray. Will proceed to check the validity of
|
/tools/perf/util/ |
D | symbol-minimal.c | 14 u8 *check = (u8 *)&data; in check_need_swap() local 17 if (check[0] == 1) in check_need_swap()
|
/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 47 Used only to check CONFIG_RCU_FANOUT value, inspection suffices.
|
/tools/perf/Documentation/ |
D | Makefile | 181 check-man-tools: 195 install-man: check-man-tools man
|
D | examples.txt | 77 To check which functions generated page allocations: 190 and check which instructions/source-code generated page allocations:
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 96 You can easily test all kind of load/sleep times and check whether your
|
/tools/testing/ktest/ |
D | ktest.pl | 2863 my $check = $bisect_check; 2864 my $do_check = defined($check) && $check ne "0"; 2889 if ($check ne "good") { 2901 if ($check ne "bad") {
|
/tools/build/Documentation/ |
D | Build.txt | 98 You can check the 'ex' example in 'tools/build/tests/ex' for more details.
|
/tools/usb/usbip/ |
D | INSTALL | 34 to figure out how `configure' could check whether to do them, and mail 55 3. Optionally, type `make check' to run any self-tests that come with
|
/tools/testing/selftests/networking/timestamping/ |
D | txtimestamp.c | 358 udph->check = 0; /* not allowed for IPv6 */ in do_test()
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 9 objtool which runs at compile time. It has a "check" subcommand which 200 This rule is just a sanity check to ensure that callable functions
|
12