Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/
A 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.3-rc2/arch/powerpc/platforms/powernv/
A DMakefile30 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o vas-fault.o
A Dvas-trace.h4 #define TRACE_SYSTEM vas
112 #define TRACE_INCLUDE_FILE vas-trace
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A DMakefile33 obj-$(CONFIG_PPC_VAS) += vas.o vas-sysfs.o
/linux-6.3-rc2/mm/
A Dvmalloc.c3863 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas()
3864 if (!vas || !vms) in pcpu_get_vm_areas()
3951 va = vas[area]; in pcpu_get_vm_areas()
3984 kfree(vas); in pcpu_get_vm_areas()
4002 vas[area] = NULL; in pcpu_get_vm_areas()
4013 if (vas[area]) in pcpu_get_vm_areas()
4018 if (!vas[area]) in pcpu_get_vm_areas()
4027 if (vas[area]) in pcpu_get_vm_areas()
4033 kfree(vas); in pcpu_get_vm_areas()
4052 vas[area] = NULL; in pcpu_get_vm_areas()
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/book3s/
A DMakefile2 obj-$(CONFIG_PPC_VAS) += vas-api.o
/linux-6.3-rc2/drivers/crypto/nx/
A Dnx-common-powernv.c50 } vas; member
696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()
850 coproc->vas.rxwin = rxwin; in vas_cfg_coproc_info()
851 coproc->vas.id = vasid; in vas_cfg_coproc_info()
1010 if (coproc->vas.rxwin) in nx_delete_coprocs()
1011 vas_win_close(coproc->vas.rxwin); in nx_delete_coprocs()
/linux-6.3-rc2/Documentation/powerpc/
A Dindex.rst36 vas-api
A 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.3-rc2/drivers/misc/vmw_vmci/
A 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.3-rc2/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnxu.h206 struct vas_stamped_crb_t vas; member
/linux-6.3-rc2/Documentation/userspace-api/ioctl/
A Dioctl-number.rst296 'v' 20-27 arch/powerpc/include/uapi/asm/vas-api.h VAS API

Completed in 22 milliseconds