Searched defs:pprog (Results 1 – 6 of 6) sorted by relevance
/linux-6.8/arch/x86/net/ |
D | bpf_jit_comp32.c | 207 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 …]
|
D | bpf_jit_comp.c | 264 static void push_r12(u8 **pprog) in push_r12() 272 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs() 287 static void pop_r12(u8 **pprog) in pop_r12() 295 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs() 310 static void emit_nops(u8 **pprog, int len) in emit_nops() 334 static void emit_fineibt(u8 **pprog, u32 hash) in emit_fineibt() 348 static void emit_kcfi(u8 **pprog, u32 hash) in emit_kcfi() 371 static void emit_cfi(u8 **pprog, u32 hash) in emit_cfi() 397 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue() 446 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch() [all …]
|
/linux-6.8/arch/x86/kernel/ |
D | callthunks.c | 303 int x86_call_depth_emit_accounting(u8 **pprog, void *func) in x86_call_depth_emit_accounting()
|
/linux-6.8/include/linux/ |
D | skmsg.h | 470 static inline void psock_set_prog(struct bpf_prog **pprog, in psock_set_prog() 478 static inline int psock_replace_prog(struct bpf_prog **pprog, in psock_replace_prog()
|
/linux-6.8/net/core/ |
D | sock_map.c | 1457 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
|
/linux-6.8/arch/x86/include/asm/ |
D | alternative.h | 130 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting()
|