/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
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()
|
/kernel/linux/linux-4.19/drivers/staging/sm750fb/ |
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()
|
/kernel/linux/linux-4.19/include/xen/ |
D | xen-ops.h | 45 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, 49 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order); 51 static inline int xen_create_contiguous_region(phys_addr_t pstart, in xen_create_contiguous_region() argument 59 static inline void xen_destroy_contiguous_region(phys_addr_t pstart, in xen_destroy_contiguous_region() argument
|
/kernel/linux/linux-5.10/include/xen/ |
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/ |
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-4.19/arch/arm/xen/ |
D | mm.c | 166 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 174 *dma_handle = pstart; in xen_create_contiguous_region() 179 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
|
/kernel/linux/linux-4.19/block/ |
D | ioctl.c | 43 long pstart = start, plength = length; in blkpg_ioctl() local 44 if (pstart != start || plength != length in blkpg_ioctl() 45 || pstart < 0 || plength < 0 || partno > 65535) in blkpg_ioctl() 106 long pstart = start, plength = length; in blkpg_ioctl() local 107 if (pstart != start || plength != length in blkpg_ioctl() 108 || pstart < 0 || plength < 0) in blkpg_ioctl()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | init.h | 15 unsigned long pstart, unsigned long pend);
|
/kernel/linux/linux-4.19/arch/x86/include/asm/ |
D | init.h | 15 unsigned long pstart, unsigned long pend);
|
/kernel/linux/linux-5.10/scripts/ |
D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
/kernel/linux/linux-4.19/scripts/ |
D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
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()
|
/kernel/linux/linux-4.19/arch/x86/mm/ |
D | ident_map.c | 90 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument 92 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
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-4.19/kernel/ |
D | kexec_core.c | 194 unsigned long pstart, pend; in sanity_check_segment_list() local 196 pstart = image->segment[j].mem; in sanity_check_segment_list() 197 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 199 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
|
/kernel/linux/linux-5.10/kernel/ |
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-5.10/drivers/staging/wlan-ng/ |
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()
|
/kernel/linux/linux-4.19/drivers/staging/wlan-ng/ |
D | prism2fw.c | 684 u32 pstart; in plugimage() local 693 pstart = s3plug[i].addr; in plugimage() 737 if (pstart >= cstart && pend <= cend) in plugimage() 748 chunkoff = pstart - cstart; in plugimage() 751 s3plug[i].itemcode, pstart, s3plug[i].len, in plugimage()
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-4.19/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)
|
/kernel/linux/linux-5.10/block/ |
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-4.19/drivers/gpio/ |
D | gpio-merrifield.c | 47 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 50 .pin_base = (pstart), \
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-merrifield.c | 43 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 46 .pin_base = (pstart), \
|
/kernel/linux/linux-4.19/drivers/nvdimm/ |
D | bus.c | 886 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local 908 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check() 911 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
D | bus.c | 941 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local 963 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check() 966 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
|