Searched refs:__bpf_fill_pattern (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_bpf.c | 821 static int __bpf_fill_pattern(struct bpf_test *self, void *arg, in __bpf_fill_pattern() function 1004 return __bpf_fill_pattern(self, &op, 64, 32, in __bpf_fill_alu64_imm() 1011 return __bpf_fill_pattern(self, &op, 64, 32, in __bpf_fill_alu32_imm() 1018 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_alu64_reg() 1025 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_alu32_reg() 1773 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_atomic64() 1780 return __bpf_fill_pattern(self, &op, 64, 64, in __bpf_fill_atomic32() 1833 return __bpf_fill_pattern(self, NULL, 64, 64, 0, PATTERN_BLOCK2, in bpf_fill_cmpxchg64() 1885 return __bpf_fill_pattern(self, NULL, 64, 64, 0, PATTERN_BLOCK2, in bpf_fill_cmpxchg32() 2392 return __bpf_fill_pattern(self, &op, 64, 32, in __bpf_fill_jmp_imm() [all …]
|