Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/include/uapi/linux/
Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/Linux-v5.10/tools/include/uapi/linux/
Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/Linux-v5.10/arch/x86/kernel/
Dprocess.c229 val = PR_TSC_SIGSEGV; in get_tsc_mode()
238 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()