Home
last modified time | relevance | path

Searched refs:vas (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/Documentation/devicetree/bindings/powerpc/
Dibm,vas.txt8 - compatible : should be "ibm,vas".
9 - ibm,vas-id : A unique identifier for each instance of VAS in the system
17 vas@6019100000000 {
18 compatible = "ibm,vas", "ibm,power9-vas";
20 name = "vas";
21 ibm,vas-id = <0x1>;
/Linux-v5.4/arch/powerpc/platforms/powernv/
DMakefile20 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o
Dvas-trace.h4 #define TRACE_SYSTEM vas
112 #define TRACE_INCLUDE_FILE vas-trace
/Linux-v5.4/drivers/crypto/nx/
Dnx-842-powernv.c50 } vas; member
693 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx842_alloc_txwin()
831 coproc->vas.rxwin = rxwin; in vas_cfg_coproc_info()
832 coproc->vas.id = vasid; in vas_cfg_coproc_info()
962 if (coproc->vas.rxwin) in nx842_delete_coprocs()
963 vas_win_close(coproc->vas.rxwin); in nx842_delete_coprocs()
/Linux-v5.4/mm/
Dvmalloc.c3218 struct vmap_area **vas, *va; in pcpu_get_vm_areas() local
3254 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas()
3255 if (!vas || !vms) in pcpu_get_vm_areas()
3259 vas[area] = kmem_cache_zalloc(vmap_area_cachep, GFP_KERNEL); in pcpu_get_vm_areas()
3261 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas()
3344 va = vas[area]; in pcpu_get_vm_areas()
3355 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
3358 kfree(vas); in pcpu_get_vm_areas()
3364 __free_vmap_area(vas[area]); in pcpu_get_vm_areas()
3365 vas[area] = NULL; in pcpu_get_vm_areas()
[all …]
/Linux-v5.4/drivers/video/fbdev/mbx/
Dmbxfb.c238 ushort vbps, vt, vfps, vas; in mbxfb_set_par() local
293 vas = vbps + var->upper_margin; in mbxfb_set_par()
294 vfps = vas + var->yres; in mbxfb_set_par()
303 write_reg_dly((Dvt02_Vtbs(vas) | Dvt02_Vas(vas)), DVT02); in mbxfb_set_par()
305 write_reg_dly((Dvdet_Vdes(vas) | Dvdet_Vdef(vfps)), DVDET); in mbxfb_set_par()
/Linux-v5.4/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c133 void **vas; member
256 queue->kernel_if->u.g.vas[i], in qp_free_queue()
284 sizeof(*queue->kernel_if->u.g.vas))) in qp_alloc_queue()
288 vas_size = num_pages * sizeof(*queue->kernel_if->u.g.vas); in qp_alloc_queue()
301 queue->kernel_if->u.g.vas = in qp_alloc_queue()
306 queue->kernel_if->u.g.vas[i] = in qp_alloc_queue()
310 if (!queue->kernel_if->u.g.vas[i]) { in qp_alloc_queue()
318 queue->q_header = queue->kernel_if->u.g.vas[0]; in qp_alloc_queue()
348 va = kernel_if->u.g.vas[page_index + 1]; in qp_memcpy_to_queue_iter()
396 va = kernel_if->u.g.vas[page_index + 1]; in qp_memcpy_from_queue_iter()
/Linux-v5.4/
DMAINTAINERS7796 F: arch/powerpc/platforms/powernv/vas*
7798 F: arch/powerpc/include/asm/vas.h