Searched refs:bpf_regs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 122 struct bpf_regs { struct 135 static struct bpf_regs bpf_regs[BPF_MAXINSNS + 1]; variable 136 static struct bpf_regs bpf_curr; 438 static void bpf_dump_curr(struct bpf_regs *r, struct sock_filter *f) in bpf_dump_curr() 577 memset(bpf_regs, 0, sizeof(bpf_regs)); in bpf_reset() 583 memcpy(&bpf_regs[bpf_regs_len++], &bpf_curr, sizeof(bpf_curr)); in bpf_safe_regs() 594 memcpy(&bpf_curr, &bpf_regs[index], sizeof(bpf_curr)); in bpf_restore_regs() 626 static void set_return(struct bpf_regs * [all...] |
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_dbg.c | 122 struct bpf_regs { struct 135 static struct bpf_regs bpf_regs[BPF_MAXINSNS + 1]; variable 136 static struct bpf_regs bpf_curr; 438 static void bpf_dump_curr(struct bpf_regs *r, struct sock_filter *f) in bpf_dump_curr() 577 memset(bpf_regs, 0, sizeof(bpf_regs)); in bpf_reset() 583 memcpy(&bpf_regs[bpf_regs_len++], &bpf_curr, sizeof(bpf_curr)); in bpf_safe_regs() 594 memcpy(&bpf_curr, &bpf_regs[index], sizeof(bpf_curr)); in bpf_restore_regs() 626 static void set_return(struct bpf_regs * [all...] |
Completed in 3 milliseconds