/linux-4.4.14/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 103 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/ |
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.4.14/arch/arm/xen/ |
D | mm.c | 166 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/ |
D | ioctl.c | 43 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/ |
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.4.14/drivers/staging/wlan-ng/ |
D | prism2fw.c | 662 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/ |
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.4.14/kernel/ |
D | kexec_core.c | 189 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/ |
D | hash_utils_64.c | 183 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/ |
D | mmu-hash64.h | 359 unsigned long pstart, unsigned long prot,
|
/linux-4.4.14/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 | 1561 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/ |
D | btrfs.h | 217 __u64 pstart; member
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 2622 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/ |
D | cache.c | 529 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.h | 843 __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()
|
D | volumes.c | 3238 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
|