Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_cursor.c101 void __iomem *pbuffer, *pstart; in hw_cursor_setData() local
113 pstart = cursor->vstart; in hw_cursor_setData()
114 pbuffer = pstart; in hw_cursor_setData()
174 pstart += offset; in hw_cursor_setData()
175 pbuffer = pstart; in hw_cursor_setData()
192 void __iomem *pbuffer, *pstart; in hw_cursor_setData2() local
204 pstart = cursor->vstart; in hw_cursor_setData2()
205 pbuffer = pstart; in hw_cursor_setData2()
244 pstart += offset; in hw_cursor_setData2()
245 pbuffer = pstart; in hw_cursor_setData2()
/linux-4.1.27/block/
Dioctl.c42 long pstart = start, plength = length; in blkpg_ioctl() local
43 if (pstart != start || plength != length in blkpg_ioctl()
44 || pstart < 0 || plength < 0 || partno > 65535) in blkpg_ioctl()
102 long pstart = start, plength = length; in blkpg_ioctl() local
103 if (pstart != start || plength != length in blkpg_ioctl()
104 || pstart < 0 || plength < 0) in blkpg_ioctl()
/linux-4.1.27/include/xen/
Dxen-ops.h24 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order,
28 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
/linux-4.1.27/arch/arm/xen/
Dmm.c147 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
155 *dma_handle = pstart; in xen_create_contiguous_region()
160 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
/linux-4.1.27/scripts/
Dcleanpatch218 my $pstart = $3;
223 $mstart, $mlin, $pstart, $plin-$adj,
Danalyze_suspend.py480 pstart = self.dmesg[phase]['start']
482 o = max(0, min(end, pend) - max(start, pstart))
/linux-4.1.27/drivers/staging/wlan-ng/
Dprism2fw.c665 u32 pstart; in plugimage() local
674 pstart = s3plug[i].addr; in plugimage()
715 if (pstart >= cstart && pend <= cend) in plugimage()
726 chunkoff = pstart - cstart; in plugimage()
729 s3plug[i].itemcode, pstart, s3plug[i].len, in plugimage()
/linux-4.1.27/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.c235 q->vstart = pci_zalloc_consistent(hw->pdev, qsz, &q->pstart); in csio_wr_alloc_q()
1637 q->vstart, q->pstart); in csio_wrm_exit()
/linux-4.1.27/arch/powerpc/mm/
Dhash_utils_64.c182 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument
195 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping()
197 for (vaddr = vstart, paddr = pstart; vaddr < vend; in htab_bolt_mapping()
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-hash64.h358 unsigned long pstart, unsigned long prot,
/linux-4.1.27/arch/x86/xen/
Dmmu.c2280 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
2287 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region()
2327 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
2340 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
/linux-4.1.27/arch/sparc/mm/
Dsrmmu.c835 unsigned long pstart = (sp_banks[sp_entry].base_addr & SRMMU_PGDIR_MASK); in map_spbank() local
849 do_large_mapping(vstart, pstart); in map_spbank()
850 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; in map_spbank()
Dinit_64.c1504 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument
1508 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
/linux-4.1.27/include/uapi/linux/
Dbtrfs.h211 __u64 pstart; member
/linux-4.1.27/arch/arc/mm/
Dcache_arc700.c452 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
/linux-4.1.27/kernel/
Dkexec.c204 unsigned long pstart, pend; in sanity_check_segment_list() local
205 pstart = image->segment[j].mem; in sanity_check_segment_list()
206 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list()
208 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
/linux-4.1.27/fs/btrfs/
Dctree.h833 __le64 pstart; member
3021 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu()
3039 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
Dvolumes.c3032 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()