Home
last modified time | relevance | path

Searched defs:linked_regs (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbacktrack.c12 int insn_flags, int spi, int frame, u64 linked_regs) in bpf_push_jmp_history()
H A Dverifier.c3245 struct linked_regs { struct
3250 static struct linked_reg *linked_regs_push(struct linked_regs *s) in linked_regs_push() argument
3338 struct linked_regs linked_regs; in bpf_bt_sync_linked_regs() local
16695 struct linked_regs *linked_regs) in collect_linked_regs()
16726 struct bpf_reg_state *known_reg, struct linked_regs *linked_regs) in sync_linked_regs()
16788 struct linked_regs linked_regs = {}; in check_cond_jmp_op() local
/linux/include/linux/
H A Dbpf_verifier.h437 u64 linked_regs; member