Searched refs:arch_prepare_bpf_trampoline (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/kernel/bpf/ |
D | trampoline.c | 441 err = arch_prepare_bpf_trampoline(im, im->image, im->image + PAGE_SIZE, in bpf_trampoline_update() 1035 arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, in arch_prepare_bpf_trampoline() function
|
D | bpf_struct_ops.c | 365 return arch_prepare_bpf_trampoline(NULL, image, image_end, in bpf_struct_ops_prepare_trampoline()
|
/Linux-v6.6/arch/s390/net/ |
D | bpf_jit_comp.c | 2501 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, in arch_prepare_bpf_trampoline() function
|
/Linux-v6.6/arch/riscv/net/ |
D | bpf_jit_comp64.c | 1032 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, in arch_prepare_bpf_trampoline() function
|
/Linux-v6.6/arch/arm64/net/ |
D | bpf_jit_comp.c | 2029 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, in arch_prepare_bpf_trampoline() function
|
/Linux-v6.6/arch/x86/net/ |
D | bpf_jit_comp.c | 2353 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() function
|
/Linux-v6.6/include/linux/ |
D | bpf.h | 1071 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end,
|