OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCH_SET_FS
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/arch-x86_64/bionic/
__set_tls.c
36
return __arch_prctl(
ARCH_SET_FS
, (uintptr_t) ptr);
/bionic/libc/kernel/uapi/asm-x86/asm/
prctl.h
22
#define
ARCH_SET_FS
0x1002
/external/kernel-headers/original/uapi/asm-x86/asm/
prctl.h
6
#define
ARCH_SET_FS
0x1002
/external/strace/xlat/
archvals.h
13
#if defined(
ARCH_SET_FS
) || (defined(HAVE_DECL_ARCH_SET_FS) && HAVE_DECL_ARCH_SET_FS)
15
static_assert((
ARCH_SET_FS
) == (0x1002), "
ARCH_SET_FS
!= 0x1002");
18
# define
ARCH_SET_FS
0x1002
81
XLAT(
ARCH_SET_FS
),
/external/syzkaller/sys/linux/
init.go
34
ARCH_SET_FS
: target.ConstMap["
ARCH_SET_FS
"],
94
ARCH_SET_FS
uint64
131
if uint64(uint32(cmd.Val)) == arch.
ARCH_SET_FS
{
/external/linux-kselftest/tools/testing/selftests/x86/
ldt_gdt.c
835
syscall(SYS_arch_prctl,
ARCH_SET_FS
, saved_base);
Completed in 533 milliseconds