Searched refs:PR_TSC_SIGSEGV (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/prctl/ |
H A D | disable-tsc-test.c | 23 # 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 D | disable-tsc-on-off-stress-test.c | 28 # 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 D | disable-tsc-ctxt-sw-stress-test.c | 28 # 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 D | disable-tsc-test.c | 23 # 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 D | disable-tsc-on-off-stress-test.c | 28 # 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 D | disable-tsc-ctxt-sw-stress-test.c | 28 # 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 D | prctl.h | 53 # define PR_TSC_SIGSEGV 2 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | prctl.h | 78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | prctl.h | 78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | prctl.h | 78 # 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 D | prctl.h | 66 #define PR_TSC_SIGSEGV 2 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | prctl.h | 78 # 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 D | prctl.h | 66 #define PR_TSC_SIGSEGV 2 macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process.c | 247 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 D | process.c | 312 val = PR_TSC_SIGSEGV; in get_tsc_mode() 321 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()
|
Completed in 9 milliseconds