Home
last modified time | relevance | path

Searched refs:ARCH_GET_GS (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Darchvals.h27 #if defined(ARCH_GET_GS) || (defined(HAVE_DECL_ARCH_GET_GS) && HAVE_DECL_ARCH_GET_GS)
29 static_assert((ARCH_GET_GS) == (0x1004), "ARCH_GET_GS != 0x1004");
32 # define ARCH_GET_GS 0x1004
83 XLAT(ARCH_GET_GS),
Darchvals.in4 ARCH_GET_GS 0x1004
/external/kernel-headers/original/uapi/asm-x86/asm/
Dprctl.h8 #define ARCH_GET_GS 0x1004 macro
/external/llvm-project/lldb/include/lldb/Host/linux/
DPtrace.h51 #define ARCH_GET_GS 0x1004 macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dfsgsbase.c179 if (syscall(SYS_arch_prctl, ARCH_GET_GS, &base) != 0) in check_gs_value()
204 if (syscall(SYS_arch_prctl, ARCH_GET_GS, &arch_base) != 0) in mov_0_gs()
Dldt_gdt.c861 syscall(SYS_arch_prctl, ARCH_GET_GS, &saved_base); in test_gdt_invalidation()
881 syscall(SYS_arch_prctl, ARCH_GET_GS, &new_base); in test_gdt_invalidation()
/external/strace/
Dprctl.c449 case ARCH_GET_GS: in SYS_FUNC()
/external/minijail/linux-x86/
Dlibconstants.gen.c157 #ifdef ARCH_GET_GS
158 { "ARCH_GET_GS", (unsigned long) ARCH_GET_GS },
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h831 #ifndef ARCH_GET_GS
832 #define ARCH_GET_GS 0x1004 macro