Searched refs:vas (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/ |
D | ibm,vas.txt | 8 - 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-v4.19/arch/powerpc/platforms/powernv/ |
D | Makefile | 18 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o
|
D | vas-trace.h | 4 #define TRACE_SYSTEM vas 112 #define TRACE_INCLUDE_FILE vas-trace
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-842-powernv.c | 61 } vas; member 704 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx842_alloc_txwin() 838 coproc->vas.rxwin = rxwin; in vas_cfg_coproc_info() 839 coproc->vas.id = vasid; in vas_cfg_coproc_info() 969 if (coproc->vas.rxwin) in nx842_delete_coprocs() 970 vas_win_close(coproc->vas.rxwin); in nx842_delete_coprocs()
|
/Linux-v4.19/drivers/video/fbdev/mbx/ |
D | mbxfb.c | 238 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-v4.19/mm/ |
D | vmalloc.c | 2472 struct vmap_area **vas, *prev, *next; in pcpu_get_vm_areas() local 2507 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas() 2508 if (!vas || !vms) in pcpu_get_vm_areas() 2512 vas[area] = kzalloc(sizeof(struct vmap_area), GFP_KERNEL); in pcpu_get_vm_areas() 2514 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas() 2586 struct vmap_area *va = vas[area]; in pcpu_get_vm_areas() 2599 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas() 2602 kfree(vas); in pcpu_get_vm_areas() 2607 kfree(vas[area]); in pcpu_get_vm_areas() 2611 kfree(vas); in pcpu_get_vm_areas()
|
/Linux-v4.19/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 141 void **vas; member 264 queue->kernel_if->u.g.vas[i], in qp_free_queue() 292 sizeof(*queue->kernel_if->u.g.vas))) in qp_alloc_queue() 296 vas_size = num_pages * sizeof(*queue->kernel_if->u.g.vas); in qp_alloc_queue() 309 queue->kernel_if->u.g.vas = in qp_alloc_queue() 314 queue->kernel_if->u.g.vas[i] = in qp_alloc_queue() 318 if (!queue->kernel_if->u.g.vas[i]) { in qp_alloc_queue() 326 queue->q_header = queue->kernel_if->u.g.vas[0]; in qp_alloc_queue() 356 va = kernel_if->u.g.vas[page_index + 1]; in qp_memcpy_to_queue_iter() 404 va = kernel_if->u.g.vas[page_index + 1]; in qp_memcpy_from_queue_iter()
|
/Linux-v4.19/ |
D | MAINTAINERS | 6985 F: arch/powerpc/platforms/powernv/vas* 6987 F: arch/powerpc/include/asm/vas.h 6988 F: arch/powerpc/include/uapi/asm/vas.h
|