Home
last modified time | relevance | path

Searched refs:__NR_get_thread_area (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/set_thread_area/
Dset_thread_area01.c59 {VALUE_AND_STRING(__NR_get_thread_area), &u_info1, 0, 0},
61 {VALUE_AND_STRING(__NR_get_thread_area), &u_info2, -1, EINVAL},
63 {VALUE_AND_STRING(__NR_get_thread_area), (void *)-9, -1, EFAULT},
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h232 #define __NR_get_thread_area 255 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h232 #define __NR_get_thread_area 255 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h232 #define __NR_get_thread_area 255 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h232 #define __NR_get_thread_area 255 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h232 #define __NR_get_thread_area 255 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in212 #define __NR_get_thread_area 211 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h232 #define __NR_get_thread_area 255 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in214 #define __NR_get_thread_area 255 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in315 #define __NR_get_thread_area 333 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in243 #define __NR_get_thread_area 244 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in244 #define __NR_get_thread_area 244 macro
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs2047 pub const __NR_get_thread_area: u32 = 211; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs2071 pub const __NR_get_thread_area: u32 = 244; constant