Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/net/
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()
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 …]
H A Dbpf_jit_comp.c339 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()
545 u8 **pprog, u8 *ip, in emit_bpf_tail_call_direct()
664 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64()
871 static int emit_atomic(u8 **pprog, u8 atomic_op, in emit_atomic()
941 static void emit_nops(u8 **pprog, int len) in emit_nops()
1949 u8 **pprog, int nr_stack_slots, in clean_stack_garbage()
[all …]
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h74 uint32_t pprog; member
/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c309 int x86_call_depth_emit_accounting(u8 **pprog, void *func) in x86_call_depth_emit_accounting()
/openbmc/linux/include/linux/
H A Dskmsg.h467 static inline void psock_set_prog(struct bpf_prog **pprog, in psock_set_prog()
475 static inline int psock_replace_prog(struct bpf_prog **pprog, in psock_replace_prog()
/openbmc/linux/net/core/
H A Dsock_map.c1463 static int sock_map_prog_lookup(struct bpf_map *map, struct bpf_prog ***pprog, in sock_map_prog_lookup()
1500 struct bpf_prog **pprog; in sock_map_prog_update() local
1519 struct bpf_prog **pprog; in sock_map_bpf_prog_query() local
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h126 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting()