Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/
H 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>;
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A DMakefile21 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o vas-fault.o vas-api.o
H A Dvas-trace.h4 #define TRACE_SYSTEM vas
112 #define TRACE_INCLUDE_FILE vas-trace
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c3200 struct vmap_area **vas, *va; in pcpu_get_vm_areas() local
3236 vas = kcalloc(nr_vms, sizeof(vas[0]), GFP_KERNEL); in pcpu_get_vm_areas()
3237 if (!vas || !vms) in pcpu_get_vm_areas()
3241 vas[area] = kmem_cache_zalloc(vmap_area_cachep, GFP_KERNEL); in pcpu_get_vm_areas()
3243 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas()
3326 va = vas[area]; in pcpu_get_vm_areas()
3335 if (kasan_populate_vmalloc(vas[area]->va_start, sizes[area])) in pcpu_get_vm_areas()
3338 kasan_unpoison_vmalloc((void *)vas[area]->va_start, in pcpu_get_vm_areas()
3345 insert_vmap_area(vas[area], &vmap_area_root, &vmap_area_list); in pcpu_get_vm_areas()
3347 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A 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()
1011 if (coproc->vas.rxwin) in nx_delete_coprocs()
1012 vas_win_close(coproc->vas.rxwin); in nx_delete_coprocs()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dindex.rst34 vas-api
H 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
/OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c133 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_index + 1]; in qp_memcpy_from_queue_iter()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h206 struct vas_stamped_crb_t vas; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dlt_LT204 abmon "saus.";"vas.";/
H A Dhu_HU522 day "vas<U00E1>rnap";/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dlt_LT204 abmon "saus.";"vas.";/
H A Dhu_HU522 day "vas<U00E1>rnap";/
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst291 'v' 20-27 arch/powerpc/include/uapi/asm/vas-api.h VAS API
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS8425 F: arch/powerpc/include/asm/vas.h
8427 F: arch/powerpc/platforms/powernv/vas*
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv2156 …�������������������á{x��������eFcZfUO��^4EKDGILaeU�������������������������vas�����rYZ������������…
4339 …��������������������ɸ�s�������ӨPRd\VR��CCGEDDGXk]_������������������������vas�����wgSk�����������…
/OK3568_Linux_fs/external/xserver/
H A DChangeLog132407 Author: Jason Vas Dias <jason.vas.dias@gmail.com>