Lines Matching defs:off

679 static int __get_spi(s32 off)  in __get_spi()
709 int off, spi; in stack_slot_obj_get_spi() local
2639 static int find_subprog(struct bpf_verifier_env *env, int off) in find_subprog()
2651 static int add_subprog(struct bpf_verifier_env *env, int off) in add_subprog()
3054 int i, subprog_start, subprog_end, off, cur_subprog = 0; in check_subprogs() local
4551 int off, int size, int value_regno, in check_stack_write_fixed_off()
4691 int ptr_regno, int off, int size, in check_stack_write_var_off()
4847 int off, int size, int dst_regno) in check_stack_read_fixed_off()
4974 int ptr_regno, int off, int size, int dst_regno) in check_stack_read_var_off()
5005 int ptr_regno, int off, int size, in check_stack_read()
5062 int ptr_regno, int off, int size, in check_stack_write()
5085 int off, int size, enum bpf_access_type type) in check_map_access_type()
5108 int off, int size, u32 mem_size, in __check_mem_access()
5144 int off, int size, u32 mem_size, in check_mem_region_access()
5400 int off, int size, bool zero_size_allowed, in check_map_access()
5503 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access()
5546 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, in check_ctx_access()
5582 static int check_flow_keys_access(struct bpf_verifier_env *env, int off, in check_flow_keys_access()
5595 u32 regno, int off, int size, in check_sock_access()
5718 int off, int size, bool strict) in check_pkt_ptr_alignment()
5754 int off, int size, bool strict) in check_generic_ptr_alignment()
5776 const struct bpf_reg_state *reg, int off, in check_ptr_alignment()
5980 int regno, int off, int size) in __check_buffer_access()
6003 int regno, int off, int size) in check_tp_buffer_access()
6019 int regno, int off, int size, in check_buffer_access()
6237 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val, in bpf_map_direct_read()
6386 int regno, int off, int size, in check_ptr_to_btf_access()
6536 int regno, int off, int size, in check_ptr_to_map_access()
6601 s64 off, in check_stack_slot_within_bounds()
6624 int regno, int off, int access_size, in check_stack_access_within_bounds()
6689 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()
7039 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized()
8298 reg_find_field_offset(const struct bpf_reg_state *reg, s32 off, u32 fields) in reg_find_field_offset()
12418 int off) in check_stack_access_for_ptr_arithmetic()
15257 int ret, off, insn_sz; in visit_insn() local
17697 u32 off = insn[1].imm; in resolve_pseudo_ldimm64() local
17816 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data()
17846 static void adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len) in adjust_subprog_starts()
17860 static void adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) in adjust_poke_descs()
17874 static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, in bpf_patch_insn_data()
17903 u32 off, u32 cnt) in adjust_subprog_starts_after_remove()
17958 static int bpf_adj_linfo_after_remove(struct bpf_verifier_env *env, u32 off, in bpf_adj_linfo_after_remove()
18022 static int verifier_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in verifier_remove_insns()
18271 u32 target_size, size_default, off; in convert_ctx_accesses() local