/linux-6.3-rc2/drivers/staging/sm750fb/ |
A D | sm750_cursor.c | 91 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData() local 103 pstart = cursor->vstart; in sm750_hw_cursor_setData() 104 pbuffer = pstart; in sm750_hw_cursor_setData() 127 pstart += offset; in sm750_hw_cursor_setData() 128 pbuffer = pstart; in sm750_hw_cursor_setData() 141 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData2() local 153 pstart = cursor->vstart; in sm750_hw_cursor_setData2() 154 pbuffer = pstart; in sm750_hw_cursor_setData2() 170 pstart += offset; in sm750_hw_cursor_setData2() 171 pbuffer = pstart; in sm750_hw_cursor_setData2()
|
/linux-6.3-rc2/arch/x86/include/asm/xen/ |
A D | swiotlb-xen.h | 12 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, 15 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | ident_map.c | 98 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument 100 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
|
/linux-6.3-rc2/scripts/ |
A D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | init.h | 15 unsigned long pstart, unsigned long pend);
|
/linux-6.3-rc2/mm/ |
A D | debug_vm_pgtable.c | 1112 static void __init phys_align_check(phys_addr_t pstart, in phys_align_check() argument 1118 if (pstart == 0) in phys_align_check() 1119 pstart = PAGE_SIZE; in phys_align_check() 1121 aligned_start = ALIGN(pstart, psize); in phys_align_check() 1133 phys_addr_t phys, pstart, pend; in init_fixed_pfns() local 1154 for_each_mem_range(idx, &pstart, &pend) { in init_fixed_pfns() 1156 phys_align_check(pstart, pend, PUD_SIZE, &phys, in init_fixed_pfns() 1168 phys_align_check(pstart, pend, PMD_SIZE, &phys, in init_fixed_pfns()
|
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | prism2fw.c | 681 u32 pstart; in plugimage() local 690 pstart = s3plug[i].addr; in plugimage() 731 if (pstart >= cstart && pend <= cend) in plugimage() 742 chunkoff = pstart - cstart; in plugimage() 745 s3plug[i].itemcode, pstart, s3plug[i].len, in plugimage()
|
/linux-6.3-rc2/drivers/scsi/csiostor/ |
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)
|
A 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.3-rc2/kernel/ |
A D | kexec_core.c | 195 unsigned long pstart, pend; in sanity_check_segment_list() local 197 pstart = image->segment[j].mem; in sanity_check_segment_list() 198 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 200 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | perf_cpum_cf.c | 314 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cfdiag_diffctrset() argument 316 for (; --counters >= 0; ++pstart, ++pstop) in cfdiag_diffctrset() 317 if (*pstop >= *pstart) in cfdiag_diffctrset() 318 *pstop -= *pstart; in cfdiag_diffctrset() 320 *pstop = *pstart - *pstop + 1; in cfdiag_diffctrset()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-merrifield.c | 44 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 47 .pin_base = (pstart), \
|
/linux-6.3-rc2/fs/btrfs/ |
A D | accessors.h | 842 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu() 862 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
|
/linux-6.3-rc2/fs/erofs/ |
A D | fscache.c | 116 struct erofs_fscache_request *req, loff_t pstart, size_t len) in erofs_fscache_read_folios_async() argument 133 loff_t sstart = pstart + done; in erofs_fscache_read_folios_async()
|
/linux-6.3-rc2/drivers/nvdimm/ |
A D | bus.c | 957 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local 979 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check() 982 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
|
/linux-6.3-rc2/fs/cifs/ |
A D | sess.c | 857 unsigned char *pstart, in cifs_security_buffer_from_str() argument 861 unsigned char *tmp = pstart; in cifs_security_buffer_from_str() 871 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 881 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | srmmu.c | 859 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local 873 do_large_mapping(vstart, pstart); in map_spbank() 874 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
|
A D | init_64.c | 1758 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument 1762 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | mmu_pv.c | 2296 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 2303 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() 2339 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument 2349 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | hash_utils.c | 348 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument 361 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 365 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | mmu-hash.h | 496 unsigned long pstart, unsigned long prot,
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | btrfs_tree.h | 958 __le64 pstart; member
|
A D | btrfs.h | 366 __u64 pstart; member
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | cache.c | 580 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | refcounttree.c | 4488 loff_t pstart, plen; in ocfs2_reflink_remap_extent() local 4519 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent() 4521 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen); in ocfs2_reflink_remap_extent()
|