Searched defs:jit_data (Results 1 – 9 of 9) sorted by relevance
22 struct jit_data { struct23 struct bpf_binary_header *header;24 u8 *image;25 struct jit_ctx ctx;
1030 struct jit_data *jit_data; in bpf_int_jit_compile() local
48 struct rv_jit_data *jit_data; in bpf_int_jit_compile() local
130 struct powerpc64_jit_data *jit_data; in bpf_int_jit_compile() local
2355 struct x64_jit_data *jit_data; in bpf_int_jit_compile() local2550 struct x64_jit_data *jit_data = prog->aux->jit_data; in bpf_jit_free() local
1765 struct s390_jit_data *jit_data; in bpf_int_jit_compile() local
1458 struct arm64_jit_data *jit_data; in bpf_int_jit_compile() local
1483 struct sparc64_jit_data *jit_data; in bpf_int_jit_compile() local
1161 void *jit_data; /* JIT specific data. arch dependent */ member