Home
last modified time | relevance | path

Searched refs:from (Results 5776 - 5800 of 7910) sorted by relevance

1...<<231232233234235236237238239240>>...317

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c268 static ssize_t hisi_spi_nor_read(struct spi_nor *nor, loff_t from, size_t len, in hisi_spi_nor_read() argument
280 from + offset, host->dma_buffer, trans, FMC_OP_READ); in hisi_spi_nor_read()
H A Dnxp-spifi.c173 static ssize_t nxp_spifi_read(struct spi_nor *nor, loff_t from, size_t len, in nxp_spifi_read() argument
183 memcpy_fromio(buf, spifi->flash_base + from, len); in nxp_spifi_read()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dscale.S9 | The entry point sscale is called from do_func to emulate
89 fmovel #0,%FPSR |clr status from above
H A Dx_unfl.S151 | If the exception bit set is E3, the exceptional operand from the
192 bfextu FPCR_MODE(%a6){#2:#2},%d1 |get mode from FPCR
H A Dx_store.S42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b
54 | handlers restore fp0-fp3 from there.
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkvm_book3s.h179 gva_t eaddr, void *to, void *from,
184 void *from, unsigned long n);
440 * This packs a VCPU ID from the [0..KVM_MAX_VCPU_IDS) space down to the
445 * The implementation leaves VCPU IDs from the range [0..KVM_MAX_VCPUS) (block
462 * Finally, VCPU IDs from blocks 5..7 will only be seen if the guest is using a
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-common.S38 * from those features make this path too inefficient.
127 * This is how we return from a fork.
179 mrs saved_psr, spsr @ called from non-FIQ mode, so ok.
218 tst saved_psr, #PSR_T_BIT @ this is SPSR from save_user_regs
H A Diwmmxt.S78 * called from prefetch exception handler with interrupts enabled
112 ret r9 @ normal exit from exception
276 1: @ this task owns Concan regs -- grab a copy from there
287 * Restore Concan state from given memory address
290 * r1 = memory address where to get Concan state from
329 * Called only from the iwmmxt notifier with task preemption disabled.
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-v7m.S178 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
184 mov r1, r0, lsr r2 @ extract cache type bits from clidr
233 * working outwards from L1 cache. This is done using Set/Way based cache
285 * - the Icache does not read data from the write buffer
301 * - the Icache does not read data from the write buffer
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup_64.c205 * Setup the trampolines from the lowmem exception vectors in configure_exceptions()
299 * will be off from dt-ftrs but we need to turn it on for the in cpu_ready_for_interrupts()
335 * some very early initializations from the probe() routine, but
355 * which relies on the current task from the PACA. in early_setup()
452 * Right after we return from this function, we turn on the MMU in early_setup()
506 * When book3e boots from kexec, the ePAPR spin table does in use_spinloop()
509 return of_property_read_bool(of_chosen, "linux,booted-from-kexec"); in use_spinloop()
822 static int pcpu_cpu_distance(unsigned int from, unsigned int to) in pcpu_cpu_distance() argument
824 if (early_cpu_to_node(from) == early_cpu_to_node(to)) in pcpu_cpu_distance()
912 * on the decrementer interrupt, so it does not suffer from thi
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dskmsg.h126 int sk_msg_zerocopy_from_iter(struct sock *sk, struct iov_iter *from,
128 int sk_msg_memcopy_from_iter(struct sock *sk, struct iov_iter *from,
H A Dpnp.h450 const char *id, struct pnp_dev *from);
481 static inline struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) { return NULL; } in pnp_request_card_device() argument
H A Dlockdep.h31 struct lockdep_map *from) in lockdep_copy_map()
35 *to = *from; in lockdep_copy_map()
50 * We only grow the list, never remove from it:
58 /* bitmap of different dependencies from head to this */
119 * the range from 0 to (MAX_LOCKDEP_KEYS-1) inclusive.
130 * are separated from each other too.]
215 * or they are too narrow (they suffer from a false class-split):
30 lockdep_copy_map(struct lockdep_map *to, struct lockdep_map *from) lockdep_copy_map() argument
/kernel/linux/linux-5.10/sound/sh/
H A Daica.c6 * Requires firmware (BSD licenced) available from:
104 static void spu_memload(u32 toi, const void *from, int length) in spu_memload() argument
107 const u32 *froml = from; in spu_memload()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c61 * from to branch_i
67 * from to branch_i+1
77 * overlap and iterate from the start until the end.
148 process_basic_block(prev, &bi[i].from, &bi[i].flags); in process_branch_stack()
167 err = addr_map_symbol__inc_samples(&bi->from, sample, evsel); in hist_iter__branch_callback()
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak46 # Use this to escape newlines from within a shell call;
62 # Use this to unescape newlines from within a shell call;
/kernel/linux/linux-5.10/fs/fuse/
H A Dcuse.c8 * CUSE enables character devices to be implemented from userland much
26 * the lookup table preventing further access from cdev, cdev and
89 * On open, CUSE opens a file from the FUSE mnt and stores it to
102 static ssize_t cuse_write_iter(struct kiocb *kiocb, struct iov_iter *from) in cuse_write_iter() argument
110 return fuse_direct_io(&io, from, &pos, in cuse_write_iter()
552 /* remove from the conntbl, no more access from this point on */ in cuse_channel_release()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmmap.c28 * Get one page from cache or lower f/s, return error otherwise.
174 * @page: Page from eCryptfs inode mapping into which to stick the read data
196 "the encrypted content from the lower " in ecryptfs_readpage()
198 "from the xattr into the header; rc = " in ecryptfs_readpage()
302 "from the lower file whilst " in ecryptfs_write_begin()
303 "inserting the metadata from " in ecryptfs_write_begin()
357 /* Writing to a new page, and creating a small hole from start in ecryptfs_write_begin()
468 unsigned from = pos & (PAGE_SIZE - 1); in ecryptfs_write_end() local
469 unsigned to = from + copied; in ecryptfs_write_end()
/kernel/linux/linux-5.10/fs/hfs/
H A Dsuper.c211 if (arg->to - arg->from != 4) in match_fourchar()
213 memcpy(result, arg->from, 4); in match_fourchar()
220 * adapted from linux/fs/msdos/inode.c written 1992,93 by Werner Almesberger
372 * from the disk to read the root inode. This includes parsing the
/kernel/linux/linux-5.10/kernel/
H A Dsoftirq.c212 * well to make sure we eventually return from this method.
224 * When we run softirqs from irq_exit() and thus on the hardirq stack we need
355 * Prevent raise_softirq from needlessly waking up ksoftirqd in irq_enter_rcu()
356 * here, as softirq will be serviced on return from interrupt. in irq_enter_rcu()
391 * to prevent from any overrun. in invoke_softirq()
463 * actually run the softirq once we return from in raise_softirq_irqoff()
613 pr_notice("Attempt to kill tasklet from interrupt\n"); in tasklet_kill()
760 unsigned int __weak arch_dynirq_lower_bound(unsigned int from) in arch_dynirq_lower_bound() argument
762 return from; in arch_dynirq_lower_bound()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c241 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask() argument
246 while (--(*bits) > 0 && mask && (to & mask) != from) in range_to_mask()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.c14 /* Write pde (index) from the page directory @pd to the page table @pt */
188 u64 from = start; in gen6_alloc_va_range() local
224 gen6_flush_pd(ppgtt, from, start); in gen6_alloc_va_range()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dpage.c287 * nilfs_copy_back_pages -- copy back pages to original cache from shadow cache
319 /* Do we not need to remove page from smap here? */ in nilfs_copy_back_pages()
374 * This page may have been removed from the address in nilfs_clear_dirty_pages()
431 unsigned int from, unsigned int to) in nilfs_page_count_clean_buffers()
441 if (block_end > from && block_start < to && !buffer_dirty(bh)) in nilfs_page_count_clean_buffers()
460 * flag of pages when it copies back pages from shadow cache to the
491 * starts from a block offset equal to or larger than @start_blk. If
430 nilfs_page_count_clean_buffers(struct page *page, unsigned int from, unsigned int to) nilfs_page_count_clean_buffers() argument
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c268 static ssize_t hisi_spi_nor_read(struct spi_nor *nor, loff_t from, size_t len, in hisi_spi_nor_read() argument
280 from + offset, host->dma_buffer, trans, FMC_OP_READ); in hisi_spi_nor_read()
H A Dnxp-spifi.c172 static ssize_t nxp_spifi_read(struct spi_nor *nor, loff_t from, size_t len, in nxp_spifi_read() argument
182 memcpy_fromio(buf, spifi->flash_base + from, len); in nxp_spifi_read()

Completed in 21 milliseconds

1...<<231232233234235236237238239240>>...317