Searched refs:bpf_tramp_image (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | trampoline.c | 284 struct bpf_tramp_image *im; in __bpf_tramp_image_put_deferred() 286 im = container_of(work, struct bpf_tramp_image, work); in __bpf_tramp_image_put_deferred() 297 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu() 299 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu() 307 struct bpf_tramp_image *im; in __bpf_tramp_image_release() 309 im = container_of(pcref, struct bpf_tramp_image, pcref); in __bpf_tramp_image_release() 316 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu_tasks() 318 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu_tasks() 327 static void bpf_tramp_image_put(struct bpf_tramp_image *im) in bpf_tramp_image_put() 375 static struct bpf_tramp_image *bpf_tramp_image_alloc(u64 key, u32 idx) in bpf_tramp_image_alloc() [all …]
|
/Linux-v6.1/include/linux/ |
D | bpf.h | 853 struct bpf_tramp_image; 854 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, 872 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr); 873 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr); 892 struct bpf_tramp_image { struct 928 struct bpf_tramp_image *cur_image;
|
/Linux-v6.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 1770 static int prepare_trampoline(struct jit_ctx *ctx, struct bpf_tramp_image *im, in prepare_trampoline() 1968 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, in arch_prepare_bpf_trampoline()
|
/Linux-v6.1/arch/x86/net/ |
D | bpf_jit_comp.c | 2044 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline()
|