Home
last modified time | relevance | path

Searched refs:vstart (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/arch/sparc/mm/
Dinit_64.c1474 static unsigned long __ref kernel_map_hugepud(unsigned long vstart, in kernel_map_hugepud() argument
1479 u64 pte_val = vstart; in kernel_map_hugepud()
1482 if ((vstart & mask16gb) || in kernel_map_hugepud()
1483 (vend - vstart <= mask16gb)) { in kernel_map_hugepud()
1487 return vstart + PUD_SIZE; in kernel_map_hugepud()
1493 vend = vstart + mask16gb + 1UL; in kernel_map_hugepud()
1494 while (vstart < vend) { in kernel_map_hugepud()
1498 vstart += PUD_SIZE; in kernel_map_hugepud()
1501 return vstart; in kernel_map_hugepud()
1504 static bool kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, in kernel_can_map_hugepud() argument
[all …]
Dsrmmu.c836 unsigned long vstart = (vbase & SRMMU_PGDIR_MASK); in map_spbank() local
842 if (vstart < min_vaddr || vstart >= max_vaddr) in map_spbank()
843 return vstart; in map_spbank()
848 while (vstart < vend) { in map_spbank()
849 do_large_mapping(vstart, pstart); in map_spbank()
850 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; in map_spbank()
852 return vstart; in map_spbank()
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage-coherent.h12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages() local
13 *dma_handle = virt_to_phys(vstart); in xen_alloc_coherent_pages()
14 return vstart; in xen_alloc_coherent_pages()
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c148 int hstart, hend, vstart, vend; in hdmi_bridge_mode_set() local
158 vstart = mode->vtotal - mode->vsync_start - 1; in hdmi_bridge_mode_set()
162 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in hdmi_bridge_mode_set()
172 HDMI_ACTIVE_VSYNC_START(vstart) | in hdmi_bridge_mode_set()
179 HDMI_VSYNC_ACTIVE_F2_START(vstart + 1) | in hdmi_bridge_mode_set()
/linux-4.4.14/lib/
Dswiotlb.c146 unsigned char *vstart, *vend; in swiotlb_print_info() local
153 vstart = phys_to_virt(io_tlb_start); in swiotlb_print_info()
159 bytes >> 20, vstart, vend - 1); in swiotlb_print_info()
215 unsigned char *vstart; in swiotlb_init() local
226 vstart = memblock_virt_alloc_low_nopanic(PAGE_ALIGN(bytes), PAGE_SIZE); in swiotlb_init()
227 if (vstart && !swiotlb_init_with_tbl(vstart, io_tlb_nslabs, verbose)) in swiotlb_init()
246 unsigned char *vstart = NULL; in swiotlb_late_init_with_default_size() local
263 vstart = (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, in swiotlb_late_init_with_default_size()
265 if (vstart) in swiotlb_late_init_with_default_size()
270 if (!vstart) { in swiotlb_late_init_with_default_size()
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Dio-workarounds.c32 unsigned long vstart, vend; in iowa_pci_find() local
39 vstart = (unsigned long)phb->io_base_virt; in iowa_pci_find()
40 vend = vstart + phb->pci_io_size - 1; in iowa_pci_find()
41 if ((vaddr >= vstart) && (vaddr <= vend)) in iowa_pci_find()
/linux-4.4.14/drivers/media/usb/gspca/
Dsn9c20x.c113 u8 vstart; member
1103 sd->vstart = 7; in ov9650_init_sensor()
1117 sd->vstart = 2; in ov9655_init_sensor()
1131 sd->vstart = 11; in soi968_init_sensor()
1144 sd->vstart = 3; in ov7660_init_sensor()
1158 sd->vstart = 1; in ov7670_init_sensor()
1176 sd->vstart = 2; in mt9v_init_sensor()
1194 sd->vstart = 2; in mt9v_init_sensor()
1217 sd->vstart = 2; in mt9v_init_sensor()
1235 sd->vstart = 2; in mt9m112_init_sensor()
[all …]
/linux-4.4.14/arch/alpha/boot/
Dbootpz.c76 check_range(unsigned long vstart, unsigned long vend, in check_range() argument
83 vstart, vend, kstart, kend); in check_range()
86 for (vaddr = vstart; vaddr <= vend; vaddr += PAGE_SIZE) in check_range()
/linux-4.4.14/drivers/gpu/drm/i915/
Ddvo_ns2501.c213 uint16_t vstart; /* vertical start, registers C5/C6 */ member
240 .vstart = 22,
260 .vstart = 26,
279 .vstart = 15,
620 ns2501_writeb(dvo, NS2501_REGC5, conf->vstart & 0xff); in ns2501_mode_set()
621 ns2501_writeb(dvo, NS2501_REGC6, conf->vstart >> 8); in ns2501_mode_set()
Dintel_pm.c4189 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local
4213 vstart = (I915_READ(PXVFREQ(fstart)) & PXVFREQ_PX_MASK) >> in ironlake_enable_drps()
4232 I915_WRITE(VIDSTART, vstart); in ironlake_enable_drps()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_wr.c118 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl()
235 q->vstart = pci_zalloc_consistent(hw->pdev, qsz, &q->pstart); in csio_wr_alloc_q()
236 if (!q->vstart) { in csio_wr_alloc_q()
260 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
314 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
319 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
771 wr = (void *)((uintptr_t)q->vstart + in csio_wr_cleanup_iq_ftr()
862 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get()
906 wrp->addr2 = q->vstart; in csio_wr_get()
1130 void *wr = (void *)((uintptr_t)q->vstart + (q->cidx * q->wr_sz)); in csio_wr_process_iq()
[all …]
Dcsio_wr.h401 void *vstart; /* Base virtual address member
457 #define csio_q_vstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->vstart)
/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_cursor.c115 pstart = cursor->vstart; in hw_cursor_setData()
179 pstart = cursor->vstart; in hw_cursor_setData2()
Dsm750.h120 char __iomem *vstart; member
Dsm750.c482 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume()
494 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume()
783 crtc->cursor.vstart = sm750_dev->pvMem + crtc->cursor.offset; in lynxfb_set_fbinfo()
785 memset_io(crtc->cursor.vstart, 0, crtc->cursor.size); in lynxfb_set_fbinfo()
/linux-4.4.14/drivers/media/i2c/
Dov7670.c193 int vstart; /* sense to humans, but evidently the sensor */ member
705 .vstart = 10,
716 .vstart = 14,
727 .vstart = 12,
738 .vstart = 14,
756 .vstart = 14, /* Empirically determined */
874 int vstart, int vstop) in ov7670_set_hw() argument
892 ret += ov7670_write(sd, REG_VSTART, (vstart >> 2) & 0xff); in ov7670_set_hw()
895 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
1015 ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_set_fmt()
Dmt9v011.c272 unsigned vstart, hstart; in set_res() local
290 vstart = 8 + (480 - core->height) / 2; in set_res()
291 mt9v011_write(sd, R01_MT9V011_ROWSTART, vstart); in set_res()
/linux-4.4.14/drivers/media/usb/stkwebcam/
Dstk-sensor.c472 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument
490 ret += stk_sensor_outb(dev, REG_VSTART, (vstart >> 3) & 0xff); in stk_sensor_set_hw()
493 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
/linux-4.4.14/arch/x86/xen/
Dmmu.c2629 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() local
2643 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_create_contiguous_region()
2648 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region()
2651 out_frame = virt_to_pfn(vstart); in xen_create_contiguous_region()
2658 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); in xen_create_contiguous_region()
2660 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region()
2664 *dma_handle = virt_to_machine(vstart).maddr; in xen_create_contiguous_region()
2674 unsigned long vstart; in xen_destroy_contiguous_region() local
2682 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
2683 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_destroy_contiguous_region()
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash64.h358 extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend,
361 int htab_remove_mapping(unsigned long vstart, unsigned long vend,
/linux-4.4.14/arch/powerpc/mm/
Dhash_utils_64.c182 int htab_bolt_mapping(unsigned long vstart, unsigned long vend, in htab_bolt_mapping() argument
196 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping()
198 for (vaddr = vstart, paddr = pstart; vaddr < vend; in htab_bolt_mapping()
250 int htab_remove_mapping(unsigned long vstart, unsigned long vend, in htab_remove_mapping() argument
265 for (vaddr = vstart; vaddr < vend; vaddr += step) in htab_remove_mapping()
/linux-4.4.14/mm/
Dvmalloc.c353 unsigned long vstart, unsigned long vend, in alloc_vmap_area() argument
390 vstart < cached_vstart || in alloc_vmap_area()
397 cached_vstart = vstart; in alloc_vmap_area()
404 if (addr < vstart) in alloc_vmap_area()
410 addr = ALIGN(vstart, align); in alloc_vmap_area()
460 BUG_ON(va->va_start < vstart); in alloc_vmap_area()
/linux-4.4.14/include/uapi/linux/
Dbtrfs.h219 __u64 vstart; member
/linux-4.4.14/arch/arc/mm/
Dcache.c529 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
/linux-4.4.14/fs/btrfs/
Dctree.h847 __le64 vstart; member
3067 cpu->vstart = le64_to_cpu(disk->vstart); in btrfs_disk_balance_args_to_cpu()
3085 disk->vstart = cpu_to_le64(cpu->vstart); in btrfs_cpu_balance_args_to_disk()
Dvolumes.c3252 chunk_offset + btrfs_chunk_length(leaf, chunk) > bargs->vstart) in chunk_vrange_filter()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c276 static void em28xx_capture_area_set(struct em28xx *dev, u8 hstart, u8 vstart, in em28xx_capture_area_set() argument
285 hstart, vstart, in em28xx_capture_area_set()
290 em28xx_write_regs(dev, EM28XX_R1D_VSTART, &vstart, 1); in em28xx_capture_area_set()
/linux-4.4.14/drivers/usb/serial/
Dftdi_sio.c2194 unsigned char vstart; in ftdi_set_termios() local
2353 vstart = termios->c_cc[VSTART]; in ftdi_set_termios()
2355 urb_value = (vstop << 8) | (vstart); in ftdi_set_termios()