HomeSort by relevance Sort by last modified time
    Searched refs:ARCH_SET_GS (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
prctl.h 4 #define ARCH_SET_GS 0x1001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
prctl.h 4 #define ARCH_SET_GS 0x1001
  /bionic/libc/kernel/uapi/asm-x86/asm/
prctl.h 21 #define ARCH_SET_GS 0x1001
  /external/kernel-headers/original/uapi/asm-x86/asm/
prctl.h 5 #define ARCH_SET_GS 0x1001
  /external/strace/xlat/
archvals.h 2 #if !(defined(ARCH_SET_GS) || (defined(HAVE_DECL_ARCH_SET_GS) && HAVE_DECL_ARCH_SET_GS))
3 # define ARCH_SET_GS 0x1001
38 XLAT(ARCH_SET_GS),
  /art/runtime/arch/x86_64/
thread_x86_64.cc 42 arch_prctl(ARCH_SET_GS, this);
  /external/linux-kselftest/tools/testing/selftests/x86/
fsgsbase.c 122 if (syscall(SYS_arch_prctl, ARCH_SET_GS, value) != 0)
123 err(1, "ARCH_SET_GS");
153 if (syscall(SYS_arch_prctl, ARCH_SET_GS, initial_base) != 0)
154 err(1, "ARCH_SET_GS");
190 if (syscall(SYS_arch_prctl, ARCH_SET_GS, to_set) != 0)
191 err(1, "ARCH_SET_GS");
198 printf("\tother thread: ARCH_SET_GS(0x%lx)%s -- sel is 0x%hx\n",
210 * could use ARCH_SET_GS with a low, nonzero base, but the
211 * relevant side effect of ARCH_SET_GS could change.)
215 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 0) != 0
    [all...]
ldt_gdt.c 888 syscall(SYS_arch_prctl, ARCH_SET_GS, saved_base);
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 714 #ifndef ARCH_SET_GS
715 #define ARCH_SET_GS 0x1001
    [all...]

Completed in 279 milliseconds