Searched refs:vsize (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/lib/crypto/mpi/
H A Dmpi-mul.c18 mpi_size_t usize, vsize, wsize; local
30 vsize = u->nlimbs;
37 vsize = v->nlimbs;
45 wsize = usize + vsize;
65 vp = tmp_limb = mpi_alloc_limb_space(vsize);
67 MPN_COPY(vp, wp, vsize);
71 if (!vsize)
74 mpihelp_mul(wp, up, usize, vp, vsize, &cy);
H A Dmpi-cmp.c51 mpi_size_t vsize; local
60 vsize = v->nlimbs;
73 if (usize != vsize && !usign && !vsign)
74 return usize - vsize;
75 if (usize != vsize && usign && vsign)
76 return vsize + usize;
H A Dmpih-mul.c348 mpi_ptr_t vp, mpi_size_t vsize,
353 if (!ctx->tspace || ctx->tspace_size < vsize) {
356 ctx->tspace = mpi_alloc_limb_space(2 * vsize);
359 ctx->tspace_size = vsize;
362 MPN_MUL_N_RECURSE(prodp, up, vp, vsize, ctx->tspace);
364 prodp += vsize;
365 up += vsize;
366 usize -= vsize;
367 if (usize >= vsize) {
368 if (!ctx->tp || ctx->tp_size < vsize) {
346 mpihelp_mul_karatsuba_case(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t usize, mpi_ptr_t vp, mpi_size_t vsize, struct karatsuba_ctx *ctx) argument
452 mpihelp_mul(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t usize, mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result) argument
[all...]
H A Dmpi-add.c70 mpi_size_t usize, vsize, wsize; local
76 vsize = u->nlimbs;
86 vsize = v->nlimbs;
97 if (!vsize) { /* simple */
103 if (usize != vsize) {
104 mpihelp_sub(wp, up, usize, vp, vsize);
122 mpi_limb_t cy = mpihelp_add(wp, up, usize, vp, vsize);
H A Dmpi-internal.h180 mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result);
189 mpi_ptr_t vp, mpi_size_t vsize,
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vtc.h29 unsigned int vsize; member in struct:xvtc_config
H A Dxilinx-vtc.c207 xvtc_gen_write(xvtc, XVTC_VSIZE, config->vsize);
/linux-master/arch/s390/boot/
H A Dstartup.c227 unsigned long max_mappable, vsize; local
230 vsize = round_up(SZ_2G + max_mappable, rte_size) +
233 return size_add(vsize, vmalloc_size);
243 unsigned long vsize; local
254 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION3_SIZE);
256 (vsize > _REGION2_SIZE && kaslr_enabled())) {
260 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION2_SIZE);
283 vsize = min(vsize, vmax);
287 kaslr_len = max(KASLR_LEN, vmax - vsize);
[all...]
/linux-master/fs/squashfs/
H A Dxattr.c94 le32_to_cpu(val.vsize));
115 int err, vsize; local
171 vsize = le32_to_cpu(val.vsize);
173 if (vsize > buffer_size) {
178 &offset, vsize);
191 le32_to_cpu(val.vsize));
195 err = count ? vsize : -ENODATA;
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif.c75 .vsize = 525,
92 .vsize = 625,
109 .vsize = 750,
126 .vsize = 750,
146 .vsize = 1125,
166 .vsize = 1125,
183 .vsize = 1125,
205 .vsize = 525,
225 .vsize = 625,
316 value = (config->vsize
[all...]
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h245 u16 hsize, vsize; member in struct:komeda_layer_state
256 struct malidp_range hsize, vsize; member in struct:komeda_scaler
279 struct malidp_range hsize, vsize; member in struct:komeda_compiz
283 u16 hsize, vsize; member in struct:komeda_compiz_input_cfg
291 u16 hsize, vsize; member in struct:komeda_compiz_state
309 struct malidp_range hsize, vsize; member in struct:komeda_splitter
314 u16 hsize, vsize; member in struct:komeda_splitter_state
330 u16 hsize, vsize; member in struct:komeda_improc_state
528 u16 *hsize, u16 *vsize);
H A Dkomeda_pipeline_state.c364 st->vsize = kfb->aligned_h;
371 st->vsize = dflow->in_h;
420 st->vsize = dflow->out_h;
461 if (!malidp_in_range(&scaler->vsize, vsize_in) ||
462 !malidp_in_range(&scaler->vsize, vsize_out)) {
583 if (!malidp_in_range(&splitter->vsize, dflow->in_h)) {
600 st->vsize = dflow->in_h;
657 u16 *hsize, u16 *vsize)
663 if (vsize)
664 *vsize
656 pipeline_composition_size(struct komeda_crtc_state *kcrtc_st, u16 *hsize, u16 *vsize) argument
[all...]
/linux-master/fs/proc/
H A Dtask_nommu.c85 unsigned long vsize = 0; local
89 vsize += vma->vm_end - vma->vm_start;
91 return vsize;
H A Darray.c470 unsigned long vsize, eip, esp, wchan = 0; local
489 vsize = eip = esp = 0;
493 vsize = task_vsize(mm);
613 seq_put_decimal_ull(m, " ", vsize);
/linux-master/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c102 unsigned long vsize; local
110 vsize = vma->vm_end - vma->vm_start;
121 vsize, prot))
H A Daspeed-lpc-ctrl.c52 unsigned long vsize = vma->vm_end - vma->vm_start; local
63 vsize, prot))
/linux-master/drivers/platform/x86/intel/pmt/
H A Dclass.c98 unsigned long vsize = vma->vm_end - vma->vm_start; local
108 if (vsize > psize) {
115 vsize, vma->vm_page_prot))
/linux-master/drivers/acpi/
H A Dpfr_telemetry.c305 unsigned long psize, vsize; local
331 vsize = vma->vm_end - vma->vm_start;
332 if (vsize > psize)
337 vsize, vma->vm_page_prot))
/linux-master/drivers/misc/genwqe/
H A Dcard_dev.c392 unsigned long vsize = vma->vm_end - vma->vm_start; local
401 dma_map = __genwqe_search_mapping(cfile, vma->vm_start, vsize,
407 vsize);
438 unsigned long pfn, vsize = vma->vm_end - vma->vm_start; local
443 if (vsize == 0)
446 if (get_order(vsize) > MAX_PAGE_ORDER)
455 dma_map->size = vsize;
456 dma_map->nr_pages = DIV_ROUND_UP(vsize, PAGE_SIZE);
457 dma_map->k_vaddr = __genwqe_alloc_consistent(cd, vsize,
464 if (capable(CAP_SYS_ADMIN) && (vsize > sizeo
[all...]
/linux-master/drivers/video/backlight/
H A Dvgg2432a4.c170 ili9320_write(lcd, ILI9320_VERT_END, cfg->vsize - 1);
173 ILI9320_DRIVER2_NL(((cfg->vsize - 240) / 8) + 0x1D));
/linux-master/kernel/
H A Dacct.c556 unsigned long vsize = 0; local
565 vsize += vma->vm_end - vma->vm_start;
571 pacct->ac_mem = vsize / 1024;
/linux-master/include/video/
H A Dili9320.h179 unsigned short vsize; member in struct:ili9320_platdata
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c281 malidp_write32(reg, BLK_IN_SIZE, HV_SIZE(st->hsize, st->vsize));
369 line_sz = st->vsize - st->afbc_crop_t - st->afbc_crop_b;
481 malidp_write32(reg, BLK_IN_SIZE, HV_SIZE(st->hsize, st->vsize));
596 HV_SIZE(cin->hsize, cin->vsize));
623 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize));
690 set_range(&compiz->vsize, 64, d71->max_vsize);
860 set_range(&scaler->vsize, 4, 4096);
919 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize));
969 set_range(&splitter->vsize, 4, d71->max_vsize);
1059 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize));
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c3052 * @vsize: Mode height
3061 int hsize, int vsize, int fresh,
3071 if (vsize != ptr->vdisplay)
3339 int hsize, int vsize, int vrefresh_rate)
3348 mode = drm_gtf_mode(dev, hsize, vsize, vrefresh_rate, 0, 0);
3354 mode = drm_gtf_mode_complex(dev, hsize, vsize,
3375 int hsize, vsize; local
3393 vsize = hsize;
3395 vsize = (hsize * 10) / 16;
3397 vsize
3060 drm_mode_find_dmt(struct drm_device *dev, int hsize, int vsize, int fresh, bool rb) argument
3337 drm_gtf2_mode(struct drm_device *dev, const struct drm_edid *drm_edid, int hsize, int vsize, int vrefresh_rate) argument
[all...]
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1502 unsigned long vsize = vma->vm_end - vma->vm_start; local
1553 if (vsize > psize) {
1558 memset(plr->kmem + off, 0, vsize);
1561 vsize, vma->vm_page_prot)) {

Completed in 423 milliseconds

12