Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.c258 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs()
273 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs()
293 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue()
324 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch()
339 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call()
344 static int emit_rsb_call(u8 **pprog, void *func, void *ip) in emit_rsb_call()
351 static int emit_jump(u8 **pprog, void *func, void *ip) in emit_jump()
419 static void emit_indirect_jump(u8 **pprog, int reg, u8 *ip) in emit_indirect_jump()
441 static void emit_return(u8 **pprog, u8 *ip) in emit_return()
470 static void emit_bpf_tail_call_indirect(u8 **pprog, bool *callee_regs_used, in emit_bpf_tail_call_indirect()
[all …]
/kernel/linux/linux-5.10/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.c234 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs()
250 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs()
271 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue()
298 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch()
314 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call()
319 static int emit_jump(u8 **pprog, void *func, void *ip) in emit_jump()
384 static void emit_indirect_jump(u8 **pprog, int reg, u8 *ip) in emit_indirect_jump()
402 static void emit_return(u8 **pprog, u8 *ip) in emit_return()
432 static void emit_bpf_tail_call_indirect(u8 **pprog, bool *callee_regs_used, in emit_bpf_tail_call_indirect()
507 u8 **pprog, u8 *ip, in emit_bpf_tail_call_direct()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dskmsg.h417 static inline void psock_set_prog(struct bpf_prog **pprog, in psock_set_prog()
425 static inline int psock_replace_prog(struct bpf_prog **pprog, in psock_replace_prog()
/kernel/linux/linux-6.6/arch/x86/kernel/
Dcallthunks.c309 int x86_call_depth_emit_accounting(u8 **pprog, void *func) in x86_call_depth_emit_accounting()
/kernel/linux/linux-6.6/include/linux/
Dskmsg.h465 static inline void psock_set_prog(struct bpf_prog **pprog, in psock_set_prog()
473 static inline int psock_replace_prog(struct bpf_prog **pprog, in psock_replace_prog()
/kernel/linux/linux-6.6/net/core/
Dsock_map.c1457 static int sock_map_prog_lookup(struct bpf_map *map, struct bpf_prog ***pprog, in sock_map_prog_lookup()
1494 struct bpf_prog **pprog; in sock_map_prog_update() local
1513 struct bpf_prog **pprog; in sock_map_bpf_prog_query() local
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dalternative.h126 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting()
/kernel/linux/linux-5.10/net/core/
Dsock_map.c1493 struct bpf_prog **pprog; in sock_map_prog_update() local