/linux-4.4.14/Documentation/hwmon/ |
D | smsc47b397 | 45 MOV DX,480H 47 OUT DX,AL 48 MOV DX,481H 49 IN AL,DX 117 MOV DX,02EH 119 OUT DX,AL 121 MOV DX,02EH 123 OUT DX,AL 125 MOV DX,02FH 126 IN AL,DX [all …]
|
/linux-4.4.14/arch/metag/include/asm/ |
D | syscall.h | 36 return regs->ctx.DX[0].U1; in syscall_get_nr() 50 unsigned long error = regs->ctx.DX[0].U0; in syscall_get_error() 57 return regs->ctx.DX[0].U0; in syscall_get_return_value() 64 regs->ctx.DX[0].U0 = (long) error ?: val; in syscall_set_return_value() 77 args[j] = regs->ctx.DX[(reg + 1) / 2].U0; in syscall_get_arguments() 79 args[j] = regs->ctx.DX[reg / 2].U1; in syscall_get_arguments() 93 regs->ctx.DX[(reg + 1) / 2].U0 = args[i]; in syscall_set_arguments() 95 regs->ctx.DX[reg / 2].U1 = args[i]; in syscall_set_arguments()
|
D | processor.h | 119 regs->ctx.DX[3].U1 = *((int *)argc); /* argc */ \ 120 regs->ctx.DX[3].U0 = (int)((int *)argc + 1); /* argv */ \ 121 regs->ctx.DX[2].U1 = (int)((int *)argc + \ 122 regs->ctx.DX[3].U1 + 2); /* envp */ \ 123 regs->ctx.DX[2].U0 = 0; /* rtld_fini */ \
|
D | tbx.h | 422 TBIDUAL DX[8]; member 441 TBIDUAL DX[2]; /* DU.0, DU.4 */ member 457 TBIDUAL DX[6]; /* DU.1-DU.3, DU.5-DU.7 */ member
|
/linux-4.4.14/Documentation/fb/ |
D | s3fb.txt | 10 S3 Trio64 (and variants V+, UV+, V2/DX, V2/GX) 11 S3 Virge (and variants VX, DX, GX and GX2+) 19 I tested s3fb on Trio64 (plain, V+ and V2/DX) and Virge (plain, VX, DX), 43 support is broken on S3 Trio64 V2/DX. 78 * text mode broken on S3 Trio64 V2/DX
|
/linux-4.4.14/arch/metag/kernel/ |
D | signal.c | 30 #define REG_RETVAL ctx.DX[0].U0 31 #define REG_SYSCALL ctx.DX[0].U1 33 #define REG_ARG1 ctx.DX[3].U1 34 #define REG_ARG2 ctx.DX[3].U0 35 #define REG_ARG3 ctx.DX[2].U1 37 #define REG_RTP ctx.DX[4].U1
|
D | process.c | 170 pr_info(" %s = 0x%08x ", DX0_names[i], regs->ctx.DX[i].U0); in show_regs() 171 printk(" %s = 0x%08x\n", DX1_names[i], regs->ctx.DX[i].U1); in show_regs() 209 childregs->ctx.DX[4].U1 = usp; in copy_thread() 210 childregs->ctx.DX[3].U1 = kthread_arg; in copy_thread() 228 childregs->ctx.DX[0].U0 = 0; in copy_thread() 233 (__force void __user *)childregs->ctx.DX[1].U1; in copy_thread()
|
D | traps.c | 508 print_vma_addr(" rtp in ", regs->ctx.DX[4].U1); in unhandled_fault() 660 sysnumber = regs->ctx.DX[0].U1; in switch1_handler() 676 a5_a6 = *(unsigned long long *)®s->ctx.DX[1]; in switch1_handler() 677 a3_a4 = *(unsigned long long *)®s->ctx.DX[2]; in switch1_handler() 678 a1_a2 = *(unsigned long long *)®s->ctx.DX[3]; in switch1_handler() 681 regs->ctx.DX[0].U0 = syscall_entry(a1_a2, a3_a4, a5_a6); in switch1_handler() 893 fn = (void *)regs->ctx.DX[4].U1; in ret_from_fork() 896 fn((void *)regs->ctx.DX[3].U1); in ret_from_fork()
|
D | ptrace.c | 37 regs->ctx.DX, 0, 4*16); in metag_gp_regs_copyout() 94 regs->ctx.DX, 0, 4*16); in metag_gp_regs_copyin() 402 trace_sys_enter(regs, regs->ctx.DX[0].U1); in syscall_trace_enter() 404 return ret ? -1 : regs->ctx.DX[0].U1; in syscall_trace_enter() 410 trace_sys_exit(regs, regs->ctx.DX[0].U1); in syscall_trace_leave()
|
D | perf_callchain.c | 93 fr.lr = regs->ctx.DX[4].U1; in perf_callchain_kernel()
|
D | stacktrace.c | 65 lr = regs->ctx.DX[4].U1; in unwind_frame()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | regs_load.S | 6 #define DX 3 * 8 macro 34 movq %rdx, DX(%rdi) 70 movl %edx, DX(%edi)
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | unwind-libdw.c | 21 dwarf_regs[2] = REG(DX); in libdw__arch_set_initial_registers() 31 dwarf_regs[1] = REG(DX); in libdw__arch_set_initial_registers()
|
D | perf_regs.c | 8 SMPL_REG(DX, PERF_REG_X86_DX),
|
/linux-4.4.14/arch/metag/mm/ |
D | fault.c | 196 print_vma_addr(" rtp in ", regs->ctx.DX[4].U1); in do_page_fault()
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis96x | 8 645, 645DX (aka 646), 648, 650, 651, 655, 735, 745, 746
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 150 6c: INS/INSB Yb,DX 151 6d: INS/INSW/INSD Yz,DX 152 6e: OUTS/OUTSB DX,Xb 153 6f: OUTS/OUTSW/OUTSD DX,Xz 295 ec: IN AL,DX 296 ed: IN eAX,DX 297 ee: OUT DX,AL 298 ef: OUT DX,eAX
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 150 6c: INS/INSB Yb,DX 151 6d: INS/INSW/INSD Yz,DX 152 6e: OUTS/OUTSB DX,Xb 153 6f: OUTS/OUTSW/OUTSD DX,Xz 295 ec: IN AL,DX 296 ed: IN eAX,DX 297 ee: OUT DX,AL 298 ef: OUT DX,eAX
|
/linux-4.4.14/arch/x86/um/ |
D | signal.c | 179 GETREG(DX, dx); in copy_sc_from_user() 268 PUTREG(DX, dx); in copy_sc_to_user()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 141 an 80486DX. 154 an 80486DX. A 80486DX will allow some floating point instructions to 340 486DX2/66 (other tests indicate that an Intel 486DX produces
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.cpu | 13 AMD/Cyrix/Intel 386DX/DXL/SL/SLC/SX, Cyrix/TI 486DLC/DLC2, 21 - "486" for the AMD/Cyrix/IBM/Intel 486DX/DX2/DX4 or 57 486DX/DX2/DX4 or SL/SLC/SLC2/SLC3/SX/SX2 and UMC U5D or U5S.
|
D | Kconfig | 1532 operations) if you don't have one. 486DX and Pentium processors have 1534 a 487DX or 387, respectively. (The messages during boot time can
|
/linux-4.4.14/sound/pci/ |
D | Kconfig | 832 tristate "Trident 4D-Wave DX/NX; SiS 7018" 838 4D-Wave DX/NX or SiS 7018 chips. 872 Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, DSX,
|
/linux-4.4.14/drivers/i2c/busses/ |
D | Kconfig | 239 645DX/961 240 645DX/962
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 390 Soundcards with a Trident 4DWave DX/NX or Aureal Vortex/Vortex2 chipsets
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1874 Module for Trident 4DWave DX/NX sound cards. 2029 i.e., Xonar D1, DX, D2, D2X, DS, DSX, Essence ST (Deluxe),
|