Searched refs:BPF_TEST_CLOBBER_ALU (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | test_bpf.c | 11559 #define BPF_TEST_CLOBBER_ALU(alu, op, dst, src) \ macro 11593 BPF_TEST_CLOBBER_ALU(ALU64_IMM, AND, R8, 123456789), 11594 BPF_TEST_CLOBBER_ALU(ALU64_IMM, AND, R9, 123456789), 11595 BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R8, 123456789), 11596 BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R9, 123456789), 11597 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R8, 123456789), 11598 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R9, 123456789), 11599 BPF_TEST_CLOBBER_ALU(ALU64_IMM, LSH, R8, 12), 11600 BPF_TEST_CLOBBER_ALU(ALU64_IMM, LSH, R9, 12), 11601 BPF_TEST_CLOBBER_ALU(ALU64_IMM, RSH, R8, 12), [all …]
|