Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/powerpc/platforms/powernv/
DMakefile30 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o vas-fault.o
Dvas-trace.h4 #define TRACE_SYSTEM vas
112 #define TRACE_INCLUDE_FILE vas-trace
/linux-6.1.9/arch/powerpc/platforms/pseries/
DMakefile33 obj-$(CONFIG_PPC_VAS) += vas.o vas-sysfs.o
/linux-6.1.9/mm/
Dvmalloc.c3781 struct vmap_area **vas, *va; in pcpu_get_vm_areas() local
3816 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas()
3817 if (!vas || !vms) in pcpu_get_vm_areas()
3821 vas[area] = kmem_cache_zalloc(vmap_area_cachep, GFP_KERNEL); in pcpu_get_vm_areas()
3823 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas()
3904 va = vas[area]; in pcpu_get_vm_areas()
3913 if (kasan_populate_vmalloc(vas[area]->va_start, sizes[area])) in pcpu_get_vm_areas()
3920 insert_vmap_area(vas[area], &vmap_area_root, &vmap_area_list); in pcpu_get_vm_areas()
3922 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
3937 kfree(vas); in pcpu_get_vm_areas()
[all …]
/linux-6.1.9/arch/powerpc/platforms/book3s/
DMakefile2 obj-$(CONFIG_PPC_VAS) += vas-api.o
/linux-6.1.9/drivers/crypto/nx/
Dnx-common-powernv.c50 } 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-6.1.9/Documentation/powerpc/
Dindex.rst36 vas-api
Dvas-api.rst117 __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-6.1.9/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c133 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-6.1.9/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h206 struct vas_stamped_crb_t vas; member
/linux-6.1.9/Documentation/userspace-api/ioctl/
Dioctl-number.rst295 'v' 20-27 arch/powerpc/include/uapi/asm/vas-api.h VAS API
/linux-6.1.9/
DMAINTAINERS9788 F: arch/powerpc/include/asm/vas.h
9790 F: arch/powerpc/platforms/powernv/vas*