Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/prctl/
Ddisable-tsc-test.c21 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
28 [PR_TSC_ENABLE] = "PR_TSC_ENABLE",
54 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in sigsegv_cb()
78 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in main()
Ddisable-tsc-on-off-stress-test.c26 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
49 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()
Ddisable-tsc-ctxt-sw-stress-test.c26 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
66 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
/linux-4.4.14/include/uapi/linux/
Dprctl.h76 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/linux-4.4.14/arch/x86/kernel/
Dprocess.c174 val = PR_TSC_ENABLE; in get_tsc_mode()
183 else if (val == PR_TSC_ENABLE) in set_tsc_mode()