Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dverifier.c2781 bool zero_size_allowed) in __check_mem_access()
2811 bool zero_size_allowed) in check_mem_region_access()
2862 …heck_map_access(struct bpf_verifier_env *env, u32 regno, int off, int size, bool zero_size_allowed) in check_map_access()
2942 …k_packet_access(struct bpf_verifier_env *env, u32 regno, int off, int size, bool zero_size_allowed) in check_packet_access()
3414 … int size, bool zero_size_allowed, const char *buf_info, u32 *max_access) in check_buffer_access()
3948 bool zero_size_allowed, enum stack_access_src type, in check_stack_range_initialized()
4073 …helper_mem_access(struct bpf_verifier_env *env, int regno, int access_size, bool zero_size_allowed, in check_helper_mem_access()
4556 bool zero_size_allowed = (arg_type == ARG_CONST_SIZE_OR_ZERO); in check_func_arg() local