Home
last modified time | relevance | path

Searched refs:ARG_CONST_MAP_PTR (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h273 ARG_CONST_MAP_PTR, /* const argument used as pointer to bpf_map */ enumerator
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c99 * .arg1_type = ARG_CONST_MAP_PTR,
125 * .arg1_type == ARG_CONST_MAP_PTR and R1->type == CONST_PTR_TO_MAP, which is ok,
4324 [ARG_CONST_MAP_PTR] = &const_map_ptr_types,
4498 if (arg_type == ARG_CONST_MAP_PTR) { in check_func_arg()

Completed in 25 milliseconds