Searched defs:callee_regs_used (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/net/ |
H A D | bpf_jit_comp.c | 234 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs() argument 250 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs() argument 432 emit_bpf_tail_call_indirect(u8 **pprog, bool *callee_regs_used, u32 stack_depth, u8 *ip, struct jit_context *ctx) emit_bpf_tail_call_indirect() argument 506 emit_bpf_tail_call_direct(struct bpf_jit_poke_descriptor *poke, u8 **pprog, u8 *ip, bool *callee_regs_used, u32 stack_depth, struct jit_context *ctx) emit_bpf_tail_call_direct() argument 791 bool callee_regs_used[4] = {}; do_jit() local [all...] |
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 258 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs() argument 273 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs() argument 470 emit_bpf_tail_call_indirect(u8 **pprog, bool *callee_regs_used, u32 stack_depth, u8 *ip, struct jit_context *ctx) emit_bpf_tail_call_indirect() argument 544 emit_bpf_tail_call_direct(struct bpf_jit_poke_descriptor *poke, u8 **pprog, u8 *ip, bool *callee_regs_used, u32 stack_depth, struct jit_context *ctx) emit_bpf_tail_call_direct() argument 1030 bool callee_regs_used[4] = {}; do_jit() local [all...] |
Completed in 4 milliseconds