Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 3 of 3) sorted by relevance

/kernel/trace/
Dtrace_probe.h193 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
194 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
/kernel/bpf/
Dverifier.c3778 enum bpf_access_type atype, in check_ptr_to_btf_access() argument
3805 atype, &btf_id); in check_ptr_to_btf_access()
3807 if (atype != BPF_READ) { in check_ptr_to_btf_access()
3812 ret = btf_struct_access(&env->log, t, off, size, atype, in check_ptr_to_btf_access()
3819 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access()
3828 enum bpf_access_type atype, in check_ptr_to_map_access() argument
3865 if (atype != BPF_READ) { in check_ptr_to_map_access()
3870 ret = btf_struct_access(&env->log, t, off, size, atype, &btf_id); in check_ptr_to_map_access()
Dbtf.c4840 enum bpf_access_type atype __maybe_unused, in btf_struct_access()