Home
last modified time | relevance | path

Searched refs:cur_regs (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c4021 return cur_regs(env) + regno; in reg_state()
4638 mark_reg_known_zero(env, cur_regs(env), regno); in mark_uptr_ld_reg()
4688 ret = mark_btf_ld_reg(env, cur_regs(env), value_regno, PTR_TO_BTF_ID, in check_map_kptr_access()
6286 struct bpf_reg_state *regs = cur_regs(env); in check_map_mem_read()
6338 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
6589 struct bpf_reg_state *regs = cur_regs(env); in check_load_mem()
6635 struct bpf_reg_state *regs = cur_regs(env); in check_store_reg()
6724 dst_reg = cur_regs(env) + insn->dst_reg; in check_atomic_rmw()
6732 bpf_diag_mod_begin(env, cur_regs(env) + load_reg, NULL, BPF_DIAG_MOD_WRITE); in check_atomic_rmw()
6959 struct bpf_reg_state *regs = cur_regs(env); in check_helper_mem_access()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h1152 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs() function