Searched refs:other_val (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | verifier_helper_value_access.c | 8 struct other_val { struct 17 __type(value, struct other_val); 1035 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_imm() 1060 __imm_const(__imm_0, sizeof(struct other_val) - 4) in imm_out_of_bound_1() 1110 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_reg() 1136 __imm_const(__imm_0, sizeof(struct other_val) - 4) in reg_out_of_bound_1() 1188 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in to_adjusted_map_via_variable() 1241 __imm_const(__imm_0, offsetof(struct other_val, bar) + 1) in via_variable_wrong_max_check_2()
|
H A D | verifier_map_ptr.c | 22 struct other_val { struct 31 __type(value, struct other_val);
|
H A D | verifier_value_ptr_arith.c | 23 struct other_val { struct 32 __type(value, struct other_val);
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 131 struct other_val { struct 675 sizeof(struct other_val), 1); in do_test_fixup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 183 struct other_val { struct 1065 sizeof(struct other_val), 1); in do_test_fixup()
|
Completed in 7 milliseconds