Searched refs:write (Results 526 - 550 of 2718) sorted by relevance

<<21222324252627282930>>

/linux-master/arch/arm/mm/
H A Dproc-arm740.S111 mov r0, #0x00 @ disable whole write buffer
113 mov r0, #0x02 @ Region 1 write bufferred
119 mcr p15, 0, r0, c5, c0 @ all read/write access
/linux-master/arch/x86/kvm/mmu/
H A Dmmu_internal.h153 * on write protection to record dirty pages, which bypasses PML, since
198 const bool write; member in struct:kvm_page_fault
245 * Indicates the guest is trying to write a gfn that contains one or
246 * more of the PTEs used to translate the write itself, i.e. the access
286 PAGE_SIZE, fault->write, fault->exec,
297 .write = err & PFERR_WRITE_MASK,
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c78 .write = i915_param_int_write,
141 .write = i915_param_uint_write,
195 .write = i915_param_charp_write,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_vm_mips.c117 get_mips_pte_flags(bool read, bool write, u32 cache_policy) argument
121 if (read && write) /* Read/write. */
123 else if (write) /* Write only. */
/linux-master/kernel/
H A Dhung_task.c242 static int proc_dohung_task_timeout_secs(struct ctl_table *table, int write, argument
248 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos);
250 if (ret || !write)
/linux-master/tools/perf/tests/
H A Dpmu.c96 if (write(file, "9999\n", len) < len) {
98 pr_err("Failed to write to 'type' file\n");
121 if (write(file, format->value, strlen(format->value)) < 0) {
122 pr_err("Failed to write to file \"%s\"\n", name);
140 if (write(file, test_event, len) < len) {
142 pr_err("Failed to write to 'test-event' file\n");
/linux-master/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c163 .write = param##_write, \
216 .write = gpio_power_write,
235 .write = start_recovery_write,
300 .write = dynamic_ps_timeout_write,
370 .write = forced_ps_write,
412 .write = split_scan_timeout_write,
679 .write = dtim_interval_write,
737 .write = suspend_dtim_interval_write,
795 .write = beacon_interval_write,
851 .write
[all...]
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py201 fp.write(self.teststamp+'\n')
202 fp.write(self.sysstamp+'\n')
203 fp.write('# command | %s\n' % self.cmdline)
204 fp.write('# kparams | %s\n' % self.kparams)
530 # write the test title and general info header
654 # write the device timeline
655 hf.write(devtl.html)
679 hf.write(html)
687 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
690 hf.write('<di
[all...]
/linux-master/drivers/char/
H A Dps3flash.c34 u64 start_sector, int write)
39 write);
42 __LINE__, write ? "write" : "read", res);
314 .write = ps3flash_user_write,
321 .write = ps3flash_kernel_write,
33 ps3flash_read_write_sectors(struct ps3_storage_device *dev, u64 start_sector, int write) argument
/linux-master/sound/drivers/mpu401/
H A Dmpu401_uart.c13 * mpu->write to your own I/O functions.
217 mpu->write(mpu, 0x00, MPU401D(mpu));
231 mpu->write(mpu, cmd, MPU401C(mpu));
412 * write output pending bytes
425 * setting the output busy bit after each write.
430 mpu->write(mpu, byte, MPU401D(mpu));
561 mpu->write = mpu401_write_mmio;
564 mpu->write = mpu401_write_port;
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py183 self.client.tpm.write(cmd)
200 self.client.tpm.write(cmd)
205 self.client.tpm.write(cmd)
223 self.client.tpm.write(cmd)
226 self.client.tpm.write(cmd)
/linux-master/fs/pstore/
H A Dplatform.c354 ret = psinfo->write(&record);
405 psinfo->write(&record);
409 .write = pstore_console_write,
449 ret = record->psi->write(record);
483 if (!psi->read || !psi->write) {
484 pr_warn("backend '%s' must implement read() and write()\n",
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_debugfs.c154 * ice_debugfs_module_write - write into 'module' file
214 .write = ice_debugfs_module_write,
220 * @buffer: where to write the data for the user to read
239 * ice_debugfs_nr_messages_write - write into 'nr_messages' file
289 .write = ice_debugfs_nr_messages_write,
295 * @buffer: where to write the data for the user to read
315 * ice_debugfs_enable_write - write into 'enable' file
365 * really write anything
371 * an error. Check and enforce this. Otherwise, the write operation
384 .write
[all...]
/linux-master/arch/x86/pci/
H A Dce4100.c12 * write routine. The exception to this is the bridge device. The
34 void (*write)(struct sim_dev_reg *reg, u32 value); member in struct:sim_dev_reg
47 * All read/write functions are called with pci_config_lock held.
280 bus1_fixups[i].write) {
283 bus1_fixups[i].write(&(bus1_fixups[i]), value);
304 return pci_direct_conf1.write(seg, bus, devfn, reg, len, value);
309 .write = ce4100_conf_write,
/linux-master/drivers/atm/
H A Dfore200e.c334 fore200e->bus->write(BSTAT_COLD_START, &fore200e->cp_monitor->bstat);
569 fore200e->bus->write(prom_dma, &entry->cp_entry->cmd.prom_block.prom_haddr);
573 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.prom_block.opcode);
615 .write = fore200e_pca_write,
642 fore200e->bus->write(hcr | SBA200E_HCR_INTR_ENA, fore200e->regs.sba.hcr);
653 fore200e->bus->write(hcr | SBA200E_HCR_INTR_CLR, fore200e->regs.sba.hcr);
658 fore200e->bus->write(SBA200E_HCR_RESET, fore200e->regs.sba.hcr);
660 fore200e->bus->write(0, fore200e->regs.sba.hcr);
681 fore200e->bus->write(0x02, fore200e->regs.sba.isr); /* XXX hardwired interrupt level */
751 .write
[all...]
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h18 #define _PAGE_WRITE 0x00002 /* write access allowed */
524 extern bool arch_pte_access_permitted(u64 pte, bool write, bool execute);
526 static inline bool arch_pte_access_permitted(u64 pte, bool write, bool execute) argument
538 static inline bool pte_access_permitted(pte_t pte, bool write) argument
547 if (write && !pte_write(pte))
550 return arch_pte_access_permitted(pte_val(pte), write, 0);
597 * write implies read, hence set both
936 static inline bool pud_access_permitted(pud_t pud, bool write) argument
938 return pte_access_permitted(pud_pte(pud), write);
982 static inline bool p4d_access_permitted(p4d_t p4d, bool write) argument
1088 pmd_access_permitted(pmd_t pmd, bool write) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_snan.S130 moveb #BUSY_SIZE-4,1(%a7) |write busy size
179 bsrl mem_write |write snan to user memory
201 bsrl mem_write |write snan to user memory
222 bsrl mem_write |write snan to user memory
227 | wrt_dn --- write to a data register
229 | We get here with D1 containing the data to write and D0 the
230 | number of bytes to write: 1=byte,2=word,4=long.
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py337 f_handle.write(string_buffer);
368 f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, aperf, tsc, freq, boost, load, duration_ms, sample_num, elapsed_time, tsc_ghz, common_comm')
369 f_handle.write('\n')
386 open(trace_file,'w').write("1")
395 open(trace_file, 'w').write("0")
405 fp.write(memory)
415 , 'w').write("1")
/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/tools/testing/selftests/mm/
H A Dcow.c144 write(comm_pipes->child_ready[1], "0", 1);
185 write(comm_pipes->child_ready[1], "0", 1);
228 * write-faults by directly mapping pages writable.
234 write(comm_pipes.parent_ready[1], "0", 1);
242 write(comm_pipes.parent_ready[1], "0", 1);
331 write(comm_pipes.child_ready[1], "0", 1);
354 write(comm_pipes.parent_ready[1], "0", 1);
469 write(comm_pipes.child_ready[1], "0", 1);
495 * Modify the page and write page content as observed by the fixed
541 write(comm_pipe
[all...]
/linux-master/drivers/staging/iio/addac/
H A Dadt7316.c242 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG1, config1);
306 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG1, config1);
347 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
440 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
500 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
539 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
577 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG1, config1);
615 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG3, config3);
661 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG3, config3);
707 ret = chip->bus.write(chi
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c82 dev_err(hdev->dev, "Failed to write to I2C, error %d\n", rc);
881 dev_warn_ratelimited(hdev->dev, "Can't write during reset\n");
934 dev_warn_ratelimited(hdev->dev, "Can't write during reset\n");
1023 dev_err(hdev->dev, "Must write 1 to trigger monitor dump\n");
1148 "Failed to write %#02llx to I2C bus %d, addr %d, reg %d, len %d\n",
1431 .write = hl_memory_scrub,
1437 .write = hl_data_write32
1443 .write = hl_data_write64
1448 .write = hl_dma_size_write
1453 .write
[all...]
/linux-master/include/linux/
H A Dpgtable.h202 * write to the page tables may not yet have taken place, so reads though
476 * some PTEs might be write-protected.
668 * some PTEs might be write-protected.
706 * some PTEs might be write-protected.
829 * @nr: Number of entries to write-protect.
835 * some PTEs might be write-protected.
995 #define pte_access_permitted(pte, write) \
996 (pte_present(pte) && (!(write) || pte_write(pte)))
1000 #define pmd_access_permitted(pmd, write) \
1001 (pmd_present(pmd) && (!(write) || pmd_writ
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c338 struct sdio_func *func, int write)
358 write ? "write" : "read", ret);
369 * @write: direction flag
379 bool write, u32 addr,
400 if (!write && sdiodev->settings->bus.sdio.broken_sg_support) {
434 mmc_dat.flags = write ? MMC_DATA_WRITE : MMC_DATA_READ;
436 mmc_cmd.arg = write ? 1<<31 : 0; /* write flag */
467 &addr, sdiodev, func, write);
334 mmc_submit_one(struct mmc_data *md, struct mmc_request *mr, struct mmc_command *mc, int sg_cnt, int req_sz, int func_blk_sz, u32 *addr, struct brcmf_sdio_dev *sdiodev, struct sdio_func *func, int write) argument
377 brcmf_sdiod_sglist_rw(struct brcmf_sdio_dev *sdiodev, struct sdio_func *func, bool write, u32 addr, struct sk_buff_head *pktlist) argument
664 brcmf_sdiod_ramrw(struct brcmf_sdio_dev *sdiodev, bool write, u32 address, u8 *data, uint size) argument
[all...]
/linux-master/arch/arc/kernel/
H A Ddisasm.c102 state->write = 0;
123 state->write = 1;
352 state->write = 1;
359 state->write = 1;
370 state->write = BITS(state->words[0], 6, 6);
374 if (!state->write) {

Completed in 500 milliseconds

<<21222324252627282930>>