Lines Matching refs:ro_header
1738 struct bpf_binary_header *ro_header; member
1747 struct bpf_binary_header *ro_header; in bpf_int_jit_compile() local
1784 ro_header = jit_data->ro_header; in bpf_int_jit_compile()
1787 - (void *)ro_header); in bpf_int_jit_compile()
1832 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, in bpf_int_jit_compile()
1835 if (!ro_header) { in bpf_int_jit_compile()
1912 if (WARN_ON(bpf_jit_binary_pack_finalize(ro_header, header))) { in bpf_int_jit_compile()
1914 ro_header = NULL; in bpf_int_jit_compile()
1923 bpf_flush_icache(ro_header, ctx.ro_image + ctx.idx); in bpf_int_jit_compile()
1928 jit_data->ro_header = ro_header; in bpf_int_jit_compile()
1955 bpf_arch_text_copy(&ro_header->size, &header->size, in bpf_int_jit_compile()
1957 bpf_jit_binary_pack_free(ro_header, header); in bpf_int_jit_compile()
2692 bpf_arch_text_copy(&jit_data->ro_header->size, &jit_data->header->size, in bpf_jit_free()