Home
last modified time | relevance | path

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

/linux/drivers/staging/vme_user/
H A Dvme_user.c157 void *image_ptr; in buffer_to_user() local
170 image_ptr = image[minor].kern_buf + *ppos; in buffer_to_user()
171 if (copy_to_user(buf, image_ptr, (unsigned long)count)) in buffer_to_user()
180 void *image_ptr; in buffer_from_user() local
193 image_ptr = image[minor].kern_buf + *ppos; in buffer_from_user()
194 if (copy_from_user(image_ptr, buf, (unsigned long)count)) in buffer_from_user()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_image.c60 struct qxl_drm_image **image_ptr, in qxl_image_alloc_objects() argument
84 *image_ptr = image; in qxl_image_alloc_objects()
H A Dqxl_drv.h340 struct qxl_drm_image **image_ptr,
/linux/arch/loongarch/net/
H A Dbpf_jit.c2194 u8 *image_ptr, *ro_image_ptr; in bpf_int_jit_compile() local
2220 image_ptr = (void *)header + ((void *)ro_image_ptr - (void *)ro_header); in bpf_int_jit_compile()
2253 &header, &image_ptr, jit_fill_hole, in bpf_int_jit_compile()
2266 ctx.image = (union loongarch_instruction *)image_ptr; in bpf_int_jit_compile()
/linux/kernel/bpf/
H A Dcore.c1142 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument
1175 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc()
1197 bpf_jit_binary_pack_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_pack_alloc() argument
1236 *image_ptr = &ro_header->image[start]; in bpf_jit_binary_pack_alloc()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2167 u8 *image_ptr; in bpf_int_jit_compile() local
2203 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile()
2255 sizeof(u64), &header, &image_ptr, in bpf_int_jit_compile()
2269 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
/linux/include/linux/
H A Dfilter.h1373 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,