Searched refs:BPF_TEST_CLOBBER_ALU (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_bpf.c | 11914 #define BPF_TEST_CLOBBER_ALU(alu, op, dst, src) \ macro 11948 BPF_TEST_CLOBBER_ALU(ALU64_IMM, AND, R8, 123456789), 11949 BPF_TEST_CLOBBER_ALU(ALU64_IMM, AND, R9, 123456789), 11950 BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R8, 123456789), 11951 BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R9, 123456789), 11952 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R8, 123456789), 11953 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R9, 123456789), 11954 BPF_TEST_CLOBBER_ALU(ALU64_IMM, LSH, R8, 12), 11955 BPF_TEST_CLOBBER_ALU(ALU64_IMM, LSH, R9, 12), 11956 BPF_TEST_CLOBBER_ALU(ALU64_IMM, RSH, R8, 12), [all …]
|