Searched refs:BPF_OR (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/bpf/verifier/ |
| A D | atomic_or.c | 8 BPF_ATOMIC_OP(BPF_DW, BPF_OR, BPF_REG_10, BPF_REG_1, -8), 30 BPF_ATOMIC_OP(BPF_DW, BPF_OR | BPF_FETCH, BPF_REG_10, BPF_REG_1, -8), 60 BPF_ATOMIC_OP(BPF_W, BPF_OR | BPF_FETCH, BPF_REG_10, BPF_REG_1, -4), 88 BPF_ATOMIC_OP(BPF_W, BPF_OR | BPF_FETCH, BPF_REG_10, BPF_REG_1, -8),
|
| A D | atomic_invalid.c | 20 __INVALID_ATOMIC_ACCESS_TEST(BPF_OR), 21 __INVALID_ATOMIC_ACCESS_TEST(BPF_OR | BPF_FETCH),
|
| A D | atomic_fetch.c | 133 __ATOMIC_FETCH_OP_TEST(BPF_REG_1, BPF_REG_2, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 134 __ATOMIC_FETCH_OP_TEST(BPF_REG_0, BPF_REG_1, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 135 __ATOMIC_FETCH_OP_TEST(BPF_REG_1, BPF_REG_0, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 136 __ATOMIC_FETCH_OP_TEST(BPF_REG_2, BPF_REG_3, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 137 __ATOMIC_FETCH_OP_TEST(BPF_REG_4, BPF_REG_5, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011), 138 __ATOMIC_FETCH_OP_TEST(BPF_REG_9, BPF_REG_8, 0x010, BPF_OR | BPF_FETCH, 0x011, 0x011),
|
| A D | jset.c | 136 BPF_ALU64_IMM(BPF_OR, BPF_REG_0, 2),
|
| A D | basic_instr.c | 21 BPF_ALU64_IMM(BPF_OR, BPF_REG_2, 0xffff),
|
| A D | jump.c | 383 BPF_ALU64_IMM(BPF_OR, BPF_REG_3, 32767),
|
| A D | jmp32.c | 871 BPF_ALU32_REG(BPF_OR, BPF_REG_2, BPF_REG_6),
|
| /tools/include/uapi/linux/ |
| A D | bpf_common.h | 36 #define BPF_OR 0x40 macro
|
| /tools/bpf/ |
| A D | bpf_exp.y | 408 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_K, 0, 0, $3); } 410 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_X, 0, 0, 0); } 412 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_X, 0, 0, 0); }
|
| A D | bpf_dbg.c | 71 #define BPF_ALU_OR (BPF_ALU | BPF_OR)
|
| /tools/testing/selftests/bpf/ |
| A D | test_verifier.c | 511 BPF_ALU64_IMM(BPF_OR, BPF_REG_7, 0x80000000), \
|
Completed in 18 milliseconds