Home
last modified time | relevance | path

Searched refs:image_ptr (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/staging/vme_user/
Dvme_user.c154 void *image_ptr; in buffer_to_user() local
156 image_ptr = image[minor].kern_buf + *ppos; in buffer_to_user()
157 if (copy_to_user(buf, image_ptr, (unsigned long)count)) in buffer_to_user()
166 void *image_ptr; in buffer_from_user() local
168 image_ptr = image[minor].kern_buf + *ppos; in buffer_from_user()
169 if (copy_from_user(image_ptr, buf, (unsigned long)count)) in buffer_from_user()
/linux-6.1.9/drivers/gpu/drm/qxl/
Dqxl_image.c58 struct qxl_drm_image **image_ptr, in qxl_image_alloc_objects() argument
82 *image_ptr = image; in qxl_image_alloc_objects()
Dqxl_drv.h345 struct qxl_drm_image **image_ptr,
/linux-6.1.9/arch/parisc/kernel/
Dperf.c181 static int perf_config(uint32_t *image_ptr);
215 static int perf_config(uint32_t *image_ptr) in perf_config() argument
229 error = perf_write_image((uint64_t *)image_ptr); in perf_config()
/linux-6.1.9/arch/loongarch/net/
Dbpf_jit.c1027 u8 *image_ptr; in bpf_int_jit_compile() local
1066 image_ptr = jit_data->image; in bpf_int_jit_compile()
1098 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1106 ctx.image = (union loongarch_instruction *)image_ptr; in bpf_int_jit_compile()
1146 jit_data->image = image_ptr; in bpf_int_jit_compile()
/linux-6.1.9/arch/mips/net/
Dbpf_jit_comp.c916 u8 *image_ptr; in bpf_int_jit_compile() local
984 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
994 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()
/linux-6.1.9/arch/sparc/net/
Dbpf_jit_comp_64.c1489 u8 *image_ptr; in bpf_int_jit_compile() local
1517 image_ptr = jit_data->image; in bpf_int_jit_compile()
1570 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1577 ctx.image = (u32 *)image_ptr; in bpf_int_jit_compile()
1608 jit_data->image = image_ptr; in bpf_int_jit_compile()
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c1463 u8 *image_ptr; in bpf_int_jit_compile() local
1490 image_ptr = jit_data->image; in bpf_int_jit_compile()
1536 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1545 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
1547 prog->aux->extable = (void *)image_ptr + extable_offset; in bpf_int_jit_compile()
1589 jit_data->image = image_ptr; in bpf_int_jit_compile()
/linux-6.1.9/arch/arm/net/
Dbpf_jit_32.c1883 u8 *image_ptr; in bpf_int_jit_compile() local
1966 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1977 ctx.target = (u32 *) image_ptr; in bpf_int_jit_compile()
1986 image_ptr = NULL; in bpf_int_jit_compile()
1995 image_ptr = NULL; in bpf_int_jit_compile()
/linux-6.1.9/kernel/bpf/
Dcore.c1005 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument
1038 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc()
1060 bpf_jit_binary_pack_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_pack_alloc() argument
1099 *image_ptr = &ro_header->image[start]; in bpf_jit_binary_pack_alloc()
/linux-6.1.9/include/linux/
Dfilter.h1029 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,