Home
last modified time | relevance | path

Searched refs:pstart (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/staging/sm750fb/
H A Dsm750_cursor.c91 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 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()
[all...]
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/include/xen/
H A Dxen-ops.h46 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 Dmm.c121 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 Dgpio-tangier.h57 #define GPIO_PINRANGE(gstart, gend, pstart) \
60 .pin_base = (pstart), \
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_cf_diag.c428 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/arch/x86/include/asm/
H A Dinit.h15 unsigned long pstart, unsigned long pend);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dinit.h15 unsigned long pstart, unsigned long pend);
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dident_map.c111 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/scripts/
H A Dcleanpatch220 my $pstart = $3;
225 $mstart, $mlin, $pstart, $plin-$adj,
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dident_map.c111 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/scripts/
H A Dcleanpatch220 my $pstart = $3;
225 $mstart, $mlin, $pstart, $plin-$adj,
/kernel/linux/linux-6.6/mm/
H A Ddebug_vm_pgtable.c1119 * 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/drivers/staging/wlan-ng/
H A Dprism2fw.c681 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()
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dprism2fw.c660 u32 pstart; in plugimage() local
669 pstart = s3plug[i].addr; in plugimage()
709 if (pstart >= cstart && pend <= cend) in plugimage()
720 chunkoff = pstart - cstart; in plugimage()
723 s3plug[i].itemcode, pstart, s3plug[i].len, in plugimage()
/kernel/linux/linux-5.10/kernel/
H A Dkexec_core.c193 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 Dkexec_core.c192 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()
/kernel/linux/linux-5.10/block/
H A Dioctl.c40 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/arch/s390/kernel/
H A Dperf_cpum_cf.c539 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cfdiag_diffctrset() argument
541 for (; --counters >= 0; ++pstart, ++pstop) in cfdiag_diffctrset()
542 if (*pstop >= *pstart) in cfdiag_diffctrset()
543 *pstop -= *pstart; in cfdiag_diffctrset()
545 *pstop = *pstart - *pstop + 1; in cfdiag_diffctrset()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-merrifield.c43 #define GPIO_PINRANGE(gstart, gend, pstart) \
46 .pin_base = (pstart), \
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/fs/btrfs/
H A Daccessors.h841 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-6.6/fs/erofs/
H A Dfscache.c124 * 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

Completed in 21 milliseconds

123