Home
last modified time | relevance | path

Searched refs:kptr_restrict (Results 1 – 12 of 12) sorted by relevance

/linux/kernel/
H A Dksyms_common.c30 switch (kptr_restrict) { in kallsyms_show_value()
/linux/tools/perf/util/
H A Dsymbol_conf.h29 kptr_restrict, member
H A Dauxtrace.c2575 if (symbol_conf.kptr_restrict) { in load_dso()
/linux/kernel/printk/
H A Dsysctl.c71 .procname = "kptr_restrict",
72 .data = &kptr_restrict,
/linux/include/linux/
H A Dprintk.h375 extern int kptr_restrict;
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst158 用于打印应该对非特权用户隐藏的内核指针。%pK的行为取决于kptr_restrict sysctl——详见
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst550 kptr_restrict chapter
556 When ``kptr_restrict`` is set to 0 (the default) the address is hashed
560 When ``kptr_restrict`` is set to 1, kernel pointers printed using the
575 When ``kptr_restrict`` is set to 2, kernel pointers printed using
/linux/tools/perf/Documentation/
H A Dperf-probe.txt306 …- /proc/sys/kernel/kptr_restrict = 2 (restrict all users) also prevents perf probe to retrieve the…
/linux/lib/
H A Dvsprintf.c836 int kptr_restrict __read_mostly;
842 switch (kptr_restrict) { in restricted_pointer()
/linux/tools/perf/
H A Dbuiltin-top.c783 symbol_conf.kptr_restrict && in perf_event__process_sample()
788 "Check /proc/sys/kernel/kptr_restrict and /proc/sys/kernel/perf_event_paranoid.\n\n" in perf_event__process_sample()
H A Dbuiltin-trace.c1907 if (symbol_conf.kptr_restrict) { in trace__machine__resolve_kernel_addr()
/linux/Documentation/core-api/
H A Dprintk-formats.rst163 users. The behaviour of %pK depends on the kptr_restrict sysctl - see