Searched refs:ES (Results 1 – 12 of 12) sorted by relevance
/arch/x86/um/ |
D | user-offsets.c | 51 DEFINE(HOST_ES, ES); in foo() 79 DEFINE_LONGS(HOST_ES, ES); in foo()
|
D | ptrace_64.c | 45 [ES >> 3] = HOST_ES, 86 case ES: in putreg() 165 case ES: in getreg()
|
D | ptrace_32.c | 62 [ES] = HOST_ES, 95 case ES: in putreg() 150 case ES: in getreg()
|
D | signal.c | 171 GETREG(ES, es); in copy_sc_from_user() 260 PUTREG(ES, es); in copy_sc_to_user()
|
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 14 #define ES 8 macro
|
/arch/x86/um/shared/sysdep/ |
D | ptrace_64.h | 39 #define ES (HOST_ES * sizeof(long)) macro
|
/arch/x86/um/os-Linux/ |
D | mcontext.c | 13 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
|
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 133 bool "X-ES single-board computer" 137 computers from Extreme Engineering Solutions (X-ES) based on
|
/arch/x86/kernel/ |
D | head_32.S | 454 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
D | entry_32.S | 1003 # 1. Fault while reloading DS, ES, FS or GS
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 43 06: PUSH ES (i64) 44 07: POP ES (i64) 77 26: SEG=ES (Prefix)
|
/arch/x86/kvm/ |
D | vmx.c | 785 VMX_SEGMENT_FIELD(ES),
|