Searched refs:SS (Results 1 – 17 of 17) sorted by relevance
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 23 #define SS 16 macro 59 #define SS 160 macro
|
/arch/x86/um/ |
D | user-offsets.c | 35 DEFINE(HOST_SS, SS); in foo() 64 DEFINE_LONGS(HOST_SS, SS); in foo()
|
D | ptrace_64.c | 42 [SS >> 3] = HOST_SS, 84 case SS: in putreg() 160 case SS: in getreg()
|
D | ptrace_32.c | 71 [SS] = HOST_SS, 107 case SS: in putreg() 153 case SS: in getreg()
|
D | signal.c | 198 GETREG(SS, ss); in copy_sc_from_user() 280 PUTREG(SS, ss); in copy_sc_to_user()
|
/arch/x86/um/os-Linux/ |
D | mcontext.c | 18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
|
/arch/x86/kernel/ |
D | ftrace_64.S | 204 movq %rcx, SS(%rsp)
|
/arch/x86/entry/ |
D | calling.h | 98 #define SS 20*8 macro
|
D | entry_64.S | 191 cmpq $__USER_DS, SS(%rsp) /* SS must match SYSRET */ 644 testb $4, (SS-RIP)(%rsp)
|
D | entry_32.S | 396 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS 406 jne .Lend_\@ # returning to user-space with LDT SS
|
/arch/arm64/boot/dts/qcom/ |
D | qrb5165-rb5.dts | 659 "GPIO-SS", /* GPIO_170 */
|
/arch/arm/boot/dts/ |
D | imx6qdl-aristainetos2.dtsi | 492 MX6QDL_PAD_EIM_A23__GPIO6_IO06 0x1b0b0 /* spi bus #2 SS driver enable */
|
D | tegra124-apalis.dtsi | 1787 /* USBO1, USBO1 (SS), USBH2, USBH4 and USBH4 (SS) */
|
D | tegra124-apalis-v1.2.dtsi | 1794 /* USBO1, USBO1 (SS), USBH2, USBH4 and USBH4 (SS) */
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 64 16: PUSH SS (i64) 65 17: POP SS (i64) 98 36: SEG=SS (Prefix)
|
/arch/x86/kvm/ |
D | trace.h | 300 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 503 VMX_SEGMENT_FIELD(SS),
|