Searched refs:ro_image_ptr (Results 1 – 2 of 2) sorted by relevance
2194 u8 *image_ptr, *ro_image_ptr; in bpf_int_jit_compile() local2218 ro_image_ptr = (void *)ctx.ro_image; in bpf_int_jit_compile()2220 image_ptr = (void *)header + ((void *)ro_image_ptr - (void *)ro_header); in bpf_int_jit_compile()2252 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, sizeof(u32), in bpf_int_jit_compile()2267 ctx.ro_image = (union loongarch_instruction *)ro_image_ptr; in bpf_int_jit_compile()2269 prog->aux->extable = (void *)ro_image_ptr + prog_size; in bpf_int_jit_compile()
2168 u8 *ro_image_ptr; in bpf_int_jit_compile() local2200 ro_image_ptr = jit_data->ro_image; in bpf_int_jit_compile()2203 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile()2254 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, in bpf_int_jit_compile()2270 ctx.ro_image = (__le32 *)ro_image_ptr; in bpf_int_jit_compile()2272 prog->aux->extable = (void *)ro_image_ptr + extable_offset; in bpf_int_jit_compile()2331 jit_data->ro_image = ro_image_ptr; in bpf_int_jit_compile()