/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
H 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() [all...] |
/kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
H A 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() [all...] |
/kernel/linux/linux-6.6/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);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | paravirt_patch.c | 7 #define PSTART(d, m) \ macro 11 (PSTART(d, m) + sizeof(patch_data_##d.m)) 14 paravirt_patch_insns(insn_buff, len, PSTART(d, m), PEND(d, m))
|
/kernel/linux/linux-5.10/include/xen/ |
H A D | xen-ops.h | 46 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, 50 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order); 52 static inline int xen_create_contiguous_region(phys_addr_t pstart, in xen_create_contiguous_region() argument 60 static inline void xen_destroy_contiguous_region(phys_addr_t pstart, in xen_destroy_contiguous_region() argument
|
/kernel/linux/linux-5.10/arch/arm/xen/ |
H A D | mm.c | 121 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 129 *dma_handle = pstart; in xen_create_contiguous_region() 133 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-tangier.h | 57 #define GPIO_PINRANGE(gstart, gend, pstart) \ 60 .pin_base = (pstart), \
|
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4defs.h | 198 const BYTE *const pStart = pIn; in LZ4_count() local 211 return (unsigned int)(pIn - pStart); in LZ4_count() 231 return (unsigned int)(pIn - pStart); in LZ4_count()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4defs.h | 200 const BYTE *const pStart = pIn; in LZ4_count() local 213 return (unsigned int)(pIn - pStart); in LZ4_count() 233 return (unsigned int)(pIn - pStart); in LZ4_count()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | ident_map.c | 111 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() 113 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init() 110 kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, unsigned long pstart, unsigned long pend) kernel_ident_mapping_init() argument
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | ident_map.c | 111 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() 113 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init() 110 kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, unsigned long pstart, unsigned long pend) kernel_ident_mapping_init() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | init.h | 15 unsigned long pstart, unsigned long pend);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | init.h | 15 unsigned long pstart, unsigned long pend);
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | fscache.c | 124 * Read data from fscache (cookie, pstart, len), and fill the read data into 125 * page cache described by (req->mapping, lstart, len). @pstart describeis the 129 struct erofs_fscache_request *req, loff_t pstart, size_t len) in erofs_fscache_read_folios_async() 146 loff_t sstart = pstart + done; in erofs_fscache_read_folios_async() 128 erofs_fscache_read_folios_async(struct fscache_cookie *cookie, struct erofs_fscache_request *req, loff_t pstart, size_t len) erofs_fscache_read_folios_async() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug_vm_pgtable.c | 1119 * Check if a physical memory range described by <pstart, pend> contains 1125 static void __init phys_align_check(phys_addr_t pstart, in phys_align_check() argument 1131 if (pstart == 0) in phys_align_check() 1132 pstart = PAGE_SIZE; in phys_align_check() 1134 aligned_start = ALIGN(pstart, psize); in phys_align_check() 1146 phys_addr_t phys, pstart, pend; in init_fixed_pfns() local 1167 for_each_mem_range(idx, &pstart, &pend) { in init_fixed_pfns() 1169 phys_align_check(pstart, pend, PUD_SIZE, &phys, in init_fixed_pfns() 1181 phys_align_check(pstart, pend, PMD_SIZE, &phys, in init_fixed_pfns()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_cf_diag.c | 428 static void cf_diag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cf_diag_diffctrset() argument 430 for (; --counters >= 0; ++pstart, ++pstop) in cf_diag_diffctrset() 431 if (*pstop >= *pstart) in cf_diag_diffctrset() 432 *pstop -= *pstart; in cf_diag_diffctrset() 434 *pstop = *pstart - *pstop; in cf_diag_diffctrset()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
/kernel/linux/linux-6.6/scripts/ |
H A D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
/kernel/linux/linux-5.10/block/ |
H A D | ioctl.c | 40 long pstart = start, plength = length; in blkpg_do_ioctl() local 42 if (pstart != start || plength != length || pstart < 0 || in blkpg_do_ioctl()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | accessors.h | 841 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu() 861 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | huf_decompress.c | 178 BYTE *const pStart = p; in HUF_decodeStreamX2() local 196 return pEnd - pStart; in HUF_decodeStreamX2() 632 BYTE *const pStart = p; in HUF_decodeStreamX4() local 652 return p - pStart; in HUF_decodeStreamX4()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec_core.c | 193 unsigned long pstart, pend; in sanity_check_segment_list() local 195 pstart = image->segment[j].mem; in sanity_check_segment_list() 196 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 198 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec_core.c | 192 unsigned long pstart, pend; in sanity_check_segment_list() local 194 pstart = image->segment[j].mem; in sanity_check_segment_list() 195 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 197 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
|