Searched refs:image_ptr (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/vme/devices/ |
D | vme_user.c | 300 void *image_ptr; in buffer_to_user() local 303 image_ptr = image[minor].kern_buf + *ppos; in buffer_to_user() 305 retval = __copy_to_user(buf, image_ptr, (unsigned long)count); in buffer_to_user() 319 void *image_ptr; in buffer_from_user() local 322 image_ptr = image[minor].kern_buf + *ppos; in buffer_from_user() 324 retval = __copy_from_user(image_ptr, buf, (unsigned long)count); in buffer_from_user()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_image.c | 58 struct qxl_drm_image **image_ptr, in qxl_image_alloc_objects() argument 82 *image_ptr = image; in qxl_image_alloc_objects()
|
D | qxl_drv.h | 453 struct qxl_drm_image **image_ptr,
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf.c | 194 static int perf_config(uint32_t *image_ptr); 228 static int perf_config(uint32_t *image_ptr) in perf_config() argument 242 error = perf_write_image((uint64_t *)image_ptr); in perf_config()
|
/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit_comp.c | 710 u8 *image_ptr; in bpf_int_jit_compile() local 738 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 745 ctx.image = (u32 *)image_ptr; in bpf_int_jit_compile()
|
/linux-4.1.27/kernel/bpf/ |
D | core.c | 134 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument 159 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc()
|
/linux-4.1.27/include/linux/ |
D | filter.h | 401 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
|