Searched defs:jit_ctx (Results 1 – 2 of 2) sorted by relevance
13 struct jit_ctx { struct30 struct jit_ctx ctx; argument
78 struct jit_ctx { struct79 const struct bpf_prog *prog;80 int idx;81 int epilogue_offset;82 int *offset;83 int exentry_idx;84 int nr_used_callee_reg;85 u8 used_callee_reg[8]; /* r6~r9, fp, arena_vm_start */109 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument