Home
last modified time | relevance | path

Searched defs:pprog (Results 1 – 4 of 4) sorted by relevance

/linux-5.10/arch/x86/net/
Dbpf_jit_comp32.c206 u8 **pprog) in emit_ia32_mov_i()
234 bool sstk, u8 **pprog) in emit_ia32_mov_r()
256 bool sstk, u8 **pprog, in emit_ia32_mov_r64()
270 const u32 val, bool dstk, u8 **pprog) in emit_ia32_mov_i64()
285 bool sstk, u8 **pprog) in emit_ia32_mul_r()
317 bool dstk, u8 **pprog, in emit_ia32_to_le_r64()
365 bool dstk, u8 **pprog, in emit_ia32_to_be_r64()
435 bool dstk, bool sstk, u8 **pprog) in emit_ia32_div_mod_r()
482 bool dstk, bool sstk, u8 **pprog) in emit_ia32_shift_r()
524 bool sstk, u8 **pprog) in emit_ia32_alu_r()
[all …]
Dbpf_jit_comp.c227 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs()
243 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs()
264 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue()
291 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch()
307 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call()
312 static int emit_jump(u8 **pprog, void *func, void *ip) in emit_jump()
405 static void emit_bpf_tail_call_indirect(u8 **pprog, bool *callee_regs_used, in emit_bpf_tail_call_indirect()
496 u8 **pprog, int addr, u8 *image, in emit_bpf_tail_call_direct()
601 static void emit_mov_imm32(u8 **pprog, bool sign_propagate, in emit_mov_imm32()
642 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64()
[all …]
/linux-5.10/include/linux/
Dskmsg.h410 static inline void psock_set_prog(struct bpf_prog **pprog, in psock_set_prog()
418 static inline int psock_replace_prog(struct bpf_prog **pprog, in psock_replace_prog()
/linux-5.10/net/core/
Dsock_map.c1475 struct bpf_prog **pprog; in sock_map_prog_update() local