Searched refs:SS (Results 1 – 15 of 15) sorted by relevance
/arch/x86/kernel/ |
D | mcount_64.S | 42 movq SS+16(%rsp), %rsi 85 movq SS(%rsp), %rcx 89 movq %rcx, SS(%rsp) 93 leaq SS+16(%rsp), %rcx 104 movq %rax, SS(%rsp) 108 movq %rax, SS+8(%rsp) 155 movq SS+16(%rsp), %rsi 175 leaq SS+16(%rsp), %rdi
|
D | entry_64.S | 144 movq $__USER_DS,SS+\offset(%rsp) 196 EMPTY_FRAME \start, SS+8+\offset-RIP 280 0x08 /* DW_OP_const1u */, SS+8-RBP, \ 779 CFI_DEF_CFA rsi,SS+8-RBP /* reg/off reset after def_cfa_expr */ 830 testb $4,(SS-RIP)(%rsp) 1680 CFI_DEF_CFA_OFFSET SS+8-RIP 1714 CFI_DEF_CFA_OFFSET SS+8-RIP
|
D | entry_32.S | 519 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS 528 je ldt_ss # returning to user-space with LDT SS
|
/arch/x86/include/asm/ |
D | ftrace.h | 11 subq $(SS+8-\skip), %rsp 20 movq SS+8(%rsp), %rdx 32 addq $(SS+8-\skip), %rsp
|
D | calling.h | 83 #define SS 160 macro
|
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 22 #define SS 16 macro 51 #define SS 160 macro
|
/arch/x86/um/ |
D | user-offsets.c | 48 DEFINE(HOST_SS, SS); in foo() 73 DEFINE_LONGS(HOST_SS, SS); in foo()
|
D | ptrace_64.c | 41 [SS >> 3] = HOST_SS, 87 case SS: in putreg() 166 case SS: in getreg()
|
D | ptrace_32.c | 69 [SS] = HOST_SS, 100 case SS: in putreg() 151 case SS: in getreg()
|
D | signal.c | 198 GETREG(SS, ss); in copy_sc_from_user() 290 PUTREG(SS, ss); in copy_sc_to_user()
|
/arch/x86/um/os-Linux/ |
D | mcontext.c | 17 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
|
/arch/x86/ia32/ |
D | ia32entry.S | 315 movq $__USER32_DS,SS-ARGOFFSET(%rsp) 418 CFI_DEF_CFA rsp,SS+8-RIP 499 CFI_DEF_CFA rsp,SS+8-ARGOFFSET
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 59 16: PUSH SS (i64) 60 17: POP SS (i64) 93 36: SEG=SS (Prefix)
|
/arch/x86/kvm/ |
D | trace.h | 251 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
|
D | vmx.c | 832 VMX_SEGMENT_FIELD(SS),
|