| /linux/arch/x86/include/asm/xen/ |
| H A D | swiotlb-xen.h | 6 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, 9 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
|
| /linux/drivers/gpio/ |
| H A D | gpio-tangier.h | 58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 61 .pin_base = (pstart), \
|
| /linux/scripts/ |
| H A D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
| /linux/arch/x86/include/asm/ |
| H A D | init.h | 16 unsigned long pstart, unsigned long pend);
|
| /linux/drivers/scsi/csiostor/ |
| H A 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)
|
| H A D | csio_wr.c | 236 q->vstart = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q() 1710 q->vstart, q->pstart); in csio_wrm_exit()
|
| /linux/drivers/media/platform/st/sti/delta/ |
| H A D | delta-mjpeg-dec.c | 242 static int delta_mjpeg_ipc_decode(struct delta_ctx *pctx, dma_addr_t pstart, dma_addr_t pend) in delta_mjpeg_ipc_decode() argument 259 params->picture_start_addr_p = pstart; in delta_mjpeg_ipc_decode()
|
| /linux/fs/smb/client/ |
| H A D | sess.c | 737 unsigned char *pstart, in cifs_security_buffer_from_str() argument 741 unsigned char *tmp = pstart; in cifs_security_buffer_from_str() 751 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 761 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
|
| /linux/drivers/nvdimm/ |
| H A D | bus.c | 958 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local 980 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check() 983 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
|
| /linux/arch/sparc/mm/ |
| H A D | srmmu.c | 823 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local 837 do_large_mapping(vstart, pstart); in map_spbank() 838 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 2339 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 2346 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() 2383 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument 2393 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu-hash.h | 496 unsigned long pstart, unsigned long prot,
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 1723 pgoff_t pstart = *start >> PAGE_SHIFT; in iomap_fill_dirty_folios() local 1732 count = filemap_get_folios_dirty(mapping, &pstart, pend, iter->fbatch); in iomap_fill_dirty_folios() 1733 *start = (pstart << PAGE_SHIFT); in iomap_fill_dirty_folios()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs.h | 371 __u64 pstart; member
|
| /linux/arch/arc/mm/ |
| H A D | cache.c | 542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 3858 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu() 3877 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk() 4178 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter() 4798 bargs->pstart, bargs->pend); in describe_balance_args()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 1968 pstart = self.dmesg[phase]['start'] 1971 o = max(0, min(end, pend) - max(start, pstart))
|