Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/prctl/
A 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()
A 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()
A 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/tools/include/uapi/linux/
A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux/include/uapi/linux/
A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux/arch/x86/kernel/
A Dprocess.c274 val = PR_TSC_SIGSEGV; in get_tsc_mode()
283 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()

Completed in 8 milliseconds