/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 101 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/ |
D | ioctl.c | 42 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/ |
D | xen-ops.h | 24 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/ |
D | mm.c | 147 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/ |
D | cleanpatch | 218 my $pstart = $3; 223 $mstart, $mlin, $pstart, $plin-$adj,
|
D | analyze_suspend.py | 480 pstart = self.dmesg[phase]['start'] 482 o = max(0, min(end, pend) - max(start, pstart))
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | prism2fw.c | 665 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/ |
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 | 235 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/ |
D | hash_utils_64.c | 182 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/ |
D | mmu-hash64.h | 358 unsigned long pstart, unsigned long prot,
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 2280 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/ |
D | srmmu.c | 835 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()
|
D | init_64.c | 1504 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/ |
D | btrfs.h | 211 __u64 pstart; member
|
/linux-4.1.27/arch/arc/mm/ |
D | cache_arc700.c | 452 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
/linux-4.1.27/kernel/ |
D | kexec.c | 204 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/ |
D | ctree.h | 833 __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()
|
D | volumes.c | 3032 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
|