OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCH_GET_FS
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
prctl.h
23
#define
ARCH_GET_FS
0x1003
/external/kernel-headers/original/uapi/asm-x86/asm/
prctl.h
7
#define
ARCH_GET_FS
0x1003
/external/strace/xlat/
archvals.h
20
#if defined(
ARCH_GET_FS
) || (defined(HAVE_DECL_ARCH_GET_FS) && HAVE_DECL_ARCH_GET_FS)
22
static_assert((
ARCH_GET_FS
) == (0x1003), "
ARCH_GET_FS
!= 0x1003");
25
# define
ARCH_GET_FS
0x1003
82
XLAT(
ARCH_GET_FS
),
/external/strace/
prctl.c
450
case
ARCH_GET_FS
:
/external/linux-kselftest/tools/testing/selftests/x86/
ldt_gdt.c
808
syscall(SYS_arch_prctl,
ARCH_GET_FS
, &saved_base);
828
syscall(SYS_arch_prctl,
ARCH_GET_FS
, &new_base);
Completed in 124 milliseconds