/Linux-v5.10/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.10/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.10/arch/arm/xen/ |
D | mm.c | 121 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/ |
D | init.h | 15 unsigned long pstart, unsigned long pend);
|
/Linux-v5.10/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.10/scripts/ |
D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
/Linux-v5.10/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.10/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.10/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.10/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.10/block/ |
D | ioctl.c | 40 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/ |
D | gpio-merrifield.c | 43 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 46 .pin_base = (pstart), \
|
/Linux-v5.10/drivers/nvdimm/ |
D | bus.c | 941 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/ |
D | hash_utils.c | 248 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/ |
D | btrfs_tree.h | 694 __le64 pstart; member
|
D | btrfs.h | 335 __u64 pstart; member
|
/Linux-v5.10/arch/sparc/mm/ |
D | srmmu.c | 859 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()
|
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-v5.10/arch/x86/xen/ |
D | mmu_pv.c | 2268 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/ |
D | mmu-hash.h | 491 unsigned long pstart, unsigned long prot,
|
/Linux-v5.10/fs/btrfs/ |
D | ctree.h | 2221 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()
|
D | volumes.c | 3461 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/ |
D | cache.c | 662 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
/Linux-v5.10/fs/ocfs2/ |
D | refcounttree.c | 4518 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()
|