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

/linux-4.4.14/drivers/staging/vme/devices/
H A Dvme_user.c158 void *image_ptr; buffer_to_user() local
160 image_ptr = image[minor].kern_buf + *ppos; buffer_to_user()
161 if (__copy_to_user(buf, image_ptr, (unsigned long)count)) buffer_to_user()
170 void *image_ptr; buffer_from_user() local
172 image_ptr = image[minor].kern_buf + *ppos; buffer_from_user()
173 if (__copy_from_user(image_ptr, buf, (unsigned long)count)) buffer_from_user()
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_image.c58 struct qxl_drm_image **image_ptr, qxl_image_alloc_objects()
82 *image_ptr = image; 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.h453 struct qxl_drm_image **image_ptr,
/linux-4.4.14/arch/parisc/kernel/
H A Dperf.c194 static int perf_config(uint32_t *image_ptr);
228 static int perf_config(uint32_t *image_ptr) perf_config() argument
242 error = perf_write_image((uint64_t *)image_ptr); perf_config()
/linux-4.4.14/arch/arm64/net/
H A Dbpf_jit_comp.c761 u8 *image_ptr; bpf_int_jit_compile() local
789 header = bpf_jit_binary_alloc(image_size, &image_ptr, bpf_int_jit_compile()
796 ctx.image = (u32 *)image_ptr; bpf_int_jit_compile()
/linux-4.4.14/kernel/bpf/
H A Dcore.c142 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, bpf_jit_binary_alloc() argument
167 *image_ptr = &hdr->image[start]; bpf_jit_binary_alloc()
/linux-4.4.14/include/linux/
H A Dfilter.h469 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,

Completed in 670 milliseconds