Home
last modified time | relevance | path

Searched defs:argno (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c269 typedef struct argno { struct
270 int argno; argument
1809 static const char *reg_arg_name(struct bpf_verifier_env *env, argno_t argno) in reg_arg_name()
4296 …atic int __check_mem_access(struct bpf_verifier_env *env, struct bpf_reg_state *reg, argno_t argno, in __check_mem_access()
4334 …int check_mem_region_access(struct bpf_verifier_env *env, struct bpf_reg_state *reg, argno_t argno, in check_mem_region_access()
4423 const struct bpf_reg_state *reg, argno_t argno, in __check_ptr_off_reg()
4724 static int check_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *reg, argno_t argno, in check_map_access()
4829 …heck_packet_access(struct bpf_verifier_env *env, struct bpf_reg_state *reg, argno_t argno, int off, in check_packet_access()
4894 …ck_ctx_access(struct bpf_verifier_env *env, int insn_idx, struct bpf_reg_state *reg, argno_t argno, in check_ctx_access()
4921 struct bpf_reg_state *reg, argno_t argno, in check_flow_keys_access()
[all …]
H A Ddiagnostics.c963 static const char *diag_arg_ordinal(int argno) in diag_arg_ordinal()
995 void bpf_diag_call_type(struct bpf_verifier_env *env, u32 insn_idx, int argno, int regno, in bpf_diag_call_type()
1363 int argno = diag_stack_argno(slot); in diag_format_stack_arg() local