Home
last modified time | relevance | path

Searched refs:GS (Results 1 – 11 of 11) sorted by relevance

/arch/x86/um/
Duser-offsets.c39 DEFINE(HOST_GS, GS); in foo()
68 DEFINE_LONGS(HOST_GS, GS); in foo()
Dptrace_64.c48 [GS >> 3] = HOST_GS,
81 case GS: in putreg()
157 case GS: in getreg()
Dptrace_32.c66 [GS] = HOST_GS,
97 case GS: in putreg()
150 case GS: in getreg()
Dsignal.c169 GETREG(GS, gs); in copy_sc_from_user()
248 PUTREG(GS, gs); in copy_sc_to_user()
/arch/x86/include/uapi/asm/
Dptrace-abi.h17 #define GS 10 macro
/arch/x86/kernel/
Dprocess_64.c150 GS enumerator
262 save_base_legacy(task, task->thread.gsindex, GS); in save_fsgs()
350 loadseg(GS, next->gsindex); in x86_fsgsbase_load()
359 next->gsindex, next->gsbase, GS); in x86_fsgsbase_load()
737 loadseg(GS, 0); in do_arch_prctl_64()
/arch/x86/um/shared/sysdep/
Dptrace_64.h41 #define GS (HOST_GS * sizeof(long)) macro
/arch/x86/um/os-Linux/
Dmcontext.c14 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
/arch/alpha/
DKconfig123 Wildfire AlphaServer GS 40/80/160/320
310 AlphaServer GS 40/80/160/320 SMP based on the EV67 core.
/arch/x86/lib/
Dx86-opcode-map.txt148 65: SEG=GS (Prefix)
518 a8: PUSH GS (d64)
519 a9: POP GS (d64)
/arch/x86/kvm/vmx/
Dvmx.c502 VMX_SEGMENT_FIELD(GS),