Home
last modified time | relevance | path

Searched defs:jit_context (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.h75 struct jit_context { struct
76 struct bpf_prog *program; /* The eBPF program being JITed */
77 u32 *descriptors; /* eBPF to JITed CPU insn descriptors */
78 u32 *target; /* JITed code buffer */
79 u32 bpf_index; /* Index of current BPF program insn */
80 u32 jit_index; /* Index of current JIT target insn */
81 u32 changes; /* Number of PC-relative branch conv */
82 u32 accessed; /* Bit mask of read eBPF registers */
83 u32 clobbered; /* Bit mask of modified CPU registers */
84 u32 stack_size; /* Total allocated stack size in bytes */
[all …]
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c287 struct jit_context { struct
288 int cleanup_addr; /* Epilogue code offset */
295 int tail_call_direct_label;
296 int tail_call_indirect_label;
H A Dbpf_jit_comp32.c1186 struct jit_context { struct
1187 int cleanup_addr; /* Epilogue code offset */