| /OK3568_Linux_fs/kernel/drivers/staging/vme/devices/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H 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()
|
| H A D | qxl_drv.h | 366 struct qxl_drm_image **image_ptr,
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkcommon.c | 338 uint8_t *image_ptr = NULL; in rkcommon_set_header0_v2() local 355 image_ptr = buf + sector_offset * RK_BLK_SIZE; in rkcommon_set_header0_v2() 356 do_sha256_hash(image_ptr, image_size_array[i], hdr->images[i].hash); in rkcommon_set_header0_v2()
|
| H A D | kwbimage.c | 1171 unsigned char *image_ptr; in add_secure_header_v1() local 1198 image_ptr = ptr + headersz; in add_secure_header_v1() 1201 if (kwb_sign_and_verify(csk, image_ptr, image_size, in add_secure_header_v1()
|
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1002 u8 *image_ptr; in bpf_int_jit_compile() local 1029 image_ptr = jit_data->image; in bpf_int_jit_compile() 1069 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1078 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile() 1080 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile() 1123 jit_data->image = image_ptr; in bpf_int_jit_compile()
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 1478 u8 *image_ptr; in bpf_int_jit_compile() local 1506 image_ptr = jit_data->image; in bpf_int_jit_compile() 1559 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1566 ctx.image = (u32 *)image_ptr; in bpf_int_jit_compile() 1597 jit_data->image = image_ptr; in bpf_int_jit_compile()
|
| /OK3568_Linux_fs/kernel/arch/arm/net/ |
| H A D | bpf_jit_32.c | 1904 u8 *image_ptr; in bpf_int_jit_compile() local 1987 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1998 ctx.target = (u32 *) image_ptr; in bpf_int_jit_compile() 2007 image_ptr = NULL; in bpf_int_jit_compile() 2016 image_ptr = NULL; in bpf_int_jit_compile()
|
| /OK3568_Linux_fs/kernel/arch/mips/net/ |
| H A D | ebpf_jit.c | 1808 u8 *image_ptr; in bpf_int_jit_compile() local 1891 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1896 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | filter.h | 1006 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
|