Home
last modified time | relevance | path

Searched refs:pstart (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/staging/sm750fb/
H A Dsm750_cursor.c90 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_set_data() local
102 pstart = cursor->vstart; in sm750_hw_cursor_set_data()
103 pbuffer = pstart; in sm750_hw_cursor_set_data()
126 pstart += offset; in sm750_hw_cursor_set_data()
127 pbuffer = pstart; in sm750_hw_cursor_set_data()
140 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_set_data2() local
152 pstart = cursor->vstart; in sm750_hw_cursor_set_data2()
153 pbuffer = pstart; in sm750_hw_cursor_set_data2()
169 pstart += offset; in sm750_hw_cursor_set_data2()
170 pbuffer = pstart; in sm750_hw_cursor_set_data2()
/linux/arch/x86/include/asm/xen/
H A Dswiotlb-xen.h6 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order,
9 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
/linux/drivers/gpio/
H A Dgpio-tangier.h58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument
61 .pin_base = (pstart), \
/linux/scripts/
H A Dcleanpatch220 my $pstart = $3;
225 $mstart, $mlin, $pstart, $plin-$adj,
/linux/arch/x86/include/asm/
H A Dinit.h16 unsigned long pstart, unsigned long pend);
/linux/fs/erofs/
H A Dfscache.c120 loff_t pstart, struct erofs_fscache_io *io) in erofs_fscache_read_io_async() argument
136 pstart, &len, LLONG_MAX, &flags, 0); in erofs_fscache_read_io_async()
146 ret = fscache_read(cres, pstart, iter, NETFS_READ_HOLE_FAIL, in erofs_fscache_read_io_async()
158 pstart += len; in erofs_fscache_read_io_async()
/linux/drivers/scsi/csiostor/
H A Dcsio_wr.h415 dma_addr_t pstart; /* Base physical address of member
458 #define csio_q_pstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pstart)
H A Dcsio_wr.c236 q->vstart = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q()
1710 q->vstart, q->pstart); in csio_wrm_exit()
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-dec.c242 static int delta_mjpeg_ipc_decode(struct delta_ctx *pctx, dma_addr_t pstart, dma_addr_t pend) in delta_mjpeg_ipc_decode() argument
259 params->picture_start_addr_p = pstart; in delta_mjpeg_ipc_decode()
/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c541 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cfdiag_diffctrset() argument
543 for (; --counters >= 0; ++pstart, ++pstop) in cfdiag_diffctrset()
544 if (*pstop >= *pstart) in cfdiag_diffctrset()
545 *pstop -= *pstart; in cfdiag_diffctrset()
547 *pstop = *pstart - *pstop + 1; in cfdiag_diffctrset()
/linux/drivers/nvdimm/
H A Dbus.c958 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local
980 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check()
983 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
/linux/arch/x86/xen/
H A Dmmu_pv.c2352 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
2359 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region()
2396 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
2406 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c622 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument
635 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping()
639 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
/linux/fs/iomap/
H A Dbuffered-io.c1604 pgoff_t pstart = *start >> PAGE_SHIFT; in iomap_fill_dirty_folios() local
1613 count = filemap_get_folios_dirty(mapping, &pstart, pend, iter->fbatch); in iomap_fill_dirty_folios()
1614 *start = (pstart << PAGE_SHIFT); in iomap_fill_dirty_folios()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h496 unsigned long pstart, unsigned long prot,
/linux/arch/arc/mm/
H A Dcache.c542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
/linux/fs/btrfs/
H A Dvolumes.c3758 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu()
3777 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
4068 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
4674 bargs->pstart, bargs->pend); in describe_balance_args()
/linux/lib/
H A Dmaple_tree.c1310 unsigned long pstart, gap, max_gap; in ma_leaf_max_gap() local
1362 pstart = pivots[i - 1]; in ma_leaf_max_gap()
1363 gap = pivots[i] - pstart; in ma_leaf_max_gap()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py1968 pstart = self.dmesg[phase]['start']
1971 o = max(0, min(end, pend) - max(start, pstart))