Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dhelpers.c530 .arg4_type = ARG_PTR_TO_LONG,
558 .arg4_type = ARG_PTR_TO_LONG,
Dverifier.c5601 else if (type == ARG_PTR_TO_LONG) in int_ptr_type_to_size()
5735 [ARG_PTR_TO_LONG] = &int_ptr_types,
6153 case ARG_PTR_TO_LONG: in check_func_arg()
Dsyscall.c5206 .arg4_type = ARG_PTR_TO_LONG,
/Linux-v6.1/kernel/trace/
Dbpf_trace.c1176 .arg3_type = ARG_PTR_TO_LONG,
1192 .arg2_type = ARG_PTR_TO_LONG,
/Linux-v6.1/include/linux/
Dbpf.h497 ARG_PTR_TO_LONG, /* pointer to long */ enumerator