Lines Matching defs:off

597 static int __get_spi(s32 off)  in __get_spi()
627 int off, spi; in stack_slot_obj_get_spi() local
2961 static struct bpf_subprog_info *find_containing_subprog(struct bpf_verifier_env *env, int off) in find_containing_subprog()
2982 static int find_subprog(struct bpf_verifier_env *env, int off) in find_subprog()
2992 static int add_subprog(struct bpf_verifier_env *env, int off) in add_subprog()
3508 int i, subprog_start, subprog_end, off, cur_subprog = 0; in check_subprogs() local
5083 struct bpf_func_state *state, int insn_idx, int off) in check_fastcall_stack_contract()
5112 int off, int size, int value_regno, in check_stack_write_fixed_off()
5257 int ptr_regno, int off, int size, in check_stack_write_var_off()
5416 int off, int size, int dst_regno) in check_stack_read_fixed_off()
5572 int ptr_regno, int off, int size, int dst_regno) in check_stack_read_var_off()
5604 int ptr_regno, int off, int size, in check_stack_read()
5661 int ptr_regno, int off, int size, in check_stack_write()
5684 int off, int size, enum bpf_access_type type) in check_map_access_type()
5707 int off, int size, u32 mem_size, in __check_mem_access()
5743 int off, int size, u32 mem_size, in check_mem_region_access()
6077 int off, int size, bool zero_size_allowed, in check_map_access()
6186 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access()
6229 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, in check_ctx_access()
6261 static int check_flow_keys_access(struct bpf_verifier_env *env, int off, in check_flow_keys_access()
6274 u32 regno, int off, int size, in check_sock_access()
6424 int off, int size, bool strict) in check_pkt_ptr_alignment()
6460 int off, int size, bool strict) in check_generic_ptr_alignment()
6482 const struct bpf_reg_state *reg, int off, in check_ptr_alignment()
6802 int regno, int off, int size) in __check_buffer_access()
6825 int regno, int off, int size) in check_tp_buffer_access()
6841 int regno, int off, int size, in check_buffer_access()
7060 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val, in bpf_map_direct_read()
7213 int regno, int off, int size, in check_ptr_to_btf_access()
7366 int regno, int off, int size, in check_ptr_to_map_access()
7437 s64 off, in check_stack_slot_within_bounds()
7460 int regno, int off, int access_size, in check_stack_access_within_bounds()
7536 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()
8027 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized()
9381 reg_find_field_offset(const struct bpf_reg_state *reg, s32 off, u32 fields) in reg_find_field_offset()
9590 int slot, spi, off; in get_constant_map_key() local
14393 int off) in check_stack_access_for_ptr_arithmetic()
17257 static void mark_subprog_changes_pkt_data(struct bpf_verifier_env *env, int off) in mark_subprog_changes_pkt_data()
17265 static void mark_subprog_might_sleep(struct bpf_verifier_env *env, int off) in mark_subprog_might_sleep()
17594 s16 off; in mark_fastcall_pattern_for_call() local
17708 int ret, off, insn_sz; in visit_insn() local
20622 u32 off = insn[1].imm; in resolve_pseudo_ldimm64() local
20703 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data()
20733 static void adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len) in adjust_subprog_starts()
20747 static void adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) in adjust_poke_descs()
20761 static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, in bpf_patch_insn_data()
20798 s16 off; in adjust_jmp_off() local
20828 u32 off, u32 cnt) in adjust_subprog_starts_after_remove()
20883 static int bpf_adj_linfo_after_remove(struct bpf_verifier_env *env, u32 off, in bpf_adj_linfo_after_remove()
20947 static int verifier_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in verifier_remove_insns()
21208 u32 target_size, size_default, off; in convert_ctx_accesses() local