Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dhelpers.c537 .arg4_type = ARG_PTR_TO_LONG,
565 .arg4_type = ARG_PTR_TO_LONG,
Dsyscall.c5586 .arg4_type = ARG_PTR_TO_LONG,
Dverifier.c7644 else if (type == ARG_PTR_TO_LONG) in int_ptr_type_to_size()
7787 [ARG_PTR_TO_LONG] = &int_ptr_types,
8322 case ARG_PTR_TO_LONG: in check_func_arg()
/Linux-v6.6/kernel/trace/
Dbpf_trace.c1220 .arg3_type = ARG_PTR_TO_LONG,
1236 .arg2_type = ARG_PTR_TO_LONG,
/Linux-v6.6/include/linux/
Dbpf.h704 ARG_PTR_TO_LONG, /* pointer to long */ enumerator