Searched defs:pprog (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 330 static void push_r9(u8 **pprog) in push_r9() 338 static void pop_r9(u8 **pprog) in pop_r9() 346 static void push_r12(u8 **pprog) in push_r12() 369 static void pop_r12(u8 **pprog) in pop_r12() 392 static void emit_nops(u8 **pprog, int len) in emit_nops() 434 static void emit_kcfi(u8 **pprog, u32 hash) in emit_kcfi() 687 static void emit_return(u8 **pprog, u8 *ip) in emit_return() 719 u8 **pprog, bool *callee_regs_used, in emit_bpf_tail_call_indirect() 808 u8 **pprog, u8 *ip, in emit_bpf_tail_call_direct() 2659 u8 **pprog, int nr_stack_slots, in clean_stack_garbage() [all …]
|
| H A 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() 286 bool sstk, u8 **pprog) in emit_ia32_mul_r() 318 bool dstk, u8 **pprog, in emit_ia32_to_le_r64() 525 bool sstk, u8 **pprog) in emit_ia32_alu_r() 599 u8 **pprog) in emit_ia32_alu_i() 679 bool dstk, u8 **pprog, in emit_ia32_alu_i64() 838 bool sstk, u8 **pprog) in emit_ia32_rsh_r64() 891 bool dstk, u8 **pprog) in emit_ia32_lsh_i64() [all …]
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | callthunks.c | 302 int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip) in x86_call_depth_emit_accounting()
|
| /linux-6.15/net/core/ |
| H A D | sock_map.c | 1475 static int sock_map_prog_link_lookup(struct bpf_map *map, struct bpf_prog ***pprog, in sock_map_prog_link_lookup() 1528 struct bpf_prog **pprog; in sock_map_prog_update() local 1560 struct bpf_prog **pprog; in sock_map_bpf_prog_query() local 1752 struct bpf_prog **pprog, *old_link_prog; in sock_map_link_update_prog() local
|
| /linux-6.15/include/linux/ |
| H A D | skmsg.h | 486 static inline void psock_set_prog(struct bpf_prog **pprog, in psock_set_prog() 494 static inline int psock_replace_prog(struct bpf_prog **pprog, in psock_replace_prog()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | alternative.h | 121 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting()
|