Searched refs:test_val (Results 1 - 25 of 25) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_bpf_get_stack.c10 struct test_val { struct
19 __type(value, struct test_val);
26 __type(value, struct test_val);
76 __imm_const(__imm_0, sizeof(struct test_val) / 2)
H A Dverifier_and.c10 struct test_val { struct
19 __type(value, struct test_val);
47 __imm_const(test_val_foo, offsetof(struct test_val, foo))
H A Dverifier_value_adj_spill.c10 struct test_val { struct
19 __type(value, struct test_val);
H A Dverifier_helper_value_access.c22 struct test_val { struct
31 __type(value, struct test_val);
63 __imm_const(sizeof_test_val, sizeof(struct test_val))
175 __imm_const(__imm_0, sizeof(struct test_val) + 8)
227 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)),
228 __imm_const(test_val_foo, offsetof(struct test_val, foo))
255 __imm_const(test_val_foo, offsetof(struct test_val, foo))
281 __imm_const(test_val_foo, offsetof(struct test_val, foo))
308 __imm_const(__imm_0, sizeof(struct test_val)
[all...]
H A Dverifier_array_access.c10 struct test_val { struct
19 __type(value, struct test_val);
27 __type(value, struct test_val);
35 __type(value, struct test_val);
58 __imm_const(test_val_foo, offsetof(struct test_val, foo))
85 __imm_const(test_val_foo, offsetof(struct test_val, foo))
114 __imm_const(test_val_foo, offsetof(struct test_val, foo))
147 __imm_const(test_val_foo, offsetof(struct test_val, foo))
172 __imm_const(test_val_foo, offsetof(struct test_val, foo))
201 __imm_const(test_val_foo, offsetof(struct test_val, fo
[all...]
H A Dverifier_value.c10 struct test_val { struct
19 __type(value, struct test_val);
154 __imm_const(test_val_foo, offsetof(struct test_val, foo))
H A Darena_list.c35 int __arena test_val = 1; variable
39 int test_val SEC(".addr_space.1");
55 test_val++;
H A Dverifier_map_ptr_mixing.c10 struct test_val { struct
19 __type(value, struct test_val);
26 __type(value, struct test_val);
143 __imm_const(test_val_foo, offsetof(struct test_val, foo))
193 __imm_const(test_val_foo, offsetof(struct test_val, foo))
H A Dverifier_value_or_null.c10 struct test_val { struct
19 __type(value, struct test_val);
210 __imm_const(test_val_foo, offsetof(struct test_val, foo))
H A Dverifier_map_ptr.c10 struct test_val { struct
19 __type(value, struct test_val);
H A Dverifier_value_illegal_alu.c10 struct test_val { struct
19 __type(value, struct test_val);
H A Dverifier_helper_access_var_len.c10 struct test_val { struct
19 __type(value, struct test_val);
344 __imm_const(sizeof_test_val, sizeof(struct test_val))
377 __imm_const(__imm_0, sizeof(struct test_val) + 1)
410 __imm_const(__imm_0, sizeof(struct test_val) - 20),
411 __imm_const(sizeof_test_val, sizeof(struct test_val))
445 __imm_const(__imm_0, sizeof(struct test_val) - 19)
H A Dverifier_search_pruning.c10 struct test_val { struct
19 __type(value, struct test_val);
124 __imm_const(test_val_foo, offsetof(struct test_val, foo))
H A Dverifier_regalloc.c10 struct test_val { struct
19 __type(value, struct test_val);
H A Dverifier_stack_ptr.c11 struct test_val { struct
20 __type(value, struct test_val);
H A Dverifier_value_ptr_arith.c11 struct test_val { struct
20 __type(value, struct test_val);
39 __type(value, struct test_val);
H A Dverifier_ref_tracking.c46 struct test_val { struct
55 __type(value, struct test_val);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_cpuid.c51 u32 test_val; local
77 test_val = 0x40000082;
79 TEST_ASSERT(entry->eax == test_val,
86 test_val = entry->eax & (1UL << 18);
88 TEST_ASSERT(!!test_val == !smt_possible(),
H A Dpmu_counters_test.c362 const uint64_t test_val = 0xffff; local
376 const uint64_t expected_val = expect_success ? test_val : 0;
383 vector = wrmsr_safe(msr, test_val);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darena_list.c53 ASSERT_EQ(skel->arena->test_val, cnt + 1, "num of elems");
H A Dverifier.c90 struct test_val { struct
204 struct test_val value = {
/linux-master/lib/kunit/
H A Dattributes.c118 long test_val = (long)attr; local
145 return int_filter(test_val, input, input_int, err);
403 void *suite_val, *test_val; local
434 test_val = filter.attr->get_attr((void *) test_case, true);
446 if (test_val) {
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_s5k83a.c557 u8 old_val, ctrl_val, test_val = 0xff; local
560 m5602_write_sensor(sd, address, &test_val, 1);
563 if (ctrl_val == test_val)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c180 struct test_val { struct
571 struct test_val value = {
1058 sizeof(struct test_val), 1);
1076 sizeof(struct test_val), 1);
1164 sizeof(struct test_val), 1,
1174 sizeof(struct test_val), 1,
/linux-master/tools/testing/nvdimm/test/
H A Dnfit.c2879 const u64 test_val = 0x0123456789abcdefULL; local
3021 .length = test_val,
3029 if (rc < 0 || cmd_rc || record->length != test_val) {
3043 .length = test_val,
3051 if (rc < 0 || cmd_rc || record->length != test_val) {

Completed in 182 milliseconds