Home
last modified time | relevance | path

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

/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.c2172 u8 *image_ptr, *ro_image_ptr; in bpf_int_jit_compile() local
2198 image_ptr = (void *)header + ((void *)ro_image_ptr - (void *)ro_header); in bpf_int_jit_compile()
2231 &header, &image_ptr, jit_fill_hole); in bpf_int_jit_compile()
2243 ctx.image = (union loongarch_instruction *)image_ptr; in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2017 u8 *image_ptr; in bpf_int_jit_compile() local
2052 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile()
2096 sizeof(u64), &header, &image_ptr, in bpf_int_jit_compile()
2110 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
/linux/kernel/bpf/
H A Dcore.c1074 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() argument
1107 *image_ptr = &hdr->image[start]; in bpf_jit_binary_alloc()
1129 bpf_jit_binary_pack_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_pack_alloc() argument
1167 *image_ptr = &ro_header->image[start]; in bpf_jit_binary_pack_alloc()