Searched refs:TEST (Results 1 - 25 of 111) sorted by path

12345

/linux-master/drivers/scsi/
H A Daha152x.h46 #define TEST (HOSTIOPORT1+0x1e) /* test register */ macro
187 /* SCSI TEST control */
244 /* TEST REGISTER */
/linux-master/lib/
H A Datomic64_test.c20 #define TEST(bit, op, c_op, val) \ macro
114 TEST(, add, +=, onestwos);
115 TEST(, add, +=, -one);
116 TEST(, sub, -=, onestwos);
117 TEST(, sub, -=, -one);
118 TEST(, or, |=, v1);
119 TEST(, and, &=, v1);
120 TEST(, xor, ^=, v1);
121 TEST(, andnot, &= ~, v1);
166 TEST(6
[all...]
/linux-master/tools/testing/ktest/examples/include/
H A Dbisect.conf8 # (what to set the TEST option to).
15 # Set TEST to 'bisect' to do a normal git bisect. You need
19 TEST_START IF ${TEST} == bisect
32 TEST = ${RUN_TEST}
82 TEST_START IF ${TEST} == config-bisect
H A Ddefaults.conf54 TEST = ${SSH} run-test
H A Dmin-config.conf47 TEST_START IF ${TEST} == min-config
52 TEST = ${SSH} echo hi
55 TEST_START IF ${TEST} == min-config && ${MULTI}
H A Dpatchcheck.conf91 TEST_START IF ${TEST} == patchcheck
94 TEST = ${PATCH_TEST}
101 TEST_START IF ${TEST} == patchcheck && ${MULTI}
104 TEST = ${PATCH_TEST}
H A Dtests.conf4 # The variable TEST can be of boot, build, randconfig, or test.
6 # Note that TEST is a variable created with ':=' and only exists
9 # The TEST option (defined with '=') is used to tell ktest.pl
10 # what test to run after a successful boot. The TEST option is
24 # (what to set the TEST option to).
31 # If TEST is set to 'boot' then just build a kernel and boot
33 TEST_START IF ${TEST} == boot
41 # and test it yourself, then just set TEST to build.
42 TEST_START IF ${TEST} == build
54 TEST_START ITERATE 10 IF ${TEST}
[all...]
/linux-master/tools/testing/ktest/examples/
H A Dtest.conf21 # The include files will set up the type of test to run. Just set TEST to
28 TEST := patchcheck
/linux-master/tools/testing/selftests/kexec/
H A Dtest_kexec_load.sh7 TEST="$0"
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c43 TEST(get_syscall_info) function
/linux-master/tools/testing/selftests/sparc64/
H A DMakefile26 TEST=$$DIR"_test.sh"; \
27 if [ -e $$DIR/$$TEST ]; then \
28 rsync -a $$DIR/$$TEST $$BUILD_TARGET/; \
/linux-master/tools/testing/selftests/x86/
H A Dtest_FCMOV.c16 #define TEST(insn) \ macro
33 TEST(fcmovb) function
34 TEST(fcmove)
35 TEST(fcmovbe)
36 TEST(fcmovu)
37 TEST(fcmovnb)
38 TEST(fcmovne)
39 TEST(fcmovnbe)
40 TEST(fcmovnu)
/linux-master/arch/arm/probes/kprobes/
H A Dtest-arm.c78 TEST( op s " r4, pc" ", #0x00005a00")
114 TEST( op s "vs r7, pc, lsl #3") \
115 TEST( op s "vs r7, sp, lsr #4") \
122 TEST( op s "eq r0, #0xf5") \
123 TEST( op s "ne r11, #0xf5000000") \
124 TEST( op s " r7, #0x000af000") \
125 TEST( op s " r4, #0x00005a00")
148 TEST("mov ip, sp") /* This has special case emulation code */
176 TEST("add sp, sp, #16")
177 TEST("su
[all...]
H A Dtest-core.h214 #define TEST(code) \ macro
H A Dtest-thumb.c79 TEST( "movs.n r0, #0x5f")
80 TEST( "movs.n r7, #0xa0")
131 TEST( "mov lr, pc")
198 TEST( "ldr r0, [sp, #0]")
199 TEST( "ldr r7, [sp, #160]")
206 TEST("add r0, pc, #4")
207 TEST("add r7, pc, #1020")
208 TEST("add r0, sp, #4")
209 TEST("add r7, sp, #1020")
218 TEST("ad
[all...]
/linux-master/arch/um/os-Linux/
H A Dexecvp.c29 #ifndef TEST
133 #ifdef TEST
/linux-master/arch/x86/tools/
H A DMakefile19 quiet_cmd_posttest = TEST $@
22 quiet_cmd_sanitytest = TEST $@
/linux-master/drivers/dma/dw/
H A Dregs.h87 DW_REG(TEST);
/linux-master/drivers/media/i2c/
H A Dov2640.c58 #define TEST 0x57 /* Horizontal size completion */ macro
514 { TEST, TEST_HSIZE_SET(UXGA_WIDTH) },
H A Dtda9840.c35 #define TEST 0x04 macro
H A Dtw9910.c67 #define TEST 0x1F /* Test Control Register */ macro
/linux-master/drivers/media/radio/
H A Dradio-gemtek.c139 #define BU2614_TEST_MASK MKMASK(TEST)
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra30.c2299 PINGROUP(kb_col0_pq0, KBC, NAND, TRACE, TEST, 0x32fc, N, N),
2300 PINGROUP(kb_col1_pq1, KBC, NAND, TRACE, TEST, 0x3300, N, N),
/linux-master/fs/lockd/
H A Dclnt4xdr.c558 PROC(TEST, testargs, testres),
H A Dclntxdr.c563 PROC(TEST, testargs, testres),

Completed in 345 milliseconds

12345