Home
last modified time | relevance | path

Searched refs:image_end (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_struct_ops.c355 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 Dtrampoline.c1035 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 Dvmlinux.lds.S105 * 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 Dvmlinux.lds.S107 * The image_end section appears after any additional loadable sections
111 .image_end (NOLOAD) : {
/kernel/linux/linux-5.10/kernel/bpf/
H A Dtrampoline.c561 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 Dbpf_jit_comp.c2030 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 Dbpf_jit_comp.c1774 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 Dbpf_jit_comp64.c1033 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 Dbpf_jit_comp.c2502 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 Dbpf.h1089 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 Dbpf_jit_comp.c2355 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 Desas2r.h368 u16 image_end; member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Desas2r.h368 u16 image_end; member
/kernel/linux/linux-5.10/include/linux/
H A Dbpf.h626 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end,

Completed in 36 milliseconds