Lines Matching refs:regs
37 #define BPF_R0 regs[BPF_REG_0]
38 #define BPF_R1 regs[BPF_REG_1]
39 #define BPF_R2 regs[BPF_REG_2]
40 #define BPF_R3 regs[BPF_REG_3]
41 #define BPF_R4 regs[BPF_REG_4]
42 #define BPF_R5 regs[BPF_REG_5]
43 #define BPF_R6 regs[BPF_REG_6]
44 #define BPF_R7 regs[BPF_REG_7]
45 #define BPF_R8 regs[BPF_REG_8]
46 #define BPF_R9 regs[BPF_REG_9]
47 #define BPF_R10 regs[BPF_REG_10]
50 #define DST regs[insn->dst_reg]
51 #define SRC regs[insn->src_reg]
52 #define FP regs[BPF_REG_FP]
53 #define AX regs[BPF_REG_AX]
54 #define ARG1 regs[BPF_REG_ARG1]
55 #define CTX regs[BPF_REG_CTX]
1311 static u64 __no_fgcse ___bpf_prog_run(u64 *regs, const struct bpf_insn *insn, u64 *stack) in ___bpf_prog_run() argument
1580 u64 regs[MAX_BPF_EXT_REG]; \
1584 return ___bpf_prog_run(regs, insn, stack); \
1593 u64 regs[MAX_BPF_EXT_REG]; \
1601 return ___bpf_prog_run(regs, insn, stack); \