Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/staging/sm750fb/
Dsm750_cursor.c91 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData() local
103 pstart = cursor->vstart; in sm750_hw_cursor_setData()
104 pbuffer = pstart; in sm750_hw_cursor_setData()
127 pstart += offset; in sm750_hw_cursor_setData()
128 pbuffer = pstart; in sm750_hw_cursor_setData()
141 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData2() local
153 pstart = cursor->vstart; in sm750_hw_cursor_setData2()
154 pbuffer = pstart; in sm750_hw_cursor_setData2()
170 pstart += offset; in sm750_hw_cursor_setData2()
171 pbuffer = pstart; in sm750_hw_cursor_setData2()
/Linux-v5.10/include/xen/
Dxen-ops.h46 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order,
50 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
52 static inline int xen_create_contiguous_region(phys_addr_t pstart, in xen_create_contiguous_region() argument
60 static inline void xen_destroy_contiguous_region(phys_addr_t pstart, in xen_destroy_contiguous_region() argument
/Linux-v5.10/arch/arm/xen/
Dmm.c121 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
129 *dma_handle = pstart; in xen_create_contiguous_region()
133 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
/Linux-v5.10/arch/x86/include/asm/
Dinit.h15 unsigned long pstart, unsigned long pend);
/Linux-v5.10/arch/x86/mm/
Dident_map.c90 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument
92 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
/Linux-v5.10/scripts/
Dcleanpatch220 my $pstart = $3;
225 $mstart, $mlin, $pstart, $plin-$adj,
/Linux-v5.10/arch/s390/kernel/
Dperf_cpum_cf_diag.c428 static void cf_diag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cf_diag_diffctrset() argument
430 for (; --counters >= 0; ++pstart, ++pstop) in cf_diag_diffctrset()
431 if (*pstop >= *pstart) in cf_diag_diffctrset()
432 *pstop -= *pstart; in cf_diag_diffctrset()
434 *pstop = *pstart - *pstop; in cf_diag_diffctrset()
/Linux-v5.10/kernel/
Dkexec_core.c193 unsigned long pstart, pend; in sanity_check_segment_list() local
195 pstart = image->segment[j].mem; in sanity_check_segment_list()
196 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list()
198 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
/Linux-v5.10/drivers/staging/wlan-ng/
Dprism2fw.c681 u32 pstart; in plugimage() local
690 pstart = s3plug[i].addr; in plugimage()
731 if (pstart >= cstart && pend <= cend) in plugimage()
742 chunkoff = pstart - cstart; in plugimage()
745 s3plug[i].itemcode, pstart, s3plug[i].len, in plugimage()
/Linux-v5.10/drivers/scsi/csiostor/
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)
Dcsio_wr.c236 q->vstart = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q()
1711 q->vstart, q->pstart); in csio_wrm_exit()
/Linux-v5.10/block/
Dioctl.c40 long pstart = start, plength = length; in blkpg_do_ioctl() local
42 if (pstart != start || plength != length || pstart < 0 || in blkpg_do_ioctl()
/Linux-v5.10/drivers/gpio/
Dgpio-merrifield.c43 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument
46 .pin_base = (pstart), \
/Linux-v5.10/drivers/nvdimm/
Dbus.c941 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local
963 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check()
966 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c248 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument
261 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping()
265 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h694 __le64 pstart; member
Dbtrfs.h335 __u64 pstart; member
/Linux-v5.10/arch/sparc/mm/
Dsrmmu.c859 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local
873 do_large_mapping(vstart, pstart); in map_spbank()
874 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
Dinit_64.c1757 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument
1761 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
/Linux-v5.10/arch/x86/xen/
Dmmu_pv.c2268 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
2275 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region()
2311 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
2321 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h491 unsigned long pstart, unsigned long prot,
/Linux-v5.10/fs/btrfs/
Dctree.h2221 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu()
2241 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
Dvolumes.c3461 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
3908 bargs->pstart, bargs->pend); in describe_balance_args()
/Linux-v5.10/arch/arc/mm/
Dcache.c662 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
/Linux-v5.10/fs/ocfs2/
Drefcounttree.c4518 loff_t pstart, plen; in ocfs2_reflink_remap_extent() local
4549 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent()
4551 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen); in ocfs2_reflink_remap_extent()

12