Searched refs:BPF_TEST_CLOBBER_ALU (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | test_bpf.c | 11934 #define BPF_TEST_CLOBBER_ALU(alu, op, dst, src) \ macro 11968 BPF_TEST_CLOBBER_ALU(ALU64_IMM, AND, R8, 123456789), 11969 BPF_TEST_CLOBBER_ALU(ALU64_IMM, AND, R9, 123456789), 11970 BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R8, 123456789), 11971 BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R9, 123456789), 11972 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R8, 123456789), 11973 BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R9, 123456789), 11974 BPF_TEST_CLOBBER_ALU(ALU64_IMM, LSH, R8, 12), 11975 BPF_TEST_CLOBBER_ALU(ALU64_IMM, LSH, R9, 12), 11976 BPF_TEST_CLOBBER_ALU(ALU64_IMM, RSH, R8, 12), [all …]
|