Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dhelpers.c540 .arg4_type = ARG_PTR_TO_LONG,
568 .arg4_type = ARG_PTR_TO_LONG,
Dsyscall.c5627 .arg4_type = ARG_PTR_TO_LONG,
Dverifier.c7980 else if (type == ARG_PTR_TO_LONG) in int_ptr_type_to_size()
8123 [ARG_PTR_TO_LONG] = &int_ptr_types,
8658 case ARG_PTR_TO_LONG: in check_func_arg()
/linux-6.6.21/kernel/trace/
Dbpf_trace.c1223 .arg3_type = ARG_PTR_TO_LONG,
1239 .arg2_type = ARG_PTR_TO_LONG,
/linux-6.6.21/include/linux/
Dbpf.h713 ARG_PTR_TO_LONG, /* pointer to long */ enumerator