Searched refs:GS (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/tools/testing/selftests/x86/ |
D | fsgsbase.c | 74 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/ |
D | regs_load.S | 19 #define GS 15 * 8 macro 52 movq $0, GS(%rdi) 89 movl $0, GS(%edi)
|
/Linux-v4.19/arch/x86/um/ |
D | ptrace_64.c | 48 [GS >> 3] = HOST_GS, 89 case GS: in putreg() 168 case GS: in getreg()
|
D | ptrace_32.c | 66 [GS] = HOST_GS, 97 case GS: in putreg() 150 case GS: in getreg()
|
D | user-offsets.c | 51 DEFINE(HOST_GS, GS); in foo() 80 DEFINE_LONGS(HOST_GS, GS); in foo()
|
D | signal.c | 169 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/ |
D | ptrace-abi.h | 17 #define GS 10 macro
|
/Linux-v4.19/Documentation/x86/ |
D | entry_64.txt | 84 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/ |
D | ptrace_64.h | 41 #define GS (HOST_GS * sizeof(long)) macro
|
/Linux-v4.19/arch/x86/um/os-Linux/ |
D | mcontext.c | 14 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
|
/Linux-v4.19/arch/x86/kernel/ |
D | process_64.c | 160 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/ |
D | Kconfig | 121 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/ |
D | x86-opcode-map.txt | 148 65: SEG=GS (Prefix) 518 a8: PUSH GS (d64) 519 a9: POP GS (d64)
|
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 148 65: SEG=GS (Prefix) 518 a8: PUSH GS (d64) 519 a9: POP GS (d64)
|
/Linux-v4.19/tools/objtool/arch/x86/lib/ |
D | x86-opcode-map.txt | 148 65: SEG=GS (Prefix) 518 a8: PUSH GS (d64) 519 a9: POP GS (d64)
|
/Linux-v4.19/drivers/net/usb/ |
D | Kconfig | 574 iPhone (Original, 3G and 3GS) to your system.
|
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 1357 VMX_SEGMENT_FIELD(GS),
|