Home
last modified time | relevance | path

Searched refs:PR_SET_TSC (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c21 #define PR_SET_TSC 26 macro
55 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in sigsegv_cb()
79 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in main()
86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
H A Ddisable-tsc-on-off-stress-test.c26 #define PR_SET_TSC 26 macro
50 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()
72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
H A Ddisable-tsc-ctxt-sw-stress-test.c26 #define PR_SET_TSC 26 macro
46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
67 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h76 #define PR_SET_TSC 26 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h76 #define PR_SET_TSC 26 macro
/openbmc/linux/kernel/
H A Dsys.c2522 case PR_SET_TSC: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6477 case PR_SET_TSC: in do_prctl()