/arch/parisc/kernel/ |
D | perf_asm.S | 104 ;* arg0 : rdr to be read 111 ;* arg0 : rdr to be read 127 ; read(shift in) the RDR. 186 ; RDR 2 read sequence 198 ; RDR 3 read sequence 210 ; RDR 4 read sequence 222 ; RDR 5 read sequence 234 ; RDR 6 read sequence 246 ; RDR 7 read sequence 258 ; RDR 8 read sequence [all …]
|
/arch/ia64/sn/kernel/sn2/ |
D | sn_proc_fs.c | 98 .read = seq_read, 105 .read = seq_read, 112 .read = seq_read, 119 .read = seq_read, 127 .read = seq_read, 134 .read = seq_read,
|
/arch/sh/kernel/ |
D | time_32.c | 215 .read = null_hpt_read, 222 if (!sh_hpt_frequency || clocksource_sh.read == null_hpt_read) in init_sh_clocksource() 237 unsigned long long ticks = clocksource_sh.read(); in sched_clock() 265 if (sys_timer->ops->read) in time_init() 266 clocksource_sh.read = sys_timer->ops->read; in time_init()
|
/arch/mips/boot/ |
D | addinitrd.c | 61 if (read (fd_vmlinux, &efile, sizeof efile) != sizeof efile) in main() 63 if (read (fd_vmlinux, &eaout, sizeof eaout) != sizeof eaout) in main() 65 if (read (fd_vmlinux, esecs, sizeof esecs) != sizeof esecs) in main() 117 if ((i = read (fd_vmlinux, buf, sizeof buf)) <= 0) in main() 125 while ((i = read (fd_initrd, buf, sizeof buf)) > 0) in main()
|
/arch/mn10300/unit-asb2305/ |
D | pci.c | 276 if ((!o->read(&bus, 0, PCI_CLASS_DEVICE, 2, &x) && in pci_sanity_check() 278 (!o->read(&bus, 0, PCI_VENDOR_ID, 2, &x) && in pci_sanity_check() 458 o->read (bus, PCI_DEVFN(2, 0), PCI_COMMAND, 2, &x); in unit_disable_pcnet() 463 o->read (bus, PCI_DEVFN(2, 0), PCI_COMMAND, 2, &x); in unit_disable_pcnet() 465 o->read (bus, PCI_DEVFN(2, 0), PCI_BASE_ADDRESS_0, 4, &x); in unit_disable_pcnet() 524 o->read (&bus, PCI_DEVFN(3, 0), PCI_COMMAND, 2, &x); in unit_pci_init() 530 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE, 1, &x); in unit_pci_init() 531 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE_UPPER16, 4, &x); in unit_pci_init() 532 o->read (&bus, PCI_DEVFN(3, 0), PCI_MEMORY_BASE, 4, &x); in unit_pci_init() 533 o->read (&bus, PCI_DEVFN(3, 0), PCI_PREF_MEMORY_BASE, 4, &x); in unit_pci_init() [all …]
|
/arch/arm/lib/ |
D | ecard.S | 21 @ Purpose: call an expansion card loader to read bytes. 23 @ Returns: byte read 36 @ Returns: byte read
|
/arch/sparc/boot/ |
D | piggyback_64.c | 60 if (read(image,buffer,512) != 512) die(argv[1]); in main() 66 if (read(image,buffer,512) != 512) die(argv[1]); in main() 80 if (read(image,buffer,1024) != 1024) die(argv[1]); in main() 104 while ((i = read (tail,buffer,1024)) > 0) in main()
|
D | piggyback_32.c | 96 if (read(image,buffer,512) != 512) die(argv[1]); in main() 101 if (read(image,buffer,512) != 512) die(argv[1]); in main() 112 if (read(image,buffer,1024) != 1024) die(argv[1]); in main() 132 while ((i = read (tail,buffer,1024)) > 0) in main()
|
/arch/m68k/ifpsp060/ |
D | CHANGES | 33 1) "movep" emulation where data was being read from memory 50 If {i,d}mem_{read,write}_{byte,word,long}() returns 58 ADDR should cause a "segmentation violation", the memory read 72 a {i,d}mem_{read,write}_{byte,word,long}() "call-out", 78 For instruction read access errors, the info stacked is: 87 bit 24 = 1 (read) 100 For data read/write access errors, the info stacked is: 109 bit 24 = x (read; 1 if read, 0 if write) 110 bit 23 = x (write; 1 if write, 0 if read)
|
/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 108 .read = eeprom_read, 454 int read=0; in eeprom_read() local 500 read = read_from_eeprom( buf, count); in eeprom_read() 502 if(read > 0) in eeprom_read() 504 file->f_pos += read; in eeprom_read() 509 return read; in eeprom_read() 752 int i, read=0; in read_from_eeprom() local 775 while( (read < count)) in read_from_eeprom() 777 if (put_user(i2c_inbyte(), &buf[read++])) in read_from_eeprom() 788 if(read < count) in read_from_eeprom() [all …]
|
/arch/cris/arch-v10/boot/tools/ |
D | build.c | 147 if (read(id,buf,MINIX_HEADER) != MINIX_HEADER) in main() 161 i=read(id,buf,sizeof buf); in main() 176 if (read(id,buf,MINIX_HEADER) != MINIX_HEADER) in main() 190 for (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c ) in main() 234 if (read(id,buf,GCC_HEADER) != GCC_HEADER) in main() 264 if ((n=read(id, buf, l)) != l) { in main()
|
/arch/powerpc/boot/ |
D | hack-coff.c | 49 if (read(fd, &fhdr, sizeof(fhdr)) != sizeof(fhdr)) in main() 57 if (read(fd, &aout, aoutsz) != aoutsz) in main() 61 if (read(fd, &shdr, sizeof(shdr)) != sizeof(shdr)) in main()
|
/arch/cris/arch-v10/kernel/ |
D | debugport.c | 30 const volatile unsigned* read; member 295 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct() 300 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct() 350 readval = *kgdb_port->read; in getDebugChar() 364 while (!(*kgdb_port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in putDebugChar() 482 read : NULL, 494 read : NULL, 507 read : NULL, 519 read : NULL, 531 read : NULL,
|
/arch/um/os-Linux/ |
D | sigio.c | 76 CATCH_EINTR(n = read(sigio_private[1], &c, in write_sigio_thread() 146 CATCH_EINTR(n = read(sigio_private[0], &c, sizeof(c))); in update_thread() 342 void sigio_broken(int fd, int read) in sigio_broken() argument 358 .events = read ? POLLIN : POLLOUT, in sigio_broken() 368 void maybe_sigio_broken(int fd, int read) in maybe_sigio_broken() argument 373 if ((read || pty_output_sigio) && (!read || pty_close_sigio)) in maybe_sigio_broken() 376 sigio_broken(fd, read); in maybe_sigio_broken() 507 while (((n = read(slave, buf, sizeof(buf))) > 0) && in tty_output()
|
/arch/mips/kernel/ |
D | spram.c | 122 unsigned int (*read)(unsigned int), in probe_spram() 138 tag0 = read(offset); in probe_spram() 139 tag1 = read(offset+SPRAM_TAG_STRIDE); in probe_spram() 165 tag0 = read(offset); in probe_spram()
|
/arch/arm/mach-sa1100/include/mach/ |
D | h3600.h | 99 unsigned long (*read)(void); member 132 if (ipaq_model_ops.read) in read_h3600_egpio() 133 return ipaq_model_ops.read(); in read_h3600_egpio()
|
/arch/cris/arch-v32/lib/ |
D | checksumcopy.S | 29 1: ;; A failing userspace access (the read) will have this as PC. 30 _mloop: movem [$r10+],$r9 ; read 10 longwords 70 2: ;; A failing userspace access for the read below will have this as PC. 86 3: ;; A failing userspace access for the read below will have this as PC.
|
D | nand_init.S | 14 ## read/write increases the address by two. So the copy loop in the 18 ## The bootrom also incorrectly assumes that it can read the flash 19 ## linear with only one read command but the flash will actually
|
/arch/parisc/ |
D | Kconfig.debug | 6 bool "Write protect kernel read-only data structures" 9 Mark the kernel read-only data as write-protected in the pagetables,
|
/arch/arm/mach-at91/include/mach/ |
D | entry-macro.S | 27 …ldr \irqnr, [\base, #(AT91_AIC_IVR - AT91_AIC)] @ read IRQ vector register: de-asserts nIRQ to pro… 28 ldr \irqstat, [\base, #(AT91_AIC_ISR - AT91_AIC)] @ read interrupt source number
|
/arch/um/include/shared/ |
D | net_kern.h | 38 int (*read)(int, struct sk_buff *skb, struct uml_net_private *); member 49 int (*read)(int, struct sk_buff *skb, struct uml_net_private *); member
|
/arch/x86/pci/ |
D | direct.c | 83 .read = pci_conf1_read, 177 .read = pci_conf2_read, 205 if (o->read(0, 0, devfn, PCI_CLASS_DEVICE, 2, &x)) in pci_sanity_check() 210 if (o->read(0, 0, devfn, PCI_VENDOR_ID, 2, &x)) in pci_sanity_check()
|
/arch/blackfin/mach-bf561/ |
D | Kconfig | 194 int "MDMA1 0 write/read INT" 197 int "MDMA1 1 write/read INT" 200 int "MDMA2 0 write/read INT" 203 int "MDMA2 1 write/read INT" 206 int "IMDMA 0 write/read INT" 209 int "IMDMA 1 write/read INT"
|
/arch/mips/include/asm/ |
D | pmon.h | 17 int (*read) (int, void*, int); member 35 #define pmon_read(fd, buf, count) debug_vectors->read(fd, buf, count)
|
/arch/mn10300/boot/tools/ |
D | build.c | 108 i = read(fd, buf, sizeof(buf)); in main() 122 for (i = 0; (c = read(fd, buf, sizeof(buf))) > 0; i += c) in main() 163 n = read(fd, buf, l); in main()
|