Home
last modified time | relevance | path

Searched refs:__ARM_NR_set_tls (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dsyscalls.rs77 ret(syscall_readonly!(__ARM_NR_set_tls, data)) in arm_set_tls()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h418 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h418 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h418 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h418 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h418 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in407 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h418 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in410 #define __ARM_NR_set_tls 0x0f0005 macro
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs2239 pub const __ARM_NR_set_tls: u32 = 983045; constant