Home
last modified time | relevance | path

Searched refs:PR_TSC_ENABLE (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl10.c15 * - Pass PR_TSC_ENABLE to arg2 to allow it to be read.
30 [PR_TSC_ENABLE] = "PR_TSC_ENABLE",
38 TCASE_ENTRY(PR_TSC_ENABLE),
/third_party/ltp/include/lapi/
H A Dprctl.h25 # define PR_TSC_ENABLE 1 macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs435 const PR_TSC_ENABLE: u32 = 1; consts
443 Readable = PR_TSC_ENABLE,
453 PR_TSC_ENABLE => Ok(Self::Readable), in try_from()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h53 #define PR_TSC_ENABLE 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h53 #define PR_TSC_ENABLE 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h53 #define PR_TSC_ENABLE 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h53 #define PR_TSC_ENABLE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h53 #define PR_TSC_ENABLE 1 macro
/third_party/musl/include/sys/
H A Dprctl.h53 #define PR_TSC_ENABLE 1 macro
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1082 pub const PR_TSC_ENABLE: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1222 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2565 pub const PR_TSC_ENABLE: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1976 pub const PR_TSC_ENABLE: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1225 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1217 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1235 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1230 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1227 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1222 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1211 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1435 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1220 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1443 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1221 pub const PR_TSC_ENABLE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1214 pub const PR_TSC_ENABLE: u32 = 1; consts

Completed in 204 milliseconds

12