Home
last modified time | relevance | path

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

12

/Linux-v6.6/arch/arm64/include/asm/
Dkernel-pgtable.h62 #define SPAN_NR_ENTRIES(vstart, vend, shift) \ argument
63 ((((vend) - 1) >> (shift)) - ((vstart) >> (shift)) + 1)
65 #define EARLY_ENTRIES(vstart, vend, shift, add) \ argument
66 (SPAN_NR_ENTRIES(vstart, vend, shift) + (add))
68 #define EARLY_PGDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, PGDIR_SHIFT, add)) argument
71 #define EARLY_PUDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, PUD_SHIFT, add)) argument
73 #define EARLY_PUDS(vstart, vend, add) (0) argument
77 #define EARLY_PMDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, SWAPPER_TABLE_SHIFT, add)) argument
79 #define EARLY_PMDS(vstart, vend, add) (0) argument
82 #define EARLY_PAGES(vstart, vend, add) ( 1 /* PGDIR page */ \ argument
[all …]
/Linux-v6.6/include/trace/events/
Dvmalloc.h26 unsigned long vstart, unsigned long vend, int failed),
28 TP_ARGS(addr, size, align, vstart, vend, failed),
34 __field(unsigned long, vstart)
43 __entry->vstart = vstart;
50 __entry->vstart, __entry->vend, __entry->failed)
/Linux-v6.6/arch/sparc/mm/
Dinit_64.c1685 static unsigned long __ref kernel_map_hugepud(unsigned long vstart, in kernel_map_hugepud() argument
1690 u64 pte_val = vstart; in kernel_map_hugepud()
1693 if ((vstart & mask16gb) || in kernel_map_hugepud()
1694 (vend - vstart <= mask16gb)) { in kernel_map_hugepud()
1698 return vstart + PUD_SIZE; in kernel_map_hugepud()
1704 vend = vstart + mask16gb + 1UL; in kernel_map_hugepud()
1705 while (vstart < vend) { in kernel_map_hugepud()
1709 vstart += PUD_SIZE; in kernel_map_hugepud()
1712 return vstart; in kernel_map_hugepud()
1715 static bool kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, in kernel_can_map_hugepud() argument
[all …]
Dsrmmu.c861 unsigned long vstart = (vbase & 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 += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
877 return vstart; in map_spbank()
/Linux-v6.6/arch/powerpc/kernel/
Dio-workarounds.c31 unsigned long vstart, vend; in iowa_pci_find() local
38 vstart = (unsigned long)phb->io_base_virt; in iowa_pci_find()
39 vend = vstart + phb->pci_io_size - 1; in iowa_pci_find()
40 if ((vaddr >= vstart) && (vaddr <= vend)) in iowa_pci_find()
/Linux-v6.6/drivers/media/usb/gspca/
Dsn9c20x.c101 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-v6.6/arch/riscv/include/uapi/asm/
Dptrace.h101 unsigned long vstart; member
115 unsigned long vstart; member
/Linux-v6.6/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c192 int hstart, hend, vstart, vend; in msm_hdmi_bridge_mode_set() local
202 vstart = mode->vtotal - mode->vsync_start - 1; in msm_hdmi_bridge_mode_set()
206 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in msm_hdmi_bridge_mode_set()
216 HDMI_ACTIVE_VSYNC_START(vstart) | in msm_hdmi_bridge_mode_set()
223 HDMI_VSYNC_ACTIVE_F2_START(vstart + 1) | in msm_hdmi_bridge_mode_set()
/Linux-v6.6/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-v6.6/drivers/gpu/drm/i915/display/
Ddvo_ns2501.c214 u16 vstart; /* vertical start, registers C5/C6 */ member
241 .vstart = 22,
261 .vstart = 26,
280 .vstart = 15,
621 ns2501_writeb(dvo, NS2501_REGC5, conf->vstart & 0xff); in ns2501_mode_set()
622 ns2501_writeb(dvo, NS2501_REGC6, conf->vstart >> 8); in ns2501_mode_set()
/Linux-v6.6/arch/riscv/kernel/
Dptrace.c105 ptrace_vstate.vstart = vstate->vstart; in riscv_vr_get()
139 vstate->vstart = ptrace_vstate.vstart; in riscv_vr_set()
/Linux-v6.6/arch/arm64/kernel/
Dhead.S235 .macro compute_indices, vstart, vend, shift, order, istart, iend, count
236 ubfx \istart, \vstart, \shift, \order
262 ….macro map_memory, tbl, rtbl, vstart, vend, flags, phys, order, istart, iend, tmp, count, sv, extr…
270 compute_indices \vstart, \vend, #\extra_shift, #(PAGE_SHIFT - 3), \istart, \iend, \count
276 compute_indices \vstart, \vend, #PGDIR_SHIFT, #\order, \istart, \iend, \count
282 compute_indices \vstart, \vend, #PUD_SHIFT, #(PAGE_SHIFT - 3), \istart, \iend, \count
289 compute_indices \vstart, \vend, #SWAPPER_TABLE_SHIFT, #(PAGE_SHIFT - 3), \istart, \iend, \count
295 compute_indices \vstart, \vend, #SWAPPER_BLOCK_SHIFT, #(PAGE_SHIFT - 3), \istart, \iend, \count
/Linux-v6.6/drivers/scsi/csiostor/
Dcsio_wr.c119 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl()
236 q->vstart = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q()
238 if (!q->vstart) { in csio_wr_alloc_q()
262 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
316 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
321 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
775 wr = (void *)((uintptr_t)q->vstart + in csio_wr_cleanup_iq_ftr()
868 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get()
912 wrp->addr2 = q->vstart; in csio_wr_get()
1135 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-v6.6/mm/
Dvmalloc.c1223 unsigned long align, unsigned long vstart) in is_within_this_va() argument
1227 if (va->va_start > vstart) in is_within_this_va()
1230 nva_start_addr = ALIGN(vstart, align); in is_within_this_va()
1234 nva_start_addr < vstart) in is_within_this_va()
1249 unsigned long align, unsigned long vstart, bool adjust_search_size) in find_vmap_lowest_match() argument
1265 vstart < va->va_start) { in find_vmap_lowest_match()
1268 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match()
1289 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match()
1293 vstart <= va->va_start) { in find_vmap_lowest_match()
1300 vstart = va->va_start + 1; in find_vmap_lowest_match()
[all …]
/Linux-v6.6/arch/riscv/include/asm/
Dvector.h74 : "=r" (dest->vstart), "=r" (dest->vtype), "=r" (dest->vl), in __vstate_csr_save()
87 : : "r" (src->vstart), "r" (src->vtype), "r" (src->vl), in __vstate_csr_restore()
/Linux-v6.6/drivers/staging/sm750fb/
Dsm750_cursor.c102 pstart = cursor->vstart; in sm750_hw_cursor_setData()
152 pstart = cursor->vstart; in sm750_hw_cursor_setData2()
Dsm750.h128 char __iomem *vstart; member
Dsm750.c454 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume()
466 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume()
731 crtc->cursor.vstart = sm750_dev->pvMem + crtc->cursor.offset; in lynxfb_set_fbinfo()
733 memset_io(crtc->cursor.vstart, 0, crtc->cursor.size); in lynxfb_set_fbinfo()
/Linux-v6.6/arch/riscv/kvm/
Dvcpu_vector.c106 case KVM_REG_RISCV_VECTOR_CSR_REG(vstart): in kvm_riscv_vcpu_vreg_addr()
107 *reg_addr = &cntx->vector.vstart; in kvm_riscv_vcpu_vreg_addr()
/Linux-v6.6/kernel/dma/
Dswiotlb.c431 unsigned char *vstart = NULL; in swiotlb_init_late() local
463 vstart = (void *)__get_free_pages(gfp_mask | __GFP_NOWARN, in swiotlb_init_late()
465 if (vstart) in swiotlb_init_late()
472 if (!vstart) in swiotlb_init_late()
476 rc = remap(vstart, nslabs); in swiotlb_init_late()
478 free_pages((unsigned long)vstart, order); in swiotlb_init_late()
504 set_memory_decrypted((unsigned long)vstart, in swiotlb_init_late()
506 swiotlb_init_io_tlb_pool(mem, virt_to_phys(vstart), nslabs, true, in swiotlb_init_late()
516 free_pages((unsigned long)vstart, order); in swiotlb_init_late()
/Linux-v6.6/arch/x86/xen/
Dmmu_pv.c2328 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() local
2333 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_create_contiguous_region()
2338 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region()
2341 out_frame = virt_to_pfn((void *)vstart); in xen_create_contiguous_region()
2348 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); in xen_create_contiguous_region()
2350 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region()
2354 *dma_handle = virt_to_machine(vstart).maddr; in xen_create_contiguous_region()
2363 unsigned long vstart; in xen_destroy_contiguous_region() local
2368 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
2369 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_destroy_contiguous_region()
[all …]
/Linux-v6.6/drivers/media/i2c/
Dov7670.c200 int vstart; /* sense to humans, but evidently the sensor */ member
737 .vstart = 10,
748 .vstart = 14,
759 .vstart = 12,
770 .vstart = 14,
788 .vstart = 14, /* Empirically determined */
922 int vstart, int vstop) in ov7670_set_hw() argument
946 ret = ov7670_write(sd, REG_VSTART, (vstart >> 2) & 0xff); in ov7670_set_hw()
955 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
1075 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
Dmt9v011.c274 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-v6.6/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h495 extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend,
498 int htab_remove_mapping(unsigned long vstart, unsigned long vend,

12