Searched full:pstart (Results 1 - 23 of 23) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
H A Dsm750_cursor.c101 void __iomem *pbuffer, *pstart; hw_cursor_setData() local
113 pstart = cursor->vstart; hw_cursor_setData()
114 pbuffer = pstart; hw_cursor_setData()
174 pstart += offset; hw_cursor_setData()
175 pbuffer = pstart; hw_cursor_setData()
192 void __iomem *pbuffer, *pstart; hw_cursor_setData2() local
204 pstart = cursor->vstart; hw_cursor_setData2()
205 pbuffer = pstart; hw_cursor_setData2()
244 pstart += offset; hw_cursor_setData2()
245 pbuffer = pstart; hw_cursor_setData2()
/linux-4.1.27/arch/arm/xen/
H A Dmm.c147 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, xen_create_contiguous_region() argument
155 *dma_handle = pstart; xen_create_contiguous_region()
160 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) xen_destroy_contiguous_region() argument
/linux-4.1.27/include/xen/
H A 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/block/
H A Dioctl.c42 long pstart = start, plength = length; blkpg_ioctl() local
43 if (pstart != start || plength != length blkpg_ioctl()
44 || pstart < 0 || plength < 0 || partno > 65535) blkpg_ioctl()
102 long pstart = start, plength = length; blkpg_ioctl() local
103 if (pstart != start || plength != length blkpg_ioctl()
104 || pstart < 0 || plength < 0) blkpg_ioctl()
/linux-4.1.27/arch/metag/tbx/
H A Dtbicore.S46 * Search the segment list for a match given Id, pStart can be NULL
61 CMP D1Ar1,#0 /* Is pStart provided? */
66 MOVNZ D1Ar3,D1Ar1 /* Use pStart if provided */
/linux-4.1.27/scripts/
H A Dcleanpatch218 my $pstart = $3;
223 $mstart, $mlin, $pstart, $plin-$adj,
H A Danalyze_suspend.py480 pstart = self.dmesg[phase]['start']
482 o = max(0, min(end, pend) - max(start, pstart))
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_wr.h415 dma_addr_t pstart; /* Base physical address of member in struct:csio_q
458 #define csio_q_pstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pstart)
H A Dcsio_wr.c235 q->vstart = pci_zalloc_consistent(hw->pdev, qsz, &q->pstart); csio_wr_alloc_q()
1637 q->vstart, q->pstart); csio_wrm_exit()
/linux-4.1.27/arch/metag/include/asm/
H A Dcacheflush.h21 * the pStart address. If Bytes is >= 4K then the whole of the related cache
H A Dtbx.h932 /* Search the segment list for a match given Id, pStart can be NULL */
933 PTBISEG __TBIFindSeg( PTBISEG pStart, int Id );
1141 /* String table search function, pStart is first entry to check or NULL,
1145 const TBISTR *__TBIFindStr( const TBISTR *pStart,
1371 int __TBIMMUCacheStride( const void *pStart, int Bytes );
1383 void __TBIMMUCacheFlush( const void *pStart, int Bytes, int SegType );
1404 void *__TBICoreCacheOpt( const void *pStart, int Bytes, int SegType, int Mode );
1409 * the channel. If pStart is NULL the whole region must be flushed and this is
1416 void __TBIPhysFlush( int Channel, const void *pStart, int Bytes );
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dprism2fw.c665 u32 pstart; plugimage() local
674 pstart = s3plug[i].addr; plugimage()
715 if (pstart >= cstart && pend <= cend) plugimage()
726 chunkoff = pstart - cstart; plugimage()
729 s3plug[i].itemcode, pstart, s3plug[i].len, plugimage()
/linux-4.1.27/arch/sparc/mm/
H A Dsrmmu.c835 unsigned long pstart = (sp_banks[sp_entry].base_addr & SRMMU_PGDIR_MASK); map_spbank() local
849 do_large_mapping(vstart, pstart); map_spbank()
850 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; map_spbank()
H A Dinit_64.c1504 static unsigned long __ref kernel_map_range(unsigned long pstart, kernel_map_range() argument
1508 unsigned long vstart = PAGE_OFFSET + pstart; kernel_map_range()
/linux-4.1.27/arch/powerpc/mm/
H A Dhash_utils_64.c182 unsigned long pstart, unsigned long prot, htab_bolt_mapping()
195 vstart, vend, pstart, prot, psize, ssize); htab_bolt_mapping()
197 for (vaddr = vstart, paddr = pstart; vaddr < vend; htab_bolt_mapping()
181 htab_bolt_mapping(unsigned long vstart, unsigned long vend, unsigned long pstart, unsigned long prot, int psize, int ssize) htab_bolt_mapping() argument
/linux-4.1.27/arch/x86/xen/
H A Dmmu.c2280 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, xen_create_contiguous_region() argument
2287 unsigned long vstart = (unsigned long)phys_to_virt(pstart); xen_create_contiguous_region()
2327 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) xen_destroy_contiguous_region() argument
2340 vstart = (unsigned long)phys_to_virt(pstart); xen_destroy_contiguous_region()
/linux-4.1.27/include/uapi/linux/
H A Dbtrfs.h211 __u64 pstart; member in struct:btrfs_balance_args
/linux-4.1.27/kernel/
H A Dkexec.c204 unsigned long pstart, pend; sanity_check_segment_list() local
205 pstart = image->segment[j].mem; sanity_check_segment_list()
206 pend = pstart + image->segment[j].memsz; sanity_check_segment_list()
208 if ((mend > pstart) && (mstart < pend)) sanity_check_segment_list()
/linux-4.1.27/fs/btrfs/
H A Dctree.h832 /* devid subset filter [pstart..pend) */
833 __le64 pstart; member in struct:btrfs_disk_balance_args
3021 cpu->pstart = le64_to_cpu(disk->pstart); btrfs_disk_balance_args_to_cpu()
3039 disk->pstart = cpu_to_le64(cpu->pstart); btrfs_cpu_balance_args_to_disk()
H A Dvolumes.c2995 /* [pstart, pend) */ chunk_drange_filter()
3032 stripe_offset + stripe_length > bargs->pstart) chunk_drange_filter()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmmu-hash64.h358 unsigned long pstart, unsigned long prot,
/linux-4.1.27/arch/arc/mm/
H A Dcache_arc700.c452 #define __ic_line_inv_vaddr(pstart, vstart, sz)
/linux-4.1.27/include/trace/events/
H A Dext4.h633 TP_printk("dev %d,%d ino %lu pstart %llu len %u lstart %llu",
700 TP_printk("dev %d,%d pstart %llu len %u",

Completed in 2254 milliseconds