Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp32.c207 u8 **pprog) in emit_ia32_mov_i()
235 bool sstk, u8 **pprog) in emit_ia32_mov_r()
257 bool sstk, u8 **pprog, in emit_ia32_mov_r64()
271 const u32 val, bool dstk, u8 **pprog) in emit_ia32_mov_i64()
286 bool sstk, u8 **pprog) in emit_ia32_mul_r()
318 bool dstk, u8 **pprog, in emit_ia32_to_le_r64()
366 bool dstk, u8 **pprog, in emit_ia32_to_be_r64()
436 bool dstk, bool sstk, u8 **pprog) in emit_ia32_div_mod_r()
483 bool dstk, bool sstk, u8 **pprog) in emit_ia32_shift_r()
525 bool sstk, u8 **pprog) in emit_ia32_alu_r()
[all …]
Dbpf_jit_comp.c257 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs()
272 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs()
292 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue()
323 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch()
338 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call()
343 static int emit_jump(u8 **pprog, void *func, void *ip) in emit_jump()
411 static void emit_indirect_jump(u8 **pprog, int reg, u8 *ip) in emit_indirect_jump()
430 static void emit_return(u8 **pprog, u8 *ip) in emit_return()
459 static void emit_bpf_tail_call_indirect(u8 **pprog, bool *callee_regs_used, in emit_bpf_tail_call_indirect()
534 u8 **pprog, u8 *ip, in emit_bpf_tail_call_direct()
[all …]
/linux-6.1.9/include/linux/
Dskmsg.h464 static inline void psock_set_prog(struct bpf_prog **pprog, in psock_set_prog()
472 static inline int psock_replace_prog(struct bpf_prog **pprog, in psock_replace_prog()
/linux-6.1.9/net/core/
Dsock_map.c1437 static int sock_map_prog_lookup(struct bpf_map *map, struct bpf_prog ***pprog, in sock_map_prog_lookup()
1474 struct bpf_prog **pprog; in sock_map_prog_update() local
1493 struct bpf_prog **pprog; in sock_map_bpf_prog_query() local