Searched refs:image_ptr (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/staging/vme/devices/ | 
| D | vme_user.c | 154 	void *image_ptr;  in buffer_to_user()  local156 	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-v5.4/drivers/gpu/drm/qxl/ | 
| D | qxl_image.c | 58 			struct qxl_drm_image **image_ptr,  in qxl_image_alloc_objects()  argument82 	*image_ptr = image;  in qxl_image_alloc_objects()
 
 | 
| D | qxl_drv.h | 370 			struct qxl_drm_image **image_ptr,
 | 
| /Linux-v5.4/arch/parisc/kernel/ | 
| D | perf.c | 181 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-v5.4/arch/arm64/net/ | 
| D | bpf_jit_comp.c | 838 	u8 *image_ptr;  in bpf_int_jit_compile()  local865 		image_ptr = jit_data->image;  in bpf_int_jit_compile()
 898 	header = bpf_jit_binary_alloc(image_size, &image_ptr,  in bpf_int_jit_compile()
 907 	ctx.image = (__le32 *)image_ptr;  in bpf_int_jit_compile()
 946 		jit_data->image = image_ptr;  in bpf_int_jit_compile()
 
 | 
| /Linux-v5.4/arch/sparc/net/ | 
| D | bpf_jit_comp_64.c | 1475 	u8 *image_ptr;  in bpf_int_jit_compile()  local1503 		image_ptr = jit_data->image;  in bpf_int_jit_compile()
 1556 	header = bpf_jit_binary_alloc(image_size, &image_ptr,  in bpf_int_jit_compile()
 1563 	ctx.image = (u32 *)image_ptr;  in bpf_int_jit_compile()
 1594 		jit_data->image = image_ptr;  in bpf_int_jit_compile()
 
 | 
| /Linux-v5.4/arch/arm/net/ | 
| D | bpf_jit_32.c | 1866 	u8 *image_ptr;  in bpf_int_jit_compile()  local1949 	header = bpf_jit_binary_alloc(image_size, &image_ptr,  in bpf_int_jit_compile()
 1960 	ctx.target = (u32 *) image_ptr;  in bpf_int_jit_compile()
 1969 		image_ptr = NULL;  in bpf_int_jit_compile()
 1978 		image_ptr = NULL;  in bpf_int_jit_compile()
 
 | 
| /Linux-v5.4/arch/mips/net/ | 
| D | ebpf_jit.c | 1804 	u8 *image_ptr;  in bpf_int_jit_compile()  local1887 	header = bpf_jit_binary_alloc(image_size, &image_ptr,  in bpf_int_jit_compile()
 1892 	ctx.target = (u32 *)image_ptr;  in bpf_int_jit_compile()
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | core.c | 796 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,  in bpf_jit_binary_alloc()  argument827 	*image_ptr = &hdr->image[start];  in bpf_jit_binary_alloc()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | filter.h | 940 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
 |