| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_cursor.c | 90 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 D | swiotlb-xen.h | 6 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 D | gpio-tangier.h | 58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 61 .pin_base = (pstart), \
|
| /linux/scripts/ |
| H A D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
| /linux/arch/x86/include/asm/ |
| H A D | init.h | 16 unsigned long pstart, unsigned long pend);
|
| /linux/mm/ |
| H A D | debug_vm_pgtable.c | 1068 * Check if a physical memory range described by <pstart, pend> contains in debug_vm_pgtable_alloc_huge_page() 1074 static void __init phys_align_check(phys_addr_t pstart, 1080 if (pstart == 0) in phys_align_check() 1081 pstart = PAGE_SIZE; in phys_align_check() 1083 aligned_start = ALIGN(pstart, psize); in phys_align_check() 1095 phys_addr_t phys, pstart, pend; in init_fixed_pfns() 1116 for_each_mem_range(idx, &pstart, &pend) { in init_fixed_pfns() 1118 phys_align_check(pstart, pend, PUD_SIZE, &phys, in init_fixed_pfns() 1130 phys_align_check(pstart, pend, PMD_SIZE, &phys, in init_fixed_pfns() 1077 phys_align_check(phys_addr_t pstart,phys_addr_t pend,unsigned long psize,phys_addr_t * physp,unsigned long * alignp) phys_align_check() argument 1098 phys_addr_t phys, pstart, pend; init_fixed_pfns() local
|
| /linux/fs/erofs/ |
| H A D | fscache.c | 120 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 D | csio_wr.h | 415 dma_addr_t pstart; /* Base physical address of member 458 #define csio_q_pstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pstart)
|
| H A D | csio_wr.c | 236 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 D | delta-mjpeg-dec.c | 242 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/kernel/ |
| H A D | kexec_core.c | 156 unsigned long pstart, pend; in sanity_check_segment_list() local 158 pstart = image->segment[j].mem; in sanity_check_segment_list() 159 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 161 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
|
| /linux/fs/smb/client/ |
| H A D | sess.c | 748 unsigned char *pstart, in cifs_security_buffer_from_str() argument 752 unsigned char *tmp = pstart; in cifs_security_buffer_from_str() 762 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 772 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_cpum_cf.c | 541 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 D | bus.c | 958 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 D | mmu_pv.c | 2348 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 2355 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() 2392 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument 2402 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 622 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 D | buffered-io.c | 1604 pgoff_t pstart = *start >> PAGE_SHIFT; in iomap_fill_dirty_folios() 1613 count = filemap_get_folios_dirty(mapping, &pstart, pend, iter->fbatch); 1614 *start = (pstart << PAGE_SHIFT); 1599 pgoff_t pstart = *start >> PAGE_SHIFT; iomap_fill_dirty_folios() local
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu-hash.h | 496 unsigned long pstart, unsigned long prot,
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 1016 /* devid subset filter [pstart..pend) */ 1017 __le64 pstart; 1007 __le64 pstart; global() member
|
| H A D | btrfs.h | 371 __u64 pstart; 370 __u64 pstart; global() member
|
| /linux/arch/arc/mm/ |
| H A D | cache.c | 542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 3750 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu() 3769 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk() 4032 /* [pstart, pend) */ 4060 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter() 4666 bargs->pstart, bargs->pend); in describe_balance_args()
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 1757 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/fs/ocfs2/ |
| H A D | refcounttree.c | 4502 loff_t pstart, plen; in ocfs2_reflink_remap_extent() local 4533 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent() 4535 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen); in ocfs2_reflink_remap_extent()
|
| /linux/lib/ |
| H A D | maple_tree.c | 1310 unsigned long pstart, gap, max_gap; in mas_leaf_max_gap() local 1369 pstart = pivots[i - 1]; in mas_leaf_max_gap() 1370 gap = pivots[i] - pstart; in mas_leaf_max_gap()
|