| /Linux-v5.4/drivers/staging/sm750fb/ |
| D | sm750_cursor.c | 91 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.4/include/xen/ |
| D | xen-ops.h | 46 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.4/arch/arm/xen/ |
| D | mm.c | 119 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 127 *dma_handle = pstart; in xen_create_contiguous_region() 131 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
|
| /Linux-v5.4/block/ |
| D | ioctl.c | 44 long pstart = start, plength = length; in blkpg_ioctl() local 45 if (pstart != start || plength != length in blkpg_ioctl() 46 || pstart < 0 || plength < 0 || partno > 65535) in blkpg_ioctl() 107 long pstart = start, plength = length; in blkpg_ioctl() local 108 if (pstart != start || plength != length in blkpg_ioctl() 109 || pstart < 0 || plength < 0) in blkpg_ioctl()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | perf_cpum_cf_diag.c | 428 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.4/arch/x86/include/asm/ |
| D | init.h | 15 unsigned long pstart, unsigned long pend);
|
| /Linux-v5.4/scripts/ |
| D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
| /Linux-v5.4/arch/x86/mm/ |
| D | ident_map.c | 90 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.4/kernel/ |
| D | kexec_core.c | 193 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.4/drivers/staging/wlan-ng/ |
| D | prism2fw.c | 681 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.4/drivers/scsi/csiostor/ |
| 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)
|
| D | csio_wr.c | 236 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.4/drivers/gpio/ |
| D | gpio-merrifield.c | 43 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 46 .pin_base = (pstart), \
|
| /Linux-v5.4/drivers/nvdimm/ |
| D | bus.c | 912 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local 934 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check() 937 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
|
| /Linux-v5.4/arch/powerpc/mm/book3s64/ |
| D | hash_utils.c | 245 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument 258 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 260 for (vaddr = vstart, paddr = pstart; vaddr < vend; in htab_bolt_mapping()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | btrfs_tree.h | 686 __le64 pstart; member
|
| D | btrfs.h | 298 __u64 pstart; member
|
| /Linux-v5.4/arch/sparc/mm/ |
| D | srmmu.c | 868 unsigned long pstart = (sp_banks[sp_entry].base_addr & SRMMU_PGDIR_MASK); in map_spbank() local 882 do_large_mapping(vstart, pstart); in map_spbank() 883 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; in map_spbank()
|
| D | init_64.c | 1786 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument 1790 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
|
| /Linux-v5.4/arch/x86/xen/ |
| D | mmu_pv.c | 2586 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 2593 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() 2629 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument 2639 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
| D | mmu-hash.h | 491 unsigned long pstart, unsigned long prot,
|
| /Linux-v5.4/fs/btrfs/ |
| D | ctree.h | 2083 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu() 2103 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
|
| D | volumes.c | 3501 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter() 3941 bargs->pstart, bargs->pend); in describe_balance_args()
|
| /Linux-v5.4/arch/arc/mm/ |
| D | cache.c | 662 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
| /Linux-v5.4/fs/ocfs2/ |
| D | refcounttree.c | 4516 loff_t pstart, plen; in ocfs2_reflink_remap_extent() local 4547 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent() 4549 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen); in ocfs2_reflink_remap_extent()
|