Searched refs:other_val (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/ |
| H A 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),
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 130 struct other_val { struct 673 sizeof(struct other_val), 1); in do_test_fixup()
|