bpf_regs          135 tools/bpf/bpf_dbg.c static struct bpf_regs bpf_regs[BPF_MAXINSNS + 1];
bpf_regs          136 tools/bpf/bpf_dbg.c static struct bpf_regs bpf_curr;
bpf_regs          438 tools/bpf/bpf_dbg.c static void bpf_dump_curr(struct bpf_regs *r, struct sock_filter *f)
bpf_regs          577 tools/bpf/bpf_dbg.c 	memset(bpf_regs, 0, sizeof(bpf_regs));
bpf_regs          583 tools/bpf/bpf_dbg.c 	memcpy(&bpf_regs[bpf_regs_len++], &bpf_curr, sizeof(bpf_curr));
bpf_regs          594 tools/bpf/bpf_dbg.c 		memcpy(&bpf_curr, &bpf_regs[index], sizeof(bpf_curr));
bpf_regs          626 tools/bpf/bpf_dbg.c static void set_return(struct bpf_regs *r)
bpf_regs          632 tools/bpf/bpf_dbg.c static void bpf_single_step(struct bpf_regs *r, struct sock_filter *f,
bpf_regs          854 tools/bpf/bpf_dbg.c static bool bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f,