Home
last modified time | relevance | path

Searched refs:PR_TSC_SIGSEGV (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/prctl/
Ddisable-tsc-test.c23 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
30 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",
86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
Ddisable-tsc-on-off-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
Ddisable-tsc-ctxt-sw-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux-6.12.1/tools/include/uapi/linux/
Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux-6.12.1/include/uapi/linux/
Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux-6.12.1/arch/arm64/kernel/
Dprocess.c524 if (val == PR_TSC_SIGSEGV) in do_set_tsc_mode()
819 val = PR_TSC_SIGSEGV; in get_tsc_mode()
/linux-6.12.1/arch/x86/kernel/
Dprocess.c312 val = PR_TSC_SIGSEGV; in get_tsc_mode()
321 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()