Lines Matching defs:jit_ctx
193 struct jit_ctx { struct194 struct bpf_prog *prog;195 unsigned int *offset;196 int idx;197 int epilogue_offset;198 bool tmp_1_used;199 bool tmp_2_used;200 bool tmp_3_used;201 bool saw_ld_abs_ind;202 bool saw_frame_pointer;203 bool saw_call;204 bool saw_tail_call;205 u32 *image;