Home
last modified time | relevance | path

Searched refs:ARG_PTR_TO_LONG (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c540 .arg4_type = ARG_PTR_TO_LONG,
568 .arg4_type = ARG_PTR_TO_LONG,
H A Dsyscall.c5670 .arg4_type = ARG_PTR_TO_LONG,
H A Dverifier.c8004 else if (type == ARG_PTR_TO_LONG) in int_ptr_type_to_size()
8147 [ARG_PTR_TO_LONG] = &int_ptr_types,
8682 case ARG_PTR_TO_LONG: in check_func_arg()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1223 .arg3_type = ARG_PTR_TO_LONG,
1239 .arg2_type = ARG_PTR_TO_LONG,
/openbmc/linux/include/linux/
H A Dbpf.h715 ARG_PTR_TO_LONG, /* pointer to long */ enumerator