HomeSort by relevance Sort by last modified time
    Searched defs:PR_GET_TSC (Results 1 - 25 of 30) sorted by null

1 2

  /external/linux-kselftest/tools/testing/selftests/prctl/
disable-tsc-ctxt-sw-stress-test.c 3 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25
disable-tsc-on-off-stress-test.c 3 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25
disable-tsc-test.c 3 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
5 * Basic test to test behaviour of PR_GET_TSC and PR_SET_TSC
19 #ifndef PR_GET_TSC
20 #define PR_GET_TSC 25
46 printf("prctl(PR_GET_TSC, &tsc_val); ");
49 if ( prctl(PR_GET_TSC, &tsc_val) == -1)
68 printf("prctl(PR_GET_TSC, &tsc_val); ");
71 if ( prctl(PR_GET_TSC, &tsc_val) == -1)
  /external/strace/xlat/
prctl_options.h 68 #if !(defined(PR_GET_TSC) || (defined(HAVE_DECL_PR_GET_TSC) && HAVE_DECL_PR_GET_TSC))
69 # define PR_GET_TSC 25
174 XLAT(PR_GET_TSC),
  /external/libcap/libcap/include/uapi/linux/
prctl.h 72 #define PR_GET_TSC 25
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 72 #define PR_GET_TSC 25
  /bionic/libc/kernel/uapi/linux/
prctl.h 63 #define PR_GET_TSC 25
  /external/kernel-headers/original/uapi/linux/
prctl.h 75 #define PR_GET_TSC 25
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 718 PR_GET_TSC = 0x19
    [all...]
zerrors_linux_amd64.go 718 PR_GET_TSC = 0x19
    [all...]
zerrors_linux_arm.go 720 PR_GET_TSC = 0x19
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 718 PR_GET_TSC = 0x19
    [all...]
zerrors_linux_amd64.go 718 PR_GET_TSC = 0x19
    [all...]
zerrors_linux_arm.go 720 PR_GET_TSC = 0x19
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]

Completed in 606 milliseconds

1 2