Searched refs:write (Results 276 - 300 of 2711) sorted by path

<<11121314151617181920>>

/linux-master/arch/loongarch/pci/
H A Dpci.c35 return bus_tmp->ops->write(bus_tmp, devfn, reg, len, val);
/linux-master/arch/m68k/amiga/
H A Dconfig.c655 registered = !!amiga_console_driver.write;
656 amiga_console_driver.write = amiga_mem_console_write;
746 registered = !!amiga_console_driver.write;
747 amiga_console_driver.write = amiga_serial_console_write;
/linux-master/arch/m68k/coldfire/
H A Dpci.c126 .write = mcf_pci_writeconfig,
/linux-master/arch/m68k/emu/
H A Dnfcon.c57 .write = nfcon_write,
96 .write = nfcon_tty_write,
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S387 | mem_write --- write to user or supervisor address space
395 | d0 - number of bytes to write (maximum count is 12)
483 movesb %d1,(%a1)+ | write user byte
498 moveb %d1,(%a1)+ | write supervisor byte
/linux-master/arch/m68k/ifpsp060/
H A Dos.S57 | Each IO routine checks to see if the memory write/read is to/from user
68 | Linux/68k: The _060_[id]mem_{read,write}_{byte,word,long} functions
81 | d0 - number of bytes to write
342 move.b %d1,(%a1)+ | write supervisor byte
/linux-master/arch/m68k/kernel/
H A Dearly_printk.c34 .write = debug_cons_write,
H A Dsetup_mm.c598 .write = m68k_nvram_write,
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c86 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word) argument
128 if (write) {
/linux-master/arch/m68k/q40/
H A Dconfig.c51 .write = q40_mem_console_write,
/linux-master/arch/m68k/sun3x/
H A Dprom.c84 /* debug console - write-only */
88 .write = sun3x_prom_write,
/linux-master/arch/m68k/tools/amiga/
H A Ddmesg.c64 write(1, &m->data, m->size);
/linux-master/arch/mips/boot/
H A Delf2ecoff.c91 if ((count = write(out, ibuf, cur)) != cur) {
92 perror("copy: write");
516 i = write(outfile, &efh, sizeof efh);
518 perror("efh: write");
532 i = write(outfile, &eah, sizeof eah);
534 perror("eah: write");
541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr));
543 perror("esecs: write");
551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad);
553 perror("ipad: write");
[all...]
/linux-master/arch/mips/cavium-octeon/
H A Dflash_setup.c107 flash_map.write = octeon_flash_map_write;
/linux-master/arch/mips/fw/arc/
H A Darc_con.c38 .write = prom_console_write,
H A Dfile.c24 return ARC_CALL4(write, FileID, Buffer, N, Count);
/linux-master/arch/mips/include/asm/
H A Dio.h163 * the CPU. Also enables full write-combining. Useful for some
181 * but accelerated by means of write-combining feature. It is specifically
198 static inline void pfx##write##bwlq(type val, \
H A Dsgiarcs.h227 LONG write; member in struct:linux_romvec
H A Dtraps.h62 unsigned long write, unsigned long address);
/linux-master/arch/mips/kernel/
H A Dspram.c117 void (*write)(unsigned int, unsigned int))
154 write(offset, tag0);
H A Dvpe.c179 might -- code, read-only data, read-write data, small data. Tally
868 .write = vpe_write,
/linux-master/arch/mips/kvm/
H A Dloongson_ipi.c187 .write = kvm_ipi_write,
/linux-master/arch/mips/mm/
H A Dfault.c39 static void __do_page_fault(struct pt_regs *regs, unsigned long write, argument
54 current->comm, current->pid, field, address, write,
112 if (write) {
123 field, address, write,
134 field, address, write,
198 tsk->thread.error_code = write;
204 write ? "write access to" : "read access from",
265 write ? "write acces
324 do_page_fault(struct pt_regs *regs, unsigned long write, unsigned long address) argument
[all...]
/linux-master/arch/mips/pci/
H A Dops-bcm63xx.c106 /* two phase cycle, first we write address, then read data at
127 /* two phase cycle, first we write address, then write data to
177 .write = bcm63xx_pci_write
289 * emulate configuration write access on a cardbus bridge
406 .write = bcm63xx_cb_write,
527 .write = bcm63xx_pcie_write
H A Dops-loongson2.c116 * read/write a 32bit word and mask/modify the data we actually want.
176 .write = loongson_pcibios_write

Completed in 243 milliseconds

<<11121314151617181920>>