Searched refs:__bpf_fill_pattern (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | test_bpf.c | 841 static int __bpf_fill_pattern(struct bpf_test *self, void *arg, in __bpf_fill_pattern() function 1024 return __bpf_fill_pattern(self, &op, 64, 32, in __bpf_fill_alu64_imm() 1031 return __bpf_fill_pattern(self, &op, 64, 32, in __bpf_fill_alu32_imm() 1038 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_alu64_reg() 1045 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_alu32_reg() 1793 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_atomic64() 1800 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_atomic32() 1853 return __bpf_fill_pattern(self, NULL, 64, 64, 0, PATTERN_BLOCK2, in bpf_fill_cmpxchg64() 1905 return __bpf_fill_pattern(self, NULL, 64, 64, 0, PATTERN_BLOCK2, in bpf_fill_cmpxchg32() 2412 return __bpf_fill_pattern(self, &op, 64, 32, in __bpf_fill_jmp_imm() [all …]
|