/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 16 #define DS 12 * 8 define 49 movq $0, DS(%rdi) 86 movl $0, DS(%edi)
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 16 #define DS 12 * 8 define 49 movq $0, DS(%rdi) 86 movl $0, DS(%edi)
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | ptrace_32.c | 63 [DS] = HOST_DS, 101 case DS: in putreg() 151 case DS: in getreg()
|
H A D | ptrace_64.c | 45 [DS >> 3] = HOST_DS, 82 case DS: in putreg() 158 case DS: in getreg()
|
H A D | user-offsets.c | 36 DEFINE(HOST_DS, DS); in foo() 69 DEFINE_LONGS(HOST_DS, DS); in foo()
|
H A D | signal.c | 172 GETREG(DS, ds); in copy_sc_from_user() 251 PUTREG(DS, ds); in copy_sc_to_user()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | ptrace_32.c | 64 [DS] = HOST_DS, 102 case DS: in putreg() 152 case DS: in getreg()
|
H A D | ptrace_64.c | 46 [DS >> 3] = HOST_DS, 83 case DS: in putreg() 159 case DS: in getreg()
|
H A D | user-offsets.c | 35 DEFINE(HOST_DS, DS); in foo() 68 DEFINE_LONGS(HOST_DS, DS); in foo()
|
H A D | signal.c | 173 GETREG(DS, ds); in copy_sc_from_user() 252 PUTREG(DS, ds); in copy_sc_to_user()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 228 ; Intr returning to a Delay Slot (DS) insn 229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig 230 ; entry was via Exception in DS which got preempted in kernel).
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 14 #define DS 7 macro
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 14 #define DS 7 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 29 #define DS 7 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 29 #define DS 7 macro
|
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A D | mcontext.c | 14 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
|
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/ |
H A D | ptrace_64.h | 38 #define DS (HOST_DS * sizeof(long)) macro
|
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/ |
H A D | ptrace_64.h | 38 #define DS (HOST_DS * sizeof(long)) macro
|
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/ |
H A D | mcontext.c | 14 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-arcv2.S | 242 ; Intr returning to a Delay Slot (DS) insn 243 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig 244 ; entry was via Exception in DS which got preempted in kernel).
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head_32.S | 63 * CS and DS must be 4 GB flat segments, but we don't depend on 291 movl $(__USER_DS),%eax # DS/ES contains default USER segment 351 /* Fix up DS and ES */
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head_32.S | 63 * CS and DS must be 4 GB flat segments, but we don't depend on 315 movl $(__USER_DS),%eax # DS/ES contains default USER segment 400 /* Fix up DS and ES */
|
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/ |
H A D | process.c | 70 R(DS); in ptrace_reg_name()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 325 /* The DS field in a DS form instruction. This is like D, but the macro 327 #define DS DQ + 1 333 #define DUIS DS + 1 503 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */ 564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form 565 instruction or the RT field in a D, DS, X, XFX or XO form 573 /* The RS and RT fields of the DS form stq and DQ form lq instructions, 2434 /* A DS form instruction. */ 6347 {"lxsd", DSO(57,2), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 325 /* The DS field in a DS form instruction. This is like D, but the macro 327 #define DS DQ + 1 333 #define DUIS DS + 1 503 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */ 564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form 565 instruction or the RT field in a D, DS, X, XFX or XO form 573 /* The RS and RT fields of the DS form stq and DQ form lq instructions, 2434 /* A DS form instruction. */ 6347 {"lxsd", DSO(57,2), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA [all...] |