Searched refs:DS (Results 1 – 25 of 27) sorted by relevance
12
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 66 bool "Freescale MPC8536 DS" 70 This option enables support for the MPC8536 DS board 73 bool "Freescale MPC85xx DS" 79 This option enables support for the MPC85xx DS (MPC8544 DS) board 101 bool "Freescale P1022 DS" 229 bool "Freescale P3041 DS" 239 This option enables support for the P3041 DS board 242 bool "Freescale P4080 DS" 252 This option enables support for the P4080 DS board 265 bool "Freescale P5020 DS" [all …]
|
/arch/x86/um/ |
D | user-offsets.c | 49 DEFINE(HOST_DS, DS); in foo() 78 DEFINE_LONGS(HOST_DS, DS); in foo()
|
D | ptrace_64.c | 44 [DS >> 3] = HOST_DS, 85 case DS: in putreg() 164 case DS: in getreg()
|
D | ptrace_32.c | 61 [DS] = HOST_DS, 94 case DS: in putreg() 149 case DS: in getreg()
|
D | signal.c | 172 GETREG(DS, ds); in copy_sc_from_user() 261 PUTREG(DS, ds); in copy_sc_to_user()
|
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 13 #define DS 7 macro
|
/arch/x86/um/shared/sysdep/ |
D | ptrace_64.h | 38 #define DS (HOST_DS * 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/avr32/kernel/ |
D | ocd.c | 107 *val = ocd_read(DS); in ocd_DS_get()
|
D | ptrace.c | 242 status = ocd_read(DS); in do_debug()
|
/arch/powerpc/boot/dts/ |
D | mpc8572ds_camp_core0.dts | 2 * MPC8572 DS Core0 Device Tree Source in CAMP mode.
|
D | mpc8536ds.dts | 2 * MPC8536 DS Device Tree Source
|
D | mpc8572ds_camp_core1.dts | 2 * MPC8572 DS Core1 Device Tree Source in CAMP mode.
|
D | p2020ds.dts | 2 * P2020 DS Device Tree Source
|
D | mpc8572ds.dts | 2 * MPC8572 DS Device Tree Source
|
D | mpc8544ds.dts | 2 * MPC8544 DS Device Tree Source
|
D | p1022ds_36b.dts | 2 * P1022 DS 36-bit Physical Address Map Device Tree Source
|
D | p1022ds_32b.dts | 2 * P1022 DS 32-bit Physical Address Map Device Tree Source
|
D | p1022ds.dtsi | 2 * P1022 DS Device Tree Source stub (no addresses or top-level ranges)
|
D | ge_imp3a.dts | 11 * Based on: P2020 DS Device Tree Source
|
/arch/arm/mach-imx/ |
D | Kconfig | 210 bool "Support MX25PDK (3DS) Platform" 534 bool "Support MX31PDK (3DS)" 550 Include support for MX31PDK (3DS) platform. This includes specific
|
/arch/x86/kernel/ |
D | head_32.S | 454 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
/arch/alpha/ |
D | Kconfig | 116 Shark DS 20L 183 A Digital DS group board. Uses 21066 or 21066A. I/O sub-system is
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 68 1e: PUSH DS (i64) 69 1f: POP DS (i64) 102 3e: SEG=DS (Prefix)
|
/arch/powerpc/xmon/ |
D | ppc-opc.c | 257 #define DS DQ + 1 macro 262 #define E DS + 1 4618 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } }, 4620 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } }, 4622 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } }, 4743 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } }, 4745 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } }, 4747 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },
|
12