Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dhelpers.c530 .arg4_type = ARG_PTR_TO_LONG,
558 .arg4_type = ARG_PTR_TO_LONG,
Dverifier.c5618 else if (type == ARG_PTR_TO_LONG) in int_ptr_type_to_size()
5752 [ARG_PTR_TO_LONG] = &int_ptr_types,
6170 case ARG_PTR_TO_LONG: in check_func_arg()
Dsyscall.c5204 .arg4_type = ARG_PTR_TO_LONG,
/linux-6.1.9/kernel/trace/
Dbpf_trace.c1176 .arg3_type = ARG_PTR_TO_LONG,
1192 .arg2_type = ARG_PTR_TO_LONG,
/linux-6.1.9/include/linux/
Dbpf.h497 ARG_PTR_TO_LONG, /* pointer to long */ enumerator