Searched refs:ro_image_ptr (Results 1 – 2 of 2) sorted by relevance
2172 u8 *image_ptr, *ro_image_ptr; in bpf_int_jit_compile() local2196 ro_image_ptr = (void *)ctx.ro_image; in bpf_int_jit_compile()2198 image_ptr = (void *)header + ((void *)ro_image_ptr - (void *)ro_header); in bpf_int_jit_compile()2230 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, sizeof(u32), in bpf_int_jit_compile()2244 ctx.ro_image = (union loongarch_instruction *)ro_image_ptr; in bpf_int_jit_compile()2246 prog->aux->extable = (void *)ro_image_ptr + prog_size; in bpf_int_jit_compile()
2018 u8 *ro_image_ptr; in bpf_int_jit_compile() local2049 ro_image_ptr = jit_data->ro_image; in bpf_int_jit_compile()2052 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile()2095 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, in bpf_int_jit_compile()2111 ctx.ro_image = (__le32 *)ro_image_ptr; in bpf_int_jit_compile()2113 prog->aux->extable = (void *)ro_image_ptr + extable_offset; in bpf_int_jit_compile()2172 jit_data->ro_image = ro_image_ptr; in bpf_int_jit_compile()