Searched refs:ro_image_ptr (Results 1 – 2 of 2) sorted by relevance
1926 u8 *image_ptr, *ro_image_ptr; in bpf_int_jit_compile() local1967 ro_image_ptr = (void *)ctx.ro_image; in bpf_int_jit_compile()1969 image_ptr = (void *)header + ((void *)ro_image_ptr - (void *)ro_header); in bpf_int_jit_compile()2005 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, sizeof(u32), in bpf_int_jit_compile()2021 ctx.ro_image = (union loongarch_instruction *)ro_image_ptr; in bpf_int_jit_compile()2023 prog->aux->extable = (void *)ro_image_ptr + prog_size; in bpf_int_jit_compile()
2023 u8 *ro_image_ptr; in bpf_int_jit_compile() local2069 ro_image_ptr = jit_data->ro_image; in bpf_int_jit_compile()2072 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile()2121 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, in bpf_int_jit_compile()2139 ctx.ro_image = (__le32 *)ro_image_ptr; in bpf_int_jit_compile()2141 prog->aux->extable = (void *)ro_image_ptr + extable_offset; in bpf_int_jit_compile()2215 jit_data->ro_image = ro_image_ptr; in bpf_int_jit_compile()