Home
last modified time | relevance | path

Searched defs:jit_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/net/
H A Dbpf_jit.h13 struct jit_ctx { struct
30 struct jit_ctx ctx; argument
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c78 struct jit_ctx { struct
79 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