Searched refs:arch_prepare_bpf_trampoline (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | trampoline.c | 330 err = arch_prepare_bpf_trampoline(im, im->image, im->image + PAGE_SIZE, in bpf_trampoline_update() 561 arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, in arch_prepare_bpf_trampoline() function
|
H A D | bpf_struct_ops.c | 436 err = arch_prepare_bpf_trampoline(NULL, image, in bpf_struct_ops_map_update_elem()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | trampoline.c | 441 err = arch_prepare_bpf_trampoline(im, im->image, im->image + PAGE_SIZE, in bpf_trampoline_update() 467 /* reset im->image memory attr for arch_prepare_bpf_trampoline */ 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
|
H A D | bpf_struct_ops.c | 365 return arch_prepare_bpf_trampoline(NULL, image, image_end, in bpf_struct_ops_prepare_trampoline()
|
/kernel/linux/linux-5.10/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1774 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() function
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1819 /* Based on the x86's implementation of arch_prepare_bpf_trampoline(). 2029 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, in arch_prepare_bpf_trampoline() function
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 1032 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, in arch_prepare_bpf_trampoline() function
|
/kernel/linux/linux-6.6/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2501 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, in arch_prepare_bpf_trampoline() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 626 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 1089 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end,
|
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2145 * arch_prepare_bpf_trampoline(). in invoke_bpf_prog() 2355 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() function
|
Completed in 28 milliseconds