Searched refs:other_val (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/testing/selftests/bpf/verifier/ |
D | helper_value_access.c | 779 BPF_ALU64_IMM(BPF_ADD, BPF_REG_2, offsetof(struct other_val, bar)), 798 BPF_ALU64_IMM(BPF_ADD, BPF_REG_2, sizeof(struct other_val) - 4), 838 BPF_MOV64_IMM(BPF_REG_3, offsetof(struct other_val, bar)), 858 BPF_MOV64_IMM(BPF_REG_3, sizeof(struct other_val) - 4), 901 BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct other_val, bar), 4), 943 BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct other_val, bar) + 1, 4),
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | test_verifier.c | 150 struct other_val { struct 832 sizeof(struct other_val), 1); in do_test_fixup()
|