Searched refs:vas (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/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-v5.15/arch/powerpc/platforms/powernv/ |
D | Makefile | 21 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o vas-fault.o
|
D | vas-trace.h | 4 #define TRACE_SYSTEM vas 112 #define TRACE_INCLUDE_FILE vas-trace
|
/Linux-v5.15/mm/ |
D | vmalloc.c | 3570 struct vmap_area **vas, *va; in pcpu_get_vm_areas() local 3606 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas() 3607 if (!vas || !vms) in pcpu_get_vm_areas() 3611 vas[area] = kmem_cache_zalloc(vmap_area_cachep, GFP_KERNEL); in pcpu_get_vm_areas() 3613 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas() 3696 va = vas[area]; in pcpu_get_vm_areas() 3705 if (kasan_populate_vmalloc(vas[area]->va_start, sizes[area])) in pcpu_get_vm_areas() 3708 kasan_unpoison_vmalloc((void *)vas[area]->va_start, in pcpu_get_vm_areas() 3715 insert_vmap_area(vas[area], &vmap_area_root, &vmap_area_list); in pcpu_get_vm_areas() 3717 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas() [all …]
|
/Linux-v5.15/arch/powerpc/platforms/book3s/ |
D | Makefile | 2 obj-$(CONFIG_PPC_VAS) += vas-api.o
|
/Linux-v5.15/drivers/crypto/nx/ |
D | nx-common-powernv.c | 50 } vas; member 699 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin() 853 coproc->vas.rxwin = rxwin; in vas_cfg_coproc_info() 854 coproc->vas.id = vasid; in vas_cfg_coproc_info() 1013 if (coproc->vas.rxwin) in nx_delete_coprocs() 1014 vas_win_close(coproc->vas.rxwin); in nx_delete_coprocs()
|
/Linux-v5.15/Documentation/powerpc/ |
D | index.rst | 35 vas-api
|
D | vas-api.rst | 117 __s16 vas_id; /* specific instance of vas or -1 152 EINVAL Invalid vas ID 194 like /proc/device-tree/vas@* or /proc/device-tree/xscom@*/vas@*. 195 Determine the chip or VAS instance and use the corresponding ibm,vas-id
|
/Linux-v5.15/arch/powerpc/platforms/pseries/ |
D | Makefile | 33 obj-$(CONFIG_PPC_VAS) += vas.o
|
/Linux-v5.15/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 133 void **vas; member 258 queue->kernel_if->u.g.vas[i], in qp_free_queue() 286 sizeof(*queue->kernel_if->u.g.vas))) in qp_alloc_queue() 290 vas_size = num_pages * sizeof(*queue->kernel_if->u.g.vas); in qp_alloc_queue() 303 queue->kernel_if->u.g.vas = in qp_alloc_queue() 308 queue->kernel_if->u.g.vas[i] = in qp_alloc_queue() 312 if (!queue->kernel_if->u.g.vas[i]) { in qp_alloc_queue() 320 queue->q_header = queue->kernel_if->u.g.vas[0]; in qp_alloc_queue() 350 va = kernel_if->u.g.vas[page_index + 1]; in qp_memcpy_to_queue_iter() 398 va = kernel_if->u.g.vas[page_index + 1]; in qp_memcpy_from_queue_iter()
|
/Linux-v5.15/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 206 struct vas_stamped_crb_t vas; member
|
/Linux-v5.15/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 291 'v' 20-27 arch/powerpc/include/uapi/asm/vas-api.h VAS API
|
/Linux-v5.15/ |
D | MAINTAINERS | 8957 F: arch/powerpc/include/asm/vas.h 8959 F: arch/powerpc/platforms/powernv/vas*
|