/linux-6.12.1/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 90 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/ |
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-6.12.1/drivers/gpio/ |
D | gpio-tangier.h | 58 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 61 .pin_base = (pstart), \
|
/linux-6.12.1/scripts/ |
D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
/linux-6.12.1/arch/x86/include/asm/ |
D | init.h | 18 unsigned long pstart, unsigned long pend);
|
/linux-6.12.1/arch/x86/mm/ |
D | ident_map.c | 184 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/ |
D | debug_vm_pgtable.c | 1106 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/ |
D | kexec_core.c | 153 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/ |
D | fscache.c | 134 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/ |
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 | 236 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/ |
D | perf_cpum_cf.c | 543 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/ |
D | bus.c | 960 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/ |
D | sess.c | 992 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/ |
D | srmmu.c | 860 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()
|
D | init_64.c | 1765 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/ |
D | mmu_pv.c | 2318 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/ |
D | hash_utils.c | 355 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/ |
D | mmu-hash.h | 496 unsigned long pstart, unsigned long prot,
|
/linux-6.12.1/include/uapi/linux/ |
D | btrfs_tree.h | 1007 __le64 pstart; member
|
D | btrfs.h | 370 __u64 pstart; member
|
/linux-6.12.1/arch/arc/mm/ |
D | cache.c | 542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
/linux-6.12.1/fs/btrfs/ |
D | volumes.c | 3562 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/ |
D | refcounttree.c | 4504 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/ |
D | maple_tree.c | 1471 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()
|