Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c19 #ifndef PR_GET_TSC
20 #define PR_GET_TSC 25 macro
49 if ( prctl(PR_GET_TSC, &tsc_val) == -1) in sigsegv_cb()
71 if ( prctl(PR_GET_TSC, &tsc_val) == -1) in main()
H A Ddisable-tsc-on-off-stress-test.c24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25 macro
H A Ddisable-tsc-ctxt-sw-stress-test.c24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h75 #define PR_GET_TSC 25 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h75 #define PR_GET_TSC 25 macro
/openbmc/linux/kernel/
H A Dsys.c2519 case PR_GET_TSC: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6476 case PR_GET_TSC: in do_prctl()