Searched refs:image_ptr (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/vme_user/ |
| H A D | vme_user.c | 157 void *image_ptr; in buffer_to_user() local 159 image_ptr = image[minor].kern_buf + *ppos; in buffer_to_user() 160 if (copy_to_user(buf, image_ptr, (unsigned long)count)) in buffer_to_user() 169 void *image_ptr; in buffer_from_user() local 171 image_ptr = image[minor].kern_buf + *ppos; in buffer_from_user() 172 if (copy_from_user(image_ptr, buf, (unsigned long)count)) in buffer_from_user()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp.c | 920 u8 *image_ptr; in bpf_int_jit_compile() local 988 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 998 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()
|
| /linux/arch/sparc/net/ |
| H 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() 1612 jit_data->image = image_ptr; in bpf_int_jit_compile()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1832 u8 *image_ptr; in bpf_int_jit_compile() local 1871 image_ptr = jit_data->image; in bpf_int_jit_compile() 1906 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1914 ctx.image = (union loongarch_instruction *)image_ptr; in bpf_int_jit_compile() 1916 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile() 1960 jit_data->image = image_ptr; in bpf_int_jit_compile()
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.h | 340 struct qxl_drm_image **image_ptr,
|
| /linux/arch/arm/net/ |
| H A D | bpf_jit_32.c | 2153 u8 *image_ptr; in bpf_int_jit_compile() local 2236 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 2247 ctx.target = (u32 *) image_ptr; in bpf_int_jit_compile() 2288 image_ptr = NULL; in bpf_int_jit_compile()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2029 u8 *image_ptr; in bpf_int_jit_compile() local 2079 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile() 2129 sizeof(u32), &header, &image_ptr, in bpf_int_jit_compile() 2145 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1072 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument 1105 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc() 1127 bpf_jit_binary_pack_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_pack_alloc() argument 1165 *image_ptr = &ro_header->image[start]; in bpf_jit_binary_pack_alloc()
|
| /linux/include/linux/ |
| H A D | filter.h | 1272 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
|