Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dfsgsbase.c74 enum which_base { FS, GS }; enumerator
126 base = read_base(GS); in check_gs_value()
160 base = read_base(GS); in mov_0_gs()
310 if (read_base(GS) != local) { in set_gs_and_switch_to()
318 local = read_base(GS); in set_gs_and_switch_to()
336 base = read_base(GS); in set_gs_and_switch_to()
361 base = read_base(GS); in test_unexpected_base()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dregs_load.S19 #define GS 15 * 8 macro
52 movq $0, GS(%rdi)
89 movl $0, GS(%edi)
/Linux-v4.19/arch/x86/um/
Dptrace_64.c48 [GS >> 3] = HOST_GS,
89 case GS: in putreg()
168 case GS: in getreg()
Dptrace_32.c66 [GS] = HOST_GS,
97 case GS: in putreg()
150 case GS: in getreg()
Duser-offsets.c51 DEFINE(HOST_GS, GS); in foo()
80 DEFINE_LONGS(HOST_GS, GS); in foo()
Dsignal.c169 GETREG(GS, gs); in copy_sc_from_user()
248 PUTREG(GS, gs); in copy_sc_to_user()
/Linux-v4.19/arch/x86/include/uapi/asm/
Dptrace-abi.h17 #define GS 10 macro
/Linux-v4.19/Documentation/x86/
Dentry_64.txt84 entry interrupting kernel mode execution, then we know that the GS
91 for GS is the slower method: the RDMSR.
102 that absolutely need the more expensive check for the GS base - and we
/Linux-v4.19/arch/x86/um/shared/sysdep/
Dptrace_64.h41 #define GS (HOST_GS * sizeof(long)) macro
/Linux-v4.19/arch/x86/um/os-Linux/
Dmcontext.c14 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
/Linux-v4.19/arch/x86/kernel/
Dprocess_64.c160 GS enumerator
213 save_base_legacy(task, task->thread.gsindex, GS); in save_fsgs()
479 next->gsindex, next->gsbase, GS); in __switch_to()
/Linux-v4.19/arch/alpha/
DKconfig121 Wildfire AlphaServer GS 40/80/160/320
301 AlphaServer GS 40/80/160/320 SMP based on the EV67 core.
/Linux-v4.19/arch/x86/lib/
Dx86-opcode-map.txt148 65: SEG=GS (Prefix)
518 a8: PUSH GS (d64)
519 a9: POP GS (d64)
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt148 65: SEG=GS (Prefix)
518 a8: PUSH GS (d64)
519 a9: POP GS (d64)
/Linux-v4.19/tools/objtool/arch/x86/lib/
Dx86-opcode-map.txt148 65: SEG=GS (Prefix)
518 a8: PUSH GS (d64)
519 a9: POP GS (d64)
/Linux-v4.19/drivers/net/usb/
DKconfig574 iPhone (Original, 3G and 3GS) to your system.
/Linux-v4.19/arch/x86/kvm/
Dvmx.c1357 VMX_SEGMENT_FIELD(GS),