Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/xen/
H A Dswiotlb-xen.h6 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 Dgpio-tangier.h58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument
61 .pin_base = (pstart), \
/linux/scripts/
H A Dcleanpatch220 my $pstart = $3;
225 $mstart, $mlin, $pstart, $plin-$adj,
/linux/arch/x86/include/asm/
H A Dinit.h16 unsigned long pstart, unsigned long pend);
/linux/drivers/scsi/csiostor/
H A 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)
H A Dcsio_wr.c236 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 Ddelta-mjpeg-dec.c242 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 Dsess.c737 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 Dbus.c958 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 Dsrmmu.c823 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 Dmmu_pv.c2339 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 Dmmu-hash.h496 unsigned long pstart, unsigned long prot,
/linux/fs/iomap/
H A Dbuffered-io.c1723 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 Dbtrfs.h371 __u64 pstart; member
/linux/arch/arc/mm/
H A Dcache.c542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
/linux/fs/btrfs/
H A Dvolumes.c3858 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 Dsleepgraph.py1968 pstart = self.dmesg[phase]['start']
1971 o = max(0, min(end, pend) - max(start, pstart))