/Linux-v4.19/arch/arm64/include/asm/ |
D | kernel-pgtable.h | 79 #define EARLY_ENTRIES(vstart, vend, shift) (((vend) >> (shift)) \ argument 80 - ((vstart) >> (shift)) + 1 + EARLY_KASLR) 82 #define EARLY_PGDS(vstart, vend) (EARLY_ENTRIES(vstart, vend, PGDIR_SHIFT)) argument 85 #define EARLY_PUDS(vstart, vend) (EARLY_ENTRIES(vstart, vend, PUD_SHIFT)) argument 87 #define EARLY_PUDS(vstart, vend) (0) argument 91 #define EARLY_PMDS(vstart, vend) (EARLY_ENTRIES(vstart, vend, SWAPPER_TABLE_SHIFT)) argument 93 #define EARLY_PMDS(vstart, vend) (0) argument 96 #define EARLY_PAGES(vstart, vend) ( 1 /* PGDIR page */ \ argument 97 + EARLY_PGDS((vstart), (vend)) /* each PGDIR needs a next level page table */ \ 98 + EARLY_PUDS((vstart), (vend)) /* each PUD needs a next level page table */ \ [all …]
|
/Linux-v4.19/arch/sparc/mm/ |
D | init_64.c | 1701 static unsigned long __ref kernel_map_hugepud(unsigned long vstart, in kernel_map_hugepud() argument 1706 u64 pte_val = vstart; in kernel_map_hugepud() 1709 if ((vstart & mask16gb) || in kernel_map_hugepud() 1710 (vend - vstart <= mask16gb)) { in kernel_map_hugepud() 1714 return vstart + PUD_SIZE; in kernel_map_hugepud() 1720 vend = vstart + mask16gb + 1UL; in kernel_map_hugepud() 1721 while (vstart < vend) { in kernel_map_hugepud() 1725 vstart += PUD_SIZE; in kernel_map_hugepud() 1728 return vstart; in kernel_map_hugepud() 1731 static bool kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, in kernel_can_map_hugepud() argument [all …]
|
D | srmmu.c | 861 unsigned long vstart = (vbase & SRMMU_PGDIR_MASK); in map_spbank() local 867 if (vstart < min_vaddr || vstart >= max_vaddr) in map_spbank() 868 return vstart; in map_spbank() 873 while (vstart < vend) { in map_spbank() 874 do_large_mapping(vstart, pstart); in map_spbank() 875 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; in map_spbank() 877 return vstart; in map_spbank()
|
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | page-coherent.h | 12 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-v4.19/arch/powerpc/kernel/ |
D | io-workarounds.c | 34 unsigned long vstart, vend; in iowa_pci_find() local 41 vstart = (unsigned long)phb->io_base_virt; in iowa_pci_find() 42 vend = vstart + phb->pci_io_size - 1; in iowa_pci_find() 43 if ((vaddr >= vstart) && (vaddr <= vend)) in iowa_pci_find()
|
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_bridge.c | 215 int hstart, hend, vstart, vend; in msm_hdmi_bridge_mode_set() local 225 vstart = mode->vtotal - mode->vsync_start - 1; in msm_hdmi_bridge_mode_set() 229 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in msm_hdmi_bridge_mode_set() 239 HDMI_ACTIVE_VSYNC_START(vstart) | in msm_hdmi_bridge_mode_set() 246 HDMI_VSYNC_ACTIVE_F2_START(vstart + 1) | in msm_hdmi_bridge_mode_set()
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | sn9c20x.c | 107 u8 vstart; member 1097 sd->vstart = 7; in ov9650_init_sensor() 1111 sd->vstart = 2; in ov9655_init_sensor() 1125 sd->vstart = 11; in soi968_init_sensor() 1138 sd->vstart = 3; in ov7660_init_sensor() 1152 sd->vstart = 1; in ov7670_init_sensor() 1170 sd->vstart = 2; in mt9v_init_sensor() 1188 sd->vstart = 2; in mt9v_init_sensor() 1211 sd->vstart = 2; in mt9v_init_sensor() 1229 sd->vstart = 2; in mt9m112_init_sensor() [all …]
|
/Linux-v4.19/kernel/dma/ |
D | swiotlb.c | 258 unsigned char *vstart; in swiotlb_init() local 269 vstart = memblock_virt_alloc_low_nopanic(PAGE_ALIGN(bytes), PAGE_SIZE); in swiotlb_init() 270 if (vstart && !swiotlb_init_with_tbl(vstart, io_tlb_nslabs, verbose)) in swiotlb_init() 289 unsigned char *vstart = NULL; in swiotlb_late_init_with_default_size() local 306 vstart = (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, in swiotlb_late_init_with_default_size() 308 if (vstart) in swiotlb_late_init_with_default_size() 313 if (!vstart) { in swiotlb_late_init_with_default_size() 322 rc = swiotlb_late_init_with_tbl(vstart, io_tlb_nslabs); in swiotlb_late_init_with_default_size() 324 free_pages((unsigned long)vstart, order); in swiotlb_late_init_with_default_size()
|
/Linux-v4.19/arch/alpha/boot/ |
D | bootpz.c | 77 check_range(unsigned long vstart, unsigned long vend, in check_range() argument 84 vstart, vend, kstart, kend); in check_range() 87 for (vaddr = vstart; vaddr <= vend; vaddr += PAGE_SIZE) in check_range()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | dvo_ns2501.c | 213 u16 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()
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_wr.c | 119 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl() 236 q->vstart = pci_zalloc_consistent(hw->pdev, qsz, &q->pstart); in csio_wr_alloc_q() 237 if (!q->vstart) { in csio_wr_alloc_q() 261 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q() 315 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q() 320 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q() 774 wr = (void *)((uintptr_t)q->vstart + in csio_wr_cleanup_iq_ftr() 865 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() 909 wrp->addr2 = q->vstart; in csio_wr_get() 1133 void *wr = (void *)((uintptr_t)q->vstart + (q->cidx * q->wr_sz)); in csio_wr_process_iq() [all …]
|
D | csio_wr.h | 401 void *vstart; /* Base virtual address member 457 #define csio_q_vstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->vstart)
|
/Linux-v4.19/arch/arm64/kernel/ |
D | head.S | 217 .macro compute_indices, vstart, vend, shift, ptrs, istart, iend, count 227 lsr \istart, \vstart, \shift 252 .macro map_memory, tbl, rtbl, vstart, vend, flags, phys, pgds, istart, iend, tmp, count, sv 256 compute_indices \vstart, \vend, #PGDIR_SHIFT, \pgds, \istart, \iend, \count 262 compute_indices \vstart, \vend, #PUD_SHIFT, #PTRS_PER_PUD, \istart, \iend, \count 269 compute_indices \vstart, \vend, #SWAPPER_TABLE_SHIFT, #PTRS_PER_PMD, \istart, \iend, \count 274 compute_indices \vstart, \vend, #SWAPPER_BLOCK_SHIFT, #PTRS_PER_PTE, \istart, \iend, \count
|
/Linux-v4.19/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 103 pstart = cursor->vstart; in sm750_hw_cursor_setData() 153 pstart = cursor->vstart; in sm750_hw_cursor_setData2()
|
D | sm750.h | 121 char __iomem *vstart; member
|
D | sm750.c | 484 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume() 496 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume() 787 crtc->cursor.vstart = sm750_dev->pvMem + crtc->cursor.offset; in lynxfb_set_fbinfo() 789 memset_io(crtc->cursor.vstart, 0, crtc->cursor.size); in lynxfb_set_fbinfo()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 202 int vstart; /* sense to humans, but evidently the sensor */ member 734 .vstart = 10, 745 .vstart = 14, 756 .vstart = 12, 767 .vstart = 14, 785 .vstart = 14, /* Empirically determined */ 903 int vstart, int vstop) in ov7670_set_hw() argument 921 ret += ov7670_write(sd, REG_VSTART, (vstart >> 2) & 0xff); in ov7670_set_hw() 924 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw() 1073 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_set_fmt()
|
D | mt9v011.c | 274 unsigned vstart, hstart; in set_res() local 292 vstart = 8 + (480 - core->height) / 2; in set_res() 293 mt9v011_write(sd, R01_MT9V011_ROWSTART, vstart); in set_res()
|
/Linux-v4.19/arch/x86/xen/ |
D | mmu_pv.c | 2597 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() local 2608 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_create_contiguous_region() 2613 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region() 2616 out_frame = virt_to_pfn(vstart); in xen_create_contiguous_region() 2623 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); in xen_create_contiguous_region() 2625 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region() 2629 *dma_handle = virt_to_machine(vstart).maddr; in xen_create_contiguous_region() 2639 unsigned long vstart; in xen_destroy_contiguous_region() local 2644 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region() 2645 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_destroy_contiguous_region() [all …]
|
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 470 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 488 ret += stk_sensor_outb(dev, REG_VSTART, (vstart >> 3) & 0xff); in stk_sensor_set_hw() 491 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | hash_utils_64.c | 241 int htab_bolt_mapping(unsigned long vstart, unsigned long vend, in htab_bolt_mapping() argument 255 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 257 for (vaddr = vstart, paddr = pstart; vaddr < vend; in htab_bolt_mapping() 311 int htab_remove_mapping(unsigned long vstart, unsigned long vend, in htab_remove_mapping() argument 325 for (vaddr = vstart; vaddr < vend; vaddr += step) { in htab_remove_mapping()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 482 extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend, 485 int htab_remove_mapping(unsigned long vstart, unsigned long vend,
|
/Linux-v4.19/mm/ |
D | vmalloc.c | 404 unsigned long vstart, unsigned long vend, in alloc_vmap_area() argument 443 vstart < cached_vstart || in alloc_vmap_area() 450 cached_vstart = vstart; in alloc_vmap_area() 457 if (addr < vstart) in alloc_vmap_area() 463 addr = ALIGN(vstart, align); in alloc_vmap_area() 512 BUG_ON(va->va_start < vstart); in alloc_vmap_area()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 685 __le64 vstart; member
|
D | btrfs.h | 299 __u64 vstart; member
|