Home
last modified time | relevance | path

Searched refs:test_val (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_helper_value_access.c22 struct test_val { struct
31 __type(value, struct test_val); argument
63 __imm_const(sizeof_test_val, sizeof(struct test_val)) in access_to_map_full_range()
138 __imm_const(__imm_0, sizeof(struct test_val) + 8) in map_out_of_bound_range()
190 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in via_const_imm_full_range()
191 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_imm_full_range()
271 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8), in imm_out_of_bound_range()
354 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in via_const_reg_full_range()
437 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8), in reg_out_of_bound_range()
523 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in map_via_variable_full_range()
[all …]
H A Dverifier_array_access.c10 struct test_val { struct
19 __type(value, struct test_val); argument
27 __type(value, struct test_val);
35 __type(value, struct test_val);
58 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in an_array_with_a_constant_1()
85 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
114 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
147 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
172 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in an_array_with_a_constant_2()
201 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
[all …]
H A Dverifier_bpf_get_stack.c10 struct test_val { struct
19 __type(value, struct test_val); argument
26 __type(value, struct test_val);
76 __imm_const(__imm_0, sizeof(struct test_val) / 2) in stack_return_r0_within_range()
H A Dverifier_helper_access_var_len.c10 struct test_val { struct
19 __type(value, struct test_val); argument
344 __imm_const(sizeof_test_val, sizeof(struct test_val)) in memory_map_jmp_correct_bounds()
377 __imm_const(__imm_0, sizeof(struct test_val) + 1) in memory_map_jmp_wrong_max()
410 __imm_const(__imm_0, sizeof(struct test_val) - 20), in map_adjusted_jmp_correct_bounds()
411 __imm_const(sizeof_test_val, sizeof(struct test_val)) in map_adjusted_jmp_correct_bounds()
445 __imm_const(__imm_0, sizeof(struct test_val) - 19) in map_adjusted_jmp_wrong_max()
H A Dverifier_map_ptr_mixing.c10 struct test_val { struct
19 __type(value, struct test_val); argument
26 __type(value, struct test_val);
143 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in pointers_for_lookup_hash_array()
193 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in lookup_hash_map_in_map()
H A Dverifier_and.c10 struct test_val { struct
19 __type(value, struct test_val); argument
47 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
H A Dverifier_value.c10 struct test_val { struct
19 __type(value, struct test_val); argument
154 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
H A Dverifier_value_or_null.c10 struct test_val { struct
19 __type(value, struct test_val); argument
210 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
H A Dverifier_search_pruning.c10 struct test_val { struct
19 __type(value, struct test_val); argument
124 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
H A Dverifier_value_adj_spill.c10 struct test_val { struct
19 __type(value, struct test_val); argument
H A Dverifier_value_illegal_alu.c10 struct test_val { struct
19 __type(value, struct test_val); argument
H A Dverifier_map_ptr.c10 struct test_val { struct
19 __type(value, struct test_val); argument
H A Dverifier_regalloc.c10 struct test_val { struct
19 __type(value, struct test_val); argument
H A Dverifier_stack_ptr.c11 struct test_val { struct
20 __type(value, struct test_val); argument
H A Dverifier_value_ptr_arith.c11 struct test_val { struct
20 __type(value, struct test_val); argument
39 __type(value, struct test_val);
H A Dverifier_ref_tracking.c46 struct test_val { struct
55 __type(value, struct test_val); argument
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_cpuid.c51 u32 test_val; in test_hv_cpuid() local
77 test_val = 0x40000082; in test_hv_cpuid()
79 TEST_ASSERT(entry->eax == test_val, in test_hv_cpuid()
86 test_val = entry->eax & (1UL << 18); in test_hv_cpuid()
88 TEST_ASSERT(!!test_val == !smt_possible(), in test_hv_cpuid()
/openbmc/linux/lib/kunit/
H A Dattributes.c108 long test_val = (long)attr; in attr_enum_filter() local
135 return int_filter(test_val, input, input_int, err); in attr_enum_filter()
343 void *suite_val, *test_val; in kunit_filter_attr_tests() local
374 test_val = filter.attr->get_attr((void *) test_case, true); in kunit_filter_attr_tests()
386 if (test_val) { in kunit_filter_attr_tests()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverifier.c83 struct test_val { struct
190 struct test_val value = { in init_test_val_map()
/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c683 int test_val; in test_periodic_counter() local
691 for (test_val = 0; test_val <= test_load; test_val++) { in test_periodic_counter()
693 g_assert_cmpint(timer_counter(), ==, test_val); in test_periodic_counter()
/openbmc/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_s5k83a.c557 u8 old_val, ctrl_val, test_val = 0xff; in s5k83a_dump_registers() local
560 m5602_write_sensor(sd, address, &test_val, 1); in s5k83a_dump_registers()
563 if (ctrl_val == test_val) in s5k83a_dump_registers()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c178 struct test_val { struct
569 struct test_val value = { in update_map()
1056 sizeof(struct test_val), 1); in do_test_fixup()
1074 sizeof(struct test_val), 1); in do_test_fixup()
1162 sizeof(struct test_val), 1, in do_test_fixup()
1172 sizeof(struct test_val), 1, in do_test_fixup()
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c992 uint32_t test_val, orig_val; in xtensa_operand_encode() local
1050 (test_val = *valp, (*intop->decode)(&test_val)) || in xtensa_operand_encode()
1051 test_val != orig_val) { in xtensa_operand_encode()
/openbmc/linux/tools/testing/nvdimm/test/
H A Dnfit.c2877 const u64 test_val = 0x0123456789abcdefULL; in nfit_ctl_test() local
3019 .length = test_val, in nfit_ctl_test()
3027 if (rc < 0 || cmd_rc || record->length != test_val) { in nfit_ctl_test()
3041 .length = test_val, in nfit_ctl_test()
3049 if (rc < 0 || cmd_rc || record->length != test_val) { in nfit_ctl_test()