Home
last modified time | relevance | path

Searched refs:__NR_set_thread_area (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/set_thread_area/
Dset_thread_area01.c58 {VALUE_AND_STRING(__NR_set_thread_area), &u_info1, 0, 0},
60 {VALUE_AND_STRING(__NR_set_thread_area), &u_info2, -1, EINVAL},
62 {VALUE_AND_STRING(__NR_set_thread_area), (void *)-9, -1, EFAULT},
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dsyscalls.rs71 ret(syscall!(__NR_set_thread_area, by_mut(u_info))) in set_thread_area()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h231 #define __NR_set_thread_area 254 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h231 #define __NR_set_thread_area 254 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h231 #define __NR_set_thread_area 254 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h231 #define __NR_set_thread_area 254 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h231 #define __NR_set_thread_area 254 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in206 #define __NR_set_thread_area 205 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in242 #define __NR_set_thread_area 5242 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in246 #define __NR_set_thread_area 6246 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h231 #define __NR_set_thread_area 254 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in213 #define __NR_set_thread_area 254 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in316 #define __NR_set_thread_area 334 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in283 #define __NR_set_thread_area 4283 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in242 #define __NR_set_thread_area 243 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in243 #define __NR_set_thread_area 243 macro
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs2041 pub const __NR_set_thread_area: u32 = 205; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs2258 pub const __NR_set_thread_area: u32 = 4283; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs2070 pub const __NR_set_thread_area: u32 = 243; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs2225 pub const __NR_set_thread_area: u32 = 5242; constant