Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c330 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()
354 static void push_callee_regs(u8 **pprog, bool *callee_regs_used) in push_callee_regs()
369 static void pop_r12(u8 **pprog) in pop_r12()
377 static void pop_callee_regs(u8 **pprog, bool *callee_regs_used) in pop_callee_regs()
392 static void emit_nops(u8 **pprog, int len) in emit_nops()
417 static void emit_fineibt(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_fineibt()
434 static void emit_kcfi(u8 **pprog, u32 hash) in emit_kcfi()
457 static void emit_cfi(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_cfi()
[all …]
H A 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 …]
/linux/net/core/
H A Dsock_map.c1475 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/include/linux/
H A Dskmsg.h486 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/arch/x86/include/asm/
H A Dalternative.h127 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting()