Home
last modified time | relevance | path

Searched defs:PR_TSC_ENABLE (Results 1 – 13 of 13) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/prctl/
Ddisable-tsc-test.c22 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
Ddisable-tsc-on-off-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
Ddisable-tsc-ctxt-sw-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/external/ltp/include/lapi/
Dprctl.h25 # define PR_TSC_ENABLE 1 macro
/external/libcap/libcap/include/uapi/linux/
Dprctl.h76 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/external/musl/include/sys/
Dprctl.h53 #define PR_TSC_ENABLE 1 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h77 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1082 pub const PR_TSC_ENABLE: ::c_int = 1; constant
/external/crosvm/jail/seccomp/aarch64/
Dconstants.json1367 "PR_TSC_ENABLE": 1, number
/external/crosvm/jail/seccomp/x86_64/
Dconstants.json1378 "PR_TSC_ENABLE": 1, number
/external/crosvm/jail/seccomp/arm/
Dconstants.json1360 "PR_TSC_ENABLE": 1, number
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2565 pub const PR_TSC_ENABLE: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1976 pub const PR_TSC_ENABLE: ::c_int = 1; constant