Home
last modified time | relevance | path

Searched refs:PR_TSC_SIGSEGV (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/prctl/
H 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",
83 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV)\n"); in main()
86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
H 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()
H 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()
/kernel/linux/linux-6.6/tools/testing/selftests/prctl/
H 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",
83 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV)\n"); in main()
86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
H 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()
H 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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dprctl.h53 # define PR_TSC_SIGSEGV 2 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dprctl.h66 #define PR_TSC_SIGSEGV 2 macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dprctl.h66 #define PR_TSC_SIGSEGV 2 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess.c247 val = PR_TSC_SIGSEGV; in get_tsc_mode()
256 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess.c312 val = PR_TSC_SIGSEGV; in get_tsc_mode()
321 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()

Completed in 9 milliseconds