/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | kernel-pgtable.h | 62 #define EARLY_ENTRIES(vstart, vend, shift, add) \ argument 63 ((((vend) - 1) >> (shift)) - ((vstart) >> (shift)) + 1 + add) 65 #define EARLY_PGDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, PGDIR_SHIFT, add)) argument 68 #define EARLY_PUDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, PUD_SHIFT, add)) argument 70 #define EARLY_PUDS(vstart, vend, add) (0) argument 74 #define EARLY_PMDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, SWAPPER_TABLE_SHIFT, add)) argument 76 #define EARLY_PMDS(vstart, vend, add) (0) argument 79 #define EARLY_PAGES(vstart, vend, add) ( 1 /* PGDIR page */ \ argument 80 + EARLY_PGDS((vstart), (vend), add) /* each PGDIR needs a next level page table */ \ 81 + EARLY_PUDS((vstart), (vend), add) /* each PUD needs a next level page table */ \ [all …]
|
/linux-6.3-rc2/include/trace/events/ |
A D | vmalloc.h | 26 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-6.3-rc2/arch/sparc/mm/ |
A D | init_64.c | 1695 vstart += PUD_SIZE; in kernel_map_hugepud() 1698 return vstart; in kernel_map_hugepud() 1704 if (guard && !(vstart & ~PUD_MASK) && (vend - vstart) >= PUD_SIZE) in kernel_can_map_hugepud() 1742 vstart += PMD_SIZE; in kernel_map_hugepmd() 1746 return vstart; in kernel_map_hugepmd() 1752 if (guard && !(vstart & ~PMD_MASK) && (vend - vstart) >= PMD_SIZE) in kernel_can_map_hugepmd() 1768 vstart, vend); in kernel_map_range() 1808 vstart = kernel_map_hugepud(vstart, vend, pud); in kernel_map_range() 1824 vstart = kernel_map_hugepmd(vstart, vend, pmd); in kernel_map_range() 2595 vstart = vstart & PMD_MASK; in vmemmap_populate() [all …]
|
A D | srmmu.c | 860 unsigned long vstart = (vbase & PGDIR_MASK); in map_spbank() local 866 if (vstart < min_vaddr || vstart >= max_vaddr) in map_spbank() 867 return vstart; in map_spbank() 872 while (vstart < vend) { in map_spbank() 873 do_large_mapping(vstart, pstart); in map_spbank() 874 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank() 876 return vstart; in map_spbank()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | io-workarounds.c | 31 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-6.3-rc2/drivers/media/usb/gspca/ |
A D | sn9c20x.c | 101 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() 1235 sd->vstart = 2; in mt9m112_init_sensor() 1247 sd->vstart = 2; in mt9m111_init_sensor() 1279 sd->vstart = 1; in mt9m001_init_sensor() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/msm/hdmi/ |
A D | hdmi_bridge.c | 192 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-6.3-rc2/arch/alpha/boot/ |
A D | bootpz.c | 76 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-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | dvo_ns2501.c | 214 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-6.3-rc2/arch/arm64/kernel/ |
A D | head.S | 235 .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-6.3-rc2/drivers/scsi/csiostor/ |
A D | csio_wr.c | 119 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl() 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() 1207 wr = q->vstart; in csio_wr_process_iq() 1215 wr = (void *)((uintptr_t)(q->vstart) + in csio_wr_process_iq() [all …]
|
A 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-6.3-rc2/kernel/dma/ |
A D | swiotlb.c | 401 unsigned char *vstart = NULL; in swiotlb_init_late() local 414 vstart = (void *)__get_free_pages(gfp_mask | __GFP_NOWARN, in swiotlb_init_late() 416 if (vstart) in swiotlb_init_late() 423 if (!vstart) in swiotlb_init_late() 427 rc = remap(vstart, nslabs); in swiotlb_init_late() 429 free_pages((unsigned long)vstart, order); in swiotlb_init_late() 458 set_memory_decrypted((unsigned long)vstart, in swiotlb_init_late() 460 swiotlb_init_io_tlb_mem(mem, virt_to_phys(vstart), nslabs, 0, true, in swiotlb_init_late() 469 free_pages((unsigned long)vstart, order); in swiotlb_init_late()
|
/linux-6.3-rc2/mm/ |
A D | vmalloc.c | 1224 if (va->va_start > vstart) in is_within_this_va() 1231 nva_start_addr < vstart) in is_within_this_va() 1262 vstart < va->va_start) { in find_vmap_lowest_match() 1290 vstart <= va->va_start) { in find_vmap_lowest_match() 1297 vstart = va->va_start + 1; in find_vmap_lowest_match() 1332 unsigned long vstart; in find_vmap_lowest_match_check() local 1336 vstart = VMALLOC_START + rnd; in find_vmap_lowest_match_check() 1343 va_1, va_2, vstart); in find_vmap_lowest_match_check() 1511 if (va->va_start > vstart) in __alloc_vmap_area() 1613 size, align, vstart, vend); in alloc_vmap_area() [all …]
|
/linux-6.3-rc2/drivers/staging/sm750fb/ |
A D | sm750_cursor.c | 103 pstart = cursor->vstart; in sm750_hw_cursor_setData() 153 pstart = cursor->vstart; in sm750_hw_cursor_setData2()
|
A D | sm750.h | 128 char __iomem *vstart; member
|
A D | sm750.c | 455 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume() 467 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume() 732 crtc->cursor.vstart = sm750_dev->pvMem + crtc->cursor.offset; in lynxfb_set_fbinfo() 734 memset_io(crtc->cursor.vstart, 0, crtc->cursor.size); in lynxfb_set_fbinfo()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | mmu_pv.c | 2314 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_create_contiguous_region() 2319 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region() 2322 out_frame = virt_to_pfn(vstart); in xen_create_contiguous_region() 2331 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region() 2335 *dma_handle = virt_to_machine(vstart).maddr; in xen_create_contiguous_region() 2344 unsigned long vstart; in xen_destroy_contiguous_region() local 2349 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region() 2350 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_destroy_contiguous_region() 2355 in_frame = virt_to_mfn(vstart); in xen_destroy_contiguous_region() 2358 xen_zap_pfn_range(vstart, order, NULL, out_frames); in xen_destroy_contiguous_region() [all …]
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ov7670.c | 200 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()
|
A 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-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | mmu-hash.h | 495 extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend, 498 int htab_remove_mapping(unsigned long vstart, unsigned long vend,
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | hash_utils.c | 347 int htab_bolt_mapping(unsigned long vstart, unsigned long vend, in htab_bolt_mapping() argument 361 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 364 vaddr = ALIGN(vstart, step); in htab_bolt_mapping() 434 int htab_remove_mapping(unsigned long vstart, unsigned long vend, in htab_remove_mapping() argument 449 vaddr = ALIGN_DOWN(vstart, step); in htab_remove_mapping()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | accessors.h | 844 cpu->vstart = le64_to_cpu(disk->vstart); in btrfs_disk_balance_args_to_cpu() 864 disk->vstart = cpu_to_le64(cpu->vstart); in btrfs_cpu_balance_args_to_disk()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | btrfs_tree.h | 962 __le64 vstart; member
|
A D | btrfs.h | 368 __u64 vstart; member
|