Home
last modified time | relevance | path

Searched refs:PR_TSC_SIGSEGV (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dpr_tsc.h5 #if !(defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV))
6 # define PR_TSC_SIGSEGV 2 macro
18 XLAT(PR_TSC_SIGSEGV),
Dpr_tsc.in2 PR_TSC_SIGSEGV 2
/external/strace/tests/
Dprctl-tsc.c56 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
/external/strace/tests-m32/
Dprctl-tsc.c56 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
/external/strace/tests-mx32/
Dprctl-tsc.c56 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h75 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h77 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c989 #ifdef PR_TSC_SIGSEGV
990 { "PR_TSC_SIGSEGV", (unsigned long) PR_TSC_SIGSEGV },