/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | Makefile | 30 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o vas-fault.o
|
H A D | vas-trace.h | 4 #define TRACE_SYSTEM vas 11 #include <asm/vas.h> 112 #define TRACE_INCLUDE_FILE vas-trace
|
H A D | vas-debug.c | 6 #define pr_fmt(fmt) "vas: " fmt 12 #include <asm/vas.h> 13 #include "vas.h" 167 vas_debugfs = debugfs_create_dir("vas", NULL); in vas_init_dbgdir()
|
H A D | vas.h | 10 #include <asm/vas.h>
|
H A D | vas-window.c | 6 #define pr_fmt(fmt) "vas: " fmt 19 #include <asm/vas.h> 20 #include "vas.h" 24 #include "vas-trace.h"
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | vas-trace.h | 4 #define TRACE_SYSTEM vas 11 #include <asm/vas.h> 112 #define TRACE_INCLUDE_FILE vas-trace
|
H A D | vas-api.c | 13 #include <asm/vas.h> 14 #include <uapi/asm/vas-api.h> 15 #include "vas.h"
|
H A D | vas.h | 10 #include <asm/vas.h>
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmalloc.c | 3196 struct vmap_area **vas, *va; in pcpu_get_vm_areas() local 3232 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas() 3233 if (!vas || !vms) in pcpu_get_vm_areas() 3237 vas[area] = kmem_cache_zalloc(vmap_area_cachep, GFP_KERNEL); in pcpu_get_vm_areas() 3239 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas() 3322 va = vas[area]; in pcpu_get_vm_areas() 3331 if (kasan_populate_vmalloc(vas[area]->va_start, sizes[area])) in pcpu_get_vm_areas() 3334 kasan_unpoison_vmalloc((void *)vas[area]->va_start, in pcpu_get_vm_areas() 3341 insert_vmap_area(vas[are in pcpu_get_vm_areas() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | Makefile | 33 obj-$(CONFIG_PPC_VAS) += vas.o vas-sysfs.o
|
H A D | vas.h | 8 #include <asm/vas.h>
|
H A D | vas.c | 6 #define pr_fmt(fmt) "vas: " fmt 21 #include <asm/vas.h> 22 #include "vas.h" 262 txwin->name = kasprintf(GFP_KERNEL, "vas-win-%d", in allocate_setup_window() 912 * operation so that get the new target_credits (vas default capabilities)
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 16 #include <asm/vas.h> 50 } vas; member 592 * VAS copy CRB into L2 cache. Refer <asm/vas.h>. in nx842_exec_vas() 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()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 16 #include <asm/vas.h> 50 } vas; member 589 * VAS copy CRB into L2 cache. Refer <asm/vas.h>. in nx842_exec_vas() 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()
|
H A D | nx-common-pseries.c | 13 #include <asm/vas.h>
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 4028 struct vmap_area **vas, *va; in pcpu_get_vm_areas() local 4063 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas() 4064 if (!vas || !vms) in pcpu_get_vm_areas() 4068 vas[area] = kmem_cache_zalloc(vmap_area_cachep, GFP_KERNEL); in pcpu_get_vm_areas() 4070 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas() 4151 va = vas[area]; in pcpu_get_vm_areas() 4160 if (kasan_populate_vmalloc(vas[area]->va_start, sizes[area])) in pcpu_get_vm_areas() 4167 insert_vmap_area(vas[area], &vmap_area_root, &vmap_area_list); in pcpu_get_vm_areas() 4169 setup_vmalloc_vm_locked(vms[area], vas[are in pcpu_get_vm_areas() [all...] |
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 133 void **vas; member 256 queue->kernel_if->u.g.vas[i], in qp_free_queue() 284 sizeof(*queue->kernel_if->u.g.vas))) in qp_alloc_queue() 288 vas_size = num_pages * sizeof(*queue->kernel_if->u.g.vas); in qp_alloc_queue() 301 queue->kernel_if->u.g.vas = in qp_alloc_queue() 306 queue->kernel_if->u.g.vas[i] = in qp_alloc_queue() 310 if (!queue->kernel_if->u.g.vas[i]) { in qp_alloc_queue() 318 queue->q_header = queue->kernel_if->u.g.vas[0]; in qp_alloc_queue() 348 va = kernel_if->u.g.vas[page_index + 1]; in qp_memcpy_to_queue_iter() 396 va = kernel_if->u.g.vas[page_inde in qp_memcpy_from_queue_iter() [all...] |
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A 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_inde in qp_memcpy_from_queue_iter() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | vas.h | 11 #include <uapi/asm/vas-api.h> 36 /* vas mmap() */
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/book3s/ |
H A D | vas-api.c | 7 #define pr_fmt(fmt) "vas-api: " fmt 19 #include <asm/vas.h> 20 #include <uapi/asm/vas-api.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nxu.h | 71 * 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
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nxu.h | 71 * 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
|