/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_struct_ops.c | 355 void *image, void *image_end) in bpf_struct_ops_prepare_trampoline() 365 return arch_prepare_bpf_trampoline(NULL, image, image_end, in bpf_struct_ops_prepare_trampoline() 380 void *image, *image_end; in bpf_struct_ops_map_update_elem() local 420 image_end = st_map->image + PAGE_SIZE; in bpf_struct_ops_map_update_elem() 500 image, image_end); in bpf_struct_ops_map_update_elem() 352 bpf_struct_ops_prepare_trampoline(struct bpf_tramp_links *tlinks, struct bpf_tramp_link *link, const struct btf_func_model *model, void *image, void *image_end) bpf_struct_ops_prepare_trampoline() argument
|
H A D | trampoline.c | 1035 arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, in arch_prepare_bpf_trampoline() argument
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 105 * The image_end section appears after any additional loadable sections 109 .image_end (NOLOAD) : {
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 107 * The image_end section appears after any additional loadable sections 111 .image_end (NOLOAD) : {
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | trampoline.c | 561 arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, in arch_prepare_bpf_trampoline() argument
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 2030 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline() 2036 int max_insns = ((long)image_end - (long)image) / AARCH64_INSN_SIZE; in arch_prepare_bpf_trampoline() 2063 jit_fill_hole(image, (unsigned int)(image_end - image)); in arch_prepare_bpf_trampoline() 2029 arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, const struct btf_func_model *m, u32 flags, struct bpf_tramp_links *tlinks, void *orig_call) arch_prepare_bpf_trampoline() argument
|
/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() argument 1905 if (WARN_ON_ONCE(prog > (u8 *)image_end - BPF_INSN_SAFETY)) { in arch_prepare_bpf_trampoline()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 1033 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline() 1047 if (ninsns_rvoff(ret) > (long)image_end - (long)image) in arch_prepare_bpf_trampoline() 1032 arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, const struct btf_func_model *m, u32 flags, struct bpf_tramp_links *tlinks, void *func_addr) arch_prepare_bpf_trampoline() argument
|
/kernel/linux/linux-6.6/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2502 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline() 2523 if (tjit.common.prg > (char *)image_end - (char *)image) in arch_prepare_bpf_trampoline() 2501 arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, const struct btf_func_model *m, u32 flags, struct bpf_tramp_links *tlinks, void *func_addr) arch_prepare_bpf_trampoline() argument
|
/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, 1651 void *image, void *image_end);
|
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2355 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() argument 2600 if (WARN_ON_ONCE(prog > (u8 *)image_end - BPF_INSN_SAFETY)) { in arch_prepare_bpf_trampoline()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r.h | 368 u16 image_end; member
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r.h | 368 u16 image_end; member
|
/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,
|