Searched refs:__arch_prepare_bpf_trampoline (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/s390/net/ |
D | bpf_jit_comp.c | 2567 static int __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, in __arch_prepare_bpf_trampoline() function 2874 ret = __arch_prepare_bpf_trampoline(&im, &tjit, m, flags, in arch_bpf_trampoline_size() 2890 ret = __arch_prepare_bpf_trampoline(im, &tjit, m, flags, in arch_prepare_bpf_trampoline() 2904 ret = __arch_prepare_bpf_trampoline(im, &tjit, m, flags, in arch_prepare_bpf_trampoline()
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_comp64.c | 802 static int __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, in __arch_prepare_bpf_trampoline() function 1070 ret = __arch_prepare_bpf_trampoline(&im, m, tlinks, func_addr, flags, &ctx); in arch_bpf_trampoline_size() 1102 ret = __arch_prepare_bpf_trampoline(im, m, tlinks, func_addr, flags, &ctx); in arch_prepare_bpf_trampoline()
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 2870 static int __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *rw_image, in __arch_prepare_bpf_trampoline() function 3181 ret = __arch_prepare_bpf_trampoline(im, rw_image, rw_image + size, image, m, in arch_prepare_bpf_trampoline() 3212 ret = __arch_prepare_bpf_trampoline(&im, image, image + PAGE_SIZE, image, in arch_bpf_trampoline_size()
|