Symbol: test_val
drivers/media/usb/gspca/m5602/m5602_s5k83a.c
557
u8 old_val, ctrl_val, test_val = 0xff;
drivers/media/usb/gspca/m5602/m5602_s5k83a.c
560
m5602_write_sensor(sd, address, &test_val, 1);
drivers/media/usb/gspca/m5602/m5602_s5k83a.c
563
if (ctrl_val == test_val)
lib/kunit/attributes.c
118
long test_val = (long)attr;
lib/kunit/attributes.c
145
return int_filter(test_val, input, input_int, err);
lib/kunit/attributes.c
403
void *suite_val, *test_val;
lib/kunit/attributes.c
434
test_val = filter.attr->get_attr((void *) test_case, true);
lib/kunit/attributes.c
446
if (test_val) {
tools/testing/nvdimm/test/nfit.c
2884
const u64 test_val = 0x0123456789abcdefULL;
tools/testing/nvdimm/test/nfit.c
3026
.length = test_val,
tools/testing/nvdimm/test/nfit.c
3034
if (rc < 0 || cmd_rc || record->length != test_val) {
tools/testing/nvdimm/test/nfit.c
3048
.length = test_val,
tools/testing/nvdimm/test/nfit.c
3056
if (rc < 0 || cmd_rc || record->length != test_val) {
tools/testing/selftests/bpf/prog_tests/arena_list.c
59
ASSERT_EQ(skel->arena->test_val, cnt + 1, "num of elems");
tools/testing/selftests/bpf/prog_tests/verifier.c
263
struct test_val value = {
tools/testing/selftests/bpf/progs/arena_list.c
37
int __arena test_val = 1;
tools/testing/selftests/bpf/progs/arena_list.c
41
int test_val SEC(".addr_space.1");
tools/testing/selftests/bpf/progs/arena_list.c
60
test_val++;
tools/testing/selftests/bpf/progs/verifier_and.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_and.c
47
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
128
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
161
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
186
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_array_access.c
215
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
244
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
27
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_array_access.c
276
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
308
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
341
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
35
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_array_access.c
42
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_array_access.c
49
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_array_access.c
550
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
553
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
567
struct test_val *val, *val2;
tools/testing/selftests/bpf/progs/verifier_array_access.c
570
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
573
val2->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
587
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
591
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
603
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
606
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
618
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
621
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
632
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
644
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
654
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
662
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
673
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
707
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
711
val->index = offsetof(struct test_val, foo);
tools/testing/selftests/bpf/progs/verifier_array_access.c
72
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_array_access.c
722
struct test_val *val;
tools/testing/selftests/bpf/progs/verifier_array_access.c
99
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_bpf_get_stack.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_bpf_get_stack.c
26
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_bpf_get_stack.c
76
__imm_const(__imm_0, sizeof(struct test_val) / 2)
tools/testing/selftests/bpf/progs/verifier_helper_access_var_len.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_helper_access_var_len.c
344
__imm_const(sizeof_test_val, sizeof(struct test_val))
tools/testing/selftests/bpf/progs/verifier_helper_access_var_len.c
377
__imm_const(__imm_0, sizeof(struct test_val) + 1)
tools/testing/selftests/bpf/progs/verifier_helper_access_var_len.c
410
__imm_const(__imm_0, sizeof(struct test_val) - 20),
tools/testing/selftests/bpf/progs/verifier_helper_access_var_len.c
411
__imm_const(sizeof_test_val, sizeof(struct test_val))
tools/testing/selftests/bpf/progs/verifier_helper_access_var_len.c
445
__imm_const(__imm_0, sizeof(struct test_val) - 19)
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
175
__imm_const(__imm_0, sizeof(struct test_val) + 8)
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
227
__imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)),
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
228
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
255
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
281
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
308
__imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8),
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
309
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
31
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
336
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
363
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
391
__imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)),
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
392
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
420
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
474
__imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8),
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
475
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
503
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
531
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
560
__imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)),
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
561
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
590
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
618
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
63
__imm_const(sizeof_test_val, sizeof(struct test_val))
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
674
__imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 1),
tools/testing/selftests/bpf/progs/verifier_helper_value_access.c
675
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_map_ptr.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_map_ptr_mixing.c
143
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_map_ptr_mixing.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_map_ptr_mixing.c
193
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_map_ptr_mixing.c
26
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_ref_tracking.c
55
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_regalloc.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_search_pruning.c
125
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_search_pruning.c
20
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_stack_ptr.c
20
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_value.c
154
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_value.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_value_adj_spill.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_value_illegal_alu.c
20
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_value_or_null.c
19
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_value_or_null.c
210
__imm_const(test_val_foo, offsetof(struct test_val, foo))
tools/testing/selftests/bpf/progs/verifier_value_ptr_arith.c
20
__type(value, struct test_val);
tools/testing/selftests/bpf/progs/verifier_value_ptr_arith.c
39
__type(value, struct test_val);
tools/testing/selftests/bpf/test_verifier.c
1054
sizeof(struct test_val), 1);
tools/testing/selftests/bpf/test_verifier.c
1072
sizeof(struct test_val), 1);
tools/testing/selftests/bpf/test_verifier.c
1160
sizeof(struct test_val), 1,
tools/testing/selftests/bpf/test_verifier.c
1170
sizeof(struct test_val), 1,
tools/testing/selftests/bpf/test_verifier.c
567
struct test_val value = {
tools/testing/selftests/kvm/x86/hyperv_cpuid.c
31
u32 test_val;
tools/testing/selftests/kvm/x86/hyperv_cpuid.c
62
test_val = 0x40000082;
tools/testing/selftests/kvm/x86/hyperv_cpuid.c
64
TEST_ASSERT(entry->eax == test_val,
tools/testing/selftests/kvm/x86/hyperv_cpuid.c
75
test_val = entry->eax & (1UL << 18);
tools/testing/selftests/kvm/x86/hyperv_cpuid.c
77
TEST_ASSERT(!!test_val == !is_smt_possible(),
tools/testing/selftests/kvm/x86/pmu_counters_test.c
407
const uint64_t test_val = 0xffff;
tools/testing/selftests/kvm/x86/pmu_counters_test.c
421
const uint64_t expected_val = expect_success ? test_val : 0;
tools/testing/selftests/kvm/x86/pmu_counters_test.c
428
vector = wrmsr_safe(msr, test_val);