Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_cursor.c103 void __iomem *pbuffer, *pstart; in hw_cursor_setData() local
115 pstart = cursor->vstart; in hw_cursor_setData()
116 pbuffer = pstart; in hw_cursor_setData()
149 pstart += offset; in hw_cursor_setData()
150 pbuffer = pstart; in hw_cursor_setData()
167 void __iomem *pbuffer, *pstart; in hw_cursor_setData2() local
179 pstart = cursor->vstart; in hw_cursor_setData2()
180 pbuffer = pstart; in hw_cursor_setData2()
196 pstart += offset; in hw_cursor_setData2()
197 pbuffer = pstart; in hw_cursor_setData2()
/linux-4.4.14/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.4.14/arch/arm/xen/
Dmm.c166 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
174 *dma_handle = pstart; in xen_create_contiguous_region()
179 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
/linux-4.4.14/block/
Dioctl.c43 long pstart = start, plength = length; in blkpg_ioctl() local
44 if (pstart != start || plength != length in blkpg_ioctl()
45 || pstart < 0 || plength < 0 || partno > 65535) in blkpg_ioctl()
103 long pstart = start, plength = length; in blkpg_ioctl() local
104 if (pstart != start || plength != length in blkpg_ioctl()
105 || pstart < 0 || plength < 0) in blkpg_ioctl()
/linux-4.4.14/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.4.14/drivers/staging/wlan-ng/
Dprism2fw.c662 u32 pstart; in plugimage() local
671 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.4.14/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.4.14/kernel/
Dkexec_core.c189 unsigned long pstart, pend; in sanity_check_segment_list() local
191 pstart = image->segment[j].mem; in sanity_check_segment_list()
192 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list()
194 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
/linux-4.4.14/arch/powerpc/mm/
Dhash_utils_64.c183 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument
196 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping()
198 for (vaddr = vstart, paddr = pstart; vaddr < vend; in htab_bolt_mapping()
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash64.h359 unsigned long pstart, unsigned long prot,
/linux-4.4.14/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.c1561 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument
1565 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
/linux-4.4.14/include/uapi/linux/
Dbtrfs.h217 __u64 pstart; member
/linux-4.4.14/arch/x86/xen/
Dmmu.c2622 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
2629 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region()
2669 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
2682 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
/linux-4.4.14/arch/arc/mm/
Dcache.c529 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
/linux-4.4.14/fs/btrfs/
Dctree.h843 __le64 pstart; member
3065 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu()
3083 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
Dvolumes.c3238 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()