Searched refs:vas (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/powerpc/platforms/book3s/
H A DMakefile2 obj-$(CONFIG_PPC_VAS) += vas-api.o
H A Dvas-api.c7 #define pr_fmt(fmt) "vas-api: " fmt
19 #include <asm/vas.h>
20 #include <uapi/asm/vas-api.h>
/linux-master/arch/powerpc/platforms/powernv/
H A DMakefile30 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o vas-fault.o
H A Dvas-trace.h4 #define TRACE_SYSTEM vas
11 #include <asm/vas.h>
112 #define TRACE_INCLUDE_FILE vas-trace
H A Dvas-debug.c6 #define pr_fmt(fmt) "vas: " fmt
12 #include <asm/vas.h>
13 #include "vas.h"
167 vas_debugfs = debugfs_create_dir("vas", NULL);
H A Dvas.h10 #include <asm/vas.h>
H A Dvas-window.c6 #define pr_fmt(fmt) "vas: " fmt
19 #include <asm/vas.h>
20 #include "vas.h"
24 #include "vas-trace.h"
/linux-master/arch/powerpc/platforms/pseries/
H A DMakefile35 obj-$(CONFIG_PPC_VAS) += vas.o vas-sysfs.o
H A Dvas.h8 #include <asm/vas.h>
H A Dvas.c6 #define pr_fmt(fmt) "vas: " fmt
21 #include <asm/vas.h>
22 #include "vas.h"
262 txwin->name = kasprintf(GFP_KERNEL, "vas-win-%d",
912 * operation so that get the new target_credits (vas default capabilities)
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c16 #include <asm/vas.h>
50 } vas; member in struct:nx_coproc
589 * VAS copy CRB into L2 cache. Refer <asm/vas.h>.
696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr);
850 coproc->vas.rxwin = rxwin;
851 coproc->vas.id = vasid;
1010 if (coproc->vas.rxwin)
1011 vas_win_close(coproc->vas.rxwin);
H A Dnx-common-pseries.c13 #include <asm/vas.h>
/linux-master/mm/
H A Dvmalloc.c4534 struct vmap_area **vas, *va; local
4569 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL);
4570 if (!vas || !vms)
4574 vas[area] = kmem_cache_zalloc(vmap_area_cachep, GFP_KERNEL);
4576 if (!vas[area] || !vms[area])
4656 va = vas[area];
4665 if (kasan_populate_vmalloc(vas[area]->va_start, sizes[area]))
4671 struct vmap_node *vn = addr_to_node(vas[area]->va_start);
4674 insert_vmap_area(vas[are
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dvas.h11 #include <uapi/asm/vas-api.h>
36 /* vas mmap() */
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c133 void **vas; member in struct:vmci_queue_kern_if::__anon1266::__anon1267
258 queue->kernel_if->u.g.vas[i],
286 sizeof(*queue->kernel_if->u.g.vas)))
290 vas_size = num_pages * sizeof(*queue->kernel_if->u.g.vas);
303 queue->kernel_if->u.g.vas =
308 queue->kernel_if->u.g.vas[i] =
312 if (!queue->kernel_if->u.g.vas[i]) {
320 queue->q_header = queue->kernel_if->u.g.vas[0];
350 va = kernel_if->u.g.vas[page_index + 1];
398 va = kernel_if->u.g.vas[page_inde
[all...]
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h71 * vas: virtual accelerator switch; the user mode interface
161 /* Verification only vas buffer number which correlates to
206 struct vas_stamped_crb_t vas; member in union:stamped_crb_t

Completed in 206 milliseconds