Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/staging/sm750fb/
Dsm750_cursor.c90 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData() local
102 pstart = cursor->vstart; in sm750_hw_cursor_setData()
103 pbuffer = pstart; in sm750_hw_cursor_setData()
126 pstart += offset; in sm750_hw_cursor_setData()
127 pbuffer = pstart; in sm750_hw_cursor_setData()
140 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData2() local
152 pstart = cursor->vstart; in sm750_hw_cursor_setData2()
153 pbuffer = pstart; in sm750_hw_cursor_setData2()
169 pstart += offset; in sm750_hw_cursor_setData2()
170 pbuffer = pstart; in sm750_hw_cursor_setData2()
/linux-6.12.1/arch/x86/include/asm/xen/
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-6.12.1/drivers/gpio/
Dgpio-tangier.h58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument
61 .pin_base = (pstart), \
/linux-6.12.1/scripts/
Dcleanpatch220 my $pstart = $3;
225 $mstart, $mlin, $pstart, $plin-$adj,
/linux-6.12.1/arch/x86/include/asm/
Dinit.h18 unsigned long pstart, unsigned long pend);
/linux-6.12.1/arch/x86/mm/
Dident_map.c184 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument
186 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
/linux-6.12.1/mm/
Ddebug_vm_pgtable.c1106 static void __init phys_align_check(phys_addr_t pstart, in phys_align_check() argument
1112 if (pstart == 0) in phys_align_check()
1113 pstart = PAGE_SIZE; in phys_align_check()
1115 aligned_start = ALIGN(pstart, psize); in phys_align_check()
1127 phys_addr_t phys, pstart, pend; in init_fixed_pfns() local
1148 for_each_mem_range(idx, &pstart, &pend) { in init_fixed_pfns()
1150 phys_align_check(pstart, pend, PUD_SIZE, &phys, in init_fixed_pfns()
1162 phys_align_check(pstart, pend, PMD_SIZE, &phys, in init_fixed_pfns()
/linux-6.12.1/kernel/
Dkexec_core.c153 unsigned long pstart, pend; in sanity_check_segment_list() local
155 pstart = image->segment[j].mem; in sanity_check_segment_list()
156 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list()
158 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
/linux-6.12.1/fs/erofs/
Dfscache.c134 loff_t pstart, struct erofs_fscache_io *io) in erofs_fscache_read_io_async() argument
150 pstart, &len, LLONG_MAX, &flags, 0); in erofs_fscache_read_io_async()
160 ret = fscache_read(cres, pstart, iter, NETFS_READ_HOLE_FAIL, in erofs_fscache_read_io_async()
172 pstart += len; in erofs_fscache_read_io_async()
/linux-6.12.1/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.c236 q->vstart = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q()
1711 q->vstart, q->pstart); in csio_wrm_exit()
/linux-6.12.1/arch/s390/kernel/
Dperf_cpum_cf.c543 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cfdiag_diffctrset() argument
545 for (; --counters >= 0; ++pstart, ++pstop) in cfdiag_diffctrset()
546 if (*pstop >= *pstart) in cfdiag_diffctrset()
547 *pstop -= *pstart; in cfdiag_diffctrset()
549 *pstop = *pstart - *pstop + 1; in cfdiag_diffctrset()
/linux-6.12.1/drivers/nvdimm/
Dbus.c960 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local
982 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check()
985 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
/linux-6.12.1/fs/smb/client/
Dsess.c992 unsigned char *pstart, in cifs_security_buffer_from_str() argument
996 unsigned char *tmp = pstart; in cifs_security_buffer_from_str()
1006 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
1016 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
/linux-6.12.1/arch/sparc/mm/
Dsrmmu.c860 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local
874 do_large_mapping(vstart, pstart); in map_spbank()
875 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
Dinit_64.c1765 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument
1769 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
/linux-6.12.1/arch/x86/xen/
Dmmu_pv.c2318 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
2325 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region()
2355 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
2365 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dhash_utils.c355 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument
368 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping()
372 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h496 unsigned long pstart, unsigned long prot,
/linux-6.12.1/include/uapi/linux/
Dbtrfs_tree.h1007 __le64 pstart; member
Dbtrfs.h370 __u64 pstart; member
/linux-6.12.1/arch/arc/mm/
Dcache.c542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
/linux-6.12.1/fs/btrfs/
Dvolumes.c3562 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu()
3581 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
3874 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
4314 bargs->pstart, bargs->pend); in describe_balance_args()
/linux-6.12.1/fs/ocfs2/
Drefcounttree.c4504 loff_t pstart, plen; in ocfs2_reflink_remap_extent() local
4535 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent()
4537 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen); in ocfs2_reflink_remap_extent()
/linux-6.12.1/lib/
Dmaple_tree.c1471 unsigned long pstart, gap, max_gap; in mas_leaf_max_gap() local
1530 pstart = pivots[i - 1]; in mas_leaf_max_gap()
1531 gap = pivots[i] - pstart; in mas_leaf_max_gap()

12