Home
last modified time | relevance | path

Searched refs:image_ptr (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/vme/devices/
H A 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()
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_image.c58 struct qxl_drm_image **image_ptr, in qxl_image_alloc_objects()
82 *image_ptr = image; in qxl_image_alloc_objects()
56 qxl_image_alloc_objects(struct qxl_device *qdev, struct qxl_release *release, struct qxl_drm_image **image_ptr, int height, int stride) qxl_image_alloc_objects() argument
H A Dqxl_drv.h366 struct qxl_drm_image **image_ptr,
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_image.c58 struct qxl_drm_image **image_ptr, in qxl_image_alloc_objects()
82 *image_ptr = image; in qxl_image_alloc_objects()
56 qxl_image_alloc_objects(struct qxl_device *qdev, struct qxl_release *release, struct qxl_drm_image **image_ptr, int height, int stride) qxl_image_alloc_objects() argument
H A Dqxl_drv.h343 struct qxl_drm_image **image_ptr,
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A 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()
/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit_comp.c1001 u8 *image_ptr; in bpf_int_jit_compile() local
1028 image_ptr = jit_data->image; in bpf_int_jit_compile()
1068 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1077 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
1079 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile()
1120 jit_data->image = image_ptr; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/loongarch/net/
H A Dbpf_jit.c1096 u8 *image_ptr; in bpf_int_jit_compile() local
1135 image_ptr = jit_data->image; in bpf_int_jit_compile()
1170 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1178 ctx.image = (union loongarch_instruction *)image_ptr; in bpf_int_jit_compile()
1180 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile()
1221 jit_data->image = image_ptr; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/loongarch/net/
H A Debpf_jit.c847 u8 *image_ptr; in bpf_int_jit_compile() local
880 image_ptr = jit_data->image; in bpf_int_jit_compile()
912 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
920 ctx.image = (union loongarch_instruction *)image_ptr; in bpf_int_jit_compile()
958 jit_data->image = image_ptr; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/mips/net/
H A Dbpf_jit_comp.c920 u8 *image_ptr; in bpf_int_jit_compile() local
988 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
998 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c1528 u8 *image_ptr; in bpf_int_jit_compile() local
1555 image_ptr = jit_data->image; in bpf_int_jit_compile()
1601 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1610 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
1612 prog->aux->extable = (void *)image_ptr + extable_offset; in bpf_int_jit_compile()
1654 jit_data->image = image_ptr; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/arm/net/
H A Dbpf_jit_32.c1904 u8 *image_ptr; in bpf_int_jit_compile() local
1987 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1998 ctx.target = (u32 *) image_ptr; in bpf_int_jit_compile()
2007 image_ptr = NULL; in bpf_int_jit_compile()
2016 image_ptr = NULL; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_64.c1478 u8 *image_ptr; in bpf_int_jit_compile() local
1506 image_ptr = jit_data->image; in bpf_int_jit_compile()
1559 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1566 ctx.image = (u32 *)image_ptr; in bpf_int_jit_compile()
1597 jit_data->image = image_ptr; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/arm/net/
H A 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()
/kernel/linux/linux-6.6/arch/sparc/net/
H A 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()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c1032 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument
1065 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc()
1087 bpf_jit_binary_pack_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_pack_alloc() argument
1126 *image_ptr = &ro_header->image[start]; in bpf_jit_binary_pack_alloc()
/kernel/linux/linux-5.10/arch/mips/net/
H A Debpf_jit.c1808 u8 *image_ptr; in bpf_int_jit_compile() local
1891 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1896 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcore.c868 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument
902 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc()
/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h1007 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h1023 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,

Completed in 39 milliseconds