Searched refs:image_end (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/bpf/ |
A D | bpf_struct_ops.c | 321 void *image, void *image_end) in bpf_struct_ops_prepare_trampoline() argument 328 return arch_prepare_bpf_trampoline(NULL, image, image_end, in bpf_struct_ops_prepare_trampoline() 343 void *image, *image_end; in bpf_struct_ops_map_update_elem() local 383 image_end = st_map->image + PAGE_SIZE; in bpf_struct_ops_map_update_elem() 452 image, image_end); in bpf_struct_ops_map_update_elem()
|
A D | trampoline.c | 639 arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, in arch_prepare_bpf_trampoline() argument
|
/linux/arch/arm/boot/compressed/ |
A D | vmlinux.lds.S | 109 .image_end (NOLOAD) : {
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 1973 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() argument 2123 if (WARN_ON_ONCE(prog > (u8 *)image_end - BPF_INSN_SAFETY)) { in arch_prepare_bpf_trampoline()
|
/linux/include/linux/ |
A D | bpf.h | 628 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, 1016 void *image, void *image_end);
|
/linux/drivers/scsi/esas2r/ |
A D | esas2r.h | 368 u16 image_end; member
|
Completed in 26 milliseconds