Searched refs:image_ptr (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/staging/vme/devices/ |
| A D | vme_user.c | 154 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()
|
| /linux/drivers/gpu/drm/qxl/ |
| A 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()
|
| A D | qxl_drv.h | 351 struct qxl_drm_image **image_ptr,
|
| /linux/arch/parisc/kernel/ |
| A 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/arch/arm64/net/ |
| A D | bpf_jit_comp.c | 1006 u8 *image_ptr; in bpf_int_jit_compile() local 1033 image_ptr = jit_data->image; in bpf_int_jit_compile() 1070 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1079 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile() 1081 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile() 1121 jit_data->image = image_ptr; in bpf_int_jit_compile()
|
| /linux/arch/mips/net/ |
| A D | bpf_jit_comp.c | 916 u8 *image_ptr; in bpf_int_jit_compile() local 984 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 994 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()
|
| /linux/arch/sparc/net/ |
| A D | bpf_jit_comp_64.c | 1489 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()
|
| /linux/arch/arm/net/ |
| A D | bpf_jit_32.c | 1898 u8 *image_ptr; in bpf_int_jit_compile() local 1981 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1992 ctx.target = (u32 *) image_ptr; in bpf_int_jit_compile() 2001 image_ptr = NULL; in bpf_int_jit_compile() 2010 image_ptr = NULL; in bpf_int_jit_compile()
|
| /linux/kernel/bpf/ |
| A D | core.c | 865 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument 899 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc()
|
| /linux/include/linux/ |
| A D | filter.h | 1058 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
|
Completed in 29 milliseconds