Home
last modified time | relevance | path

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

/kernel/kcsan/
Dkcsan_test.c144 } access[2]; member
151 const bool is_assert = (r->access[0].type | r->access[1].type) & KCSAN_ACCESS_ASSERT; in report_matches()
174 if (r->access[1].fn) { in report_matches()
179 scnprintf(tmp[0], sizeof(tmp[0]), "%pS", r->access[0].fn); in report_matches()
180 scnprintf(tmp[1], sizeof(tmp[1]), "%pS", r->access[1].fn); in report_matches()
183 cmp < 0 ? r->access[0].fn : r->access[1].fn, in report_matches()
184 cmp < 0 ? r->access[1].fn : r->access[0].fn); in report_matches()
186 scnprintf(cur, end - cur, "%pS", r->access[0].fn); in report_matches()
196 if (!r->access[1].fn) in report_matches()
201 const int ty = r->access[i].type; in report_matches()
[all …]
/kernel/gcov/
DKconfig35 Note that the debugfs filesystem has to be mounted to access
/kernel/power/
DKconfig189 Add extra sysfs attributes allowing one to access some Power Management
329 from which subsystems can access the energy models.
/kernel/bpf/
Dcgroup.c1212 short access, enum cgroup_bpf_attach_type atype) in __cgroup_bpf_check_dev_permission() argument
1216 .access_type = (access << 16) | dev_type, in __cgroup_bpf_check_dev_permission()
/kernel/trace/
DKconfig432 Mmiotrace traces Memory Mapped I/O access and is meant for