Searched defs:jit_data (Results 1 – 7 of 7) sorted by relevance
25 struct jit_data { struct26 struct bpf_binary_header *header;27 u8 *image;28 struct jit_ctx ctx;
1793 struct jit_data *jit_data; in bpf_int_jit_compile() local
50 struct hppa_jit_data *jit_data; in bpf_int_jit_compile() local
139 struct powerpc_jit_data *jit_data; in bpf_int_jit_compile() local417 struct powerpc_jit_data *jit_data = fp->aux->jit_data; in bpf_jit_free() local
3660 struct x64_jit_data *jit_data; in bpf_int_jit_compile() local3890 struct x64_jit_data *jit_data = prog->aux->jit_data; in bpf_jit_free() local
1483 struct sparc64_jit_data *jit_data; in bpf_int_jit_compile() local
1653 void *jit_data; /* JIT specific data. arch dependent */ member