Lines Matching defs:size
1559 static void *copy_array(void *dst, const void *src, size_t n, size_t size, gfp_t flags) in copy_array()
1588 static void *realloc_array(void *arr, size_t old_n, size_t new_n, size_t size) in realloc_array()
1649 static int grow_stack_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int size) in grow_stack_state()
4530 int size) in save_register_state()
4557 int off, int size, int value_regno, in check_stack_write_fixed_off()
4697 int ptr_regno, int off, int size, in check_stack_write_var_off()
4853 int off, int size, int dst_regno) in check_stack_read_fixed_off()
4980 int ptr_regno, int off, int size, int dst_regno) in check_stack_read_var_off()
5011 int ptr_regno, int off, int size, in check_stack_read()
5068 int ptr_regno, int off, int size, in check_stack_write()
5091 int off, int size, enum bpf_access_type type) in check_map_access_type()
5114 int off, int size, u32 mem_size, in __check_mem_access()
5150 int off, int size, u32 mem_size, in check_mem_region_access()
5406 int off, int size, bool zero_size_allowed, in check_map_access()
5510 int size, bool zero_size_allowed) in check_packet_access()
5552 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, in check_ctx_access()
5589 int size) in check_flow_keys_access()
5601 u32 regno, int off, int size, in check_sock_access()
5724 int off, int size, bool strict) in check_pkt_ptr_alignment()
5760 int off, int size, bool strict) in check_generic_ptr_alignment()
5783 int size, bool strict_alignment_once) in check_ptr_alignment()
5986 int regno, int off, int size) in __check_buffer_access()
6009 int regno, int off, int size) in check_tp_buffer_access()
6025 int regno, int off, int size, in check_buffer_access()
6052 static void coerce_reg_to_size(struct bpf_reg_state *reg, int size) in coerce_reg_to_size()
6080 static void set_sext64_default_val(struct bpf_reg_state *reg, int size) in set_sext64_default_val()
6099 static void coerce_reg_to_size_sx(struct bpf_reg_state *reg, int size) in coerce_reg_to_size_sx()
6158 static void set_sext32_default_val(struct bpf_reg_state *reg, int size) in set_sext32_default_val()
6173 static void coerce_subreg_to_size_sx(struct bpf_reg_state *reg, int size) in coerce_subreg_to_size_sx()
6243 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val, in bpf_map_direct_read()
6392 int regno, int off, int size, in check_ptr_to_btf_access()
6542 int regno, int off, int size, in check_ptr_to_map_access()
6700 int size, err = 0; in check_mem_access() local
13732 int size = BPF_CLASS(insn->code) == BPF_ALU64 ? 64 : 32; in check_alu_op() local
18262 int i, cnt, size, ctx_field_size, delta = 0; in convert_ctx_accesses() local