Home
last modified time | relevance | path

Searched refs:ab (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/qemu/include/qemu/
H A Dxxhash.h51 static inline uint32_t qemu_xxhash8(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash8() argument
58 uint32_t a = ab; in qemu_xxhash8()
59 uint32_t b = ab >> 32; in qemu_xxhash8()
106 static inline uint32_t qemu_xxhash2(uint64_t ab) in qemu_xxhash2() argument
108 return qemu_xxhash8(ab, 0, 0, 0, 0); in qemu_xxhash2()
111 static inline uint32_t qemu_xxhash4(uint64_t ab, uint64_t cd) in qemu_xxhash4() argument
113 return qemu_xxhash8(ab, cd, 0, 0, 0); in qemu_xxhash4()
116 static inline uint32_t qemu_xxhash5(uint64_t ab, uint64_t cd, uint32_t e) in qemu_xxhash5() argument
118 return qemu_xxhash8(ab, cd, 0, e, 0); in qemu_xxhash5()
121 static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, in qemu_xxhash6() argument
[all …]
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c480 struct virtio_gpu_resource_attach_backing *ab, in vg_create_mapping_iov() argument
488 if (ab->nr_entries > 16384) { in vg_create_mapping_iov()
490 __func__, ab->nr_entries); in vg_create_mapping_iov()
494 esize = sizeof(*ents) * ab->nr_entries; in vg_create_mapping_iov()
497 sizeof(*ab), ents, esize); in vg_create_mapping_iov()
505 *iov = g_new0(struct iovec, ab->nr_entries); in vg_create_mapping_iov()
506 for (i = 0; i < ab->nr_entries; i++) { in vg_create_mapping_iov()
512 __func__, ab->resource_id, i); in vg_create_mapping_iov()
528 struct virtio_gpu_resource_attach_backing ab; in vg_resource_attach_backing() local
531 VUGPU_FILL_CMD(ab); in vg_resource_attach_backing()
[all …]
H A Dvugpu.h188 struct virtio_gpu_resource_attach_backing *ab,
/openbmc/u-boot/board/samsung/espresso7420/
H A DMAINTAINERS2 M: Thomas Abraham <thomas.ab@samsung.com>
/openbmc/u-boot/doc/imx/common/
H A Dimx5.txt30 This is an example how to program an example MAC address 01:23:45:67:89:ab
34 => fuse prog -y 1 9 01 23 45 67 89 ab
/openbmc/openbmc-test-automation/lib/snmp/
H A Dresource.robot24 ${alpha_port} ab
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp1.S41 .macro test_ord_all op, aa, ab, ba, aPI, PIa, aN, Na, II, IN, NI, qnan_sr
43 test_ord \op b1, f2, f3, 0x3f800000, 0x3fc00000, \ab, FSR__ /* ord < ord */
/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c299 int i, qb, ab; in div64() local
314 ab = a1 >> 63; in div64()
316 if (ab || a1 >= b) { in div64()
/openbmc/qemu/util/
H A Dqsp.c141 uint32_t do_qsp_callsite_hash(const QSPCallSite *callsite, uint64_t ab) in do_qsp_callsite_hash() argument
147 return qemu_xxhash8(ab, cd, 0, e, f); in do_qsp_callsite_hash()
175 uint64_t ab = g_str_hash(callsite->file); in qsp_entry_no_thread_obj_hash() local
179 return qemu_xxhash5(ab, cd, e); in qsp_entry_no_thread_obj_hash()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-meson.build-make-fbpdf-build-optional.patch56 index ce37188..74699ab 100644
/openbmc/qemu/hw/display/
H A Dvirtio-gpu.c914 struct virtio_gpu_resource_attach_backing ab; in virtio_gpu_resource_attach_backing()
917 VIRTIO_GPU_FILL_CMD(ab); in virtio_gpu_resource_attach_backing()
918 virtio_gpu_bswap_32(&ab, sizeof(ab)); in virtio_gpu_resource_attach_backing()
919 trace_virtio_gpu_cmd_res_back_attach(ab.resource_id); in virtio_gpu_resource_attach_backing()
921 res = virtio_gpu_find_resource(g, ab.resource_id); in virtio_gpu_resource_attach_backing()
924 __func__, ab.resource_id); in virtio_gpu_resource_attach_backing()
934 ret = virtio_gpu_create_mapping_iov(g, ab.nr_entries, sizeof(ab), cmd, in virtio_gpu_resource_attach_backing()
912 struct virtio_gpu_resource_attach_backing ab; virtio_gpu_resource_attach_backing() local
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst191 ...... 05.00ab
195 ...... 06.00ab
663 05.00ab CEX5C CCA-Coproc
666 06.00ab CEX5C CCA-Coproc
720 access them. To secure the AP queues 05.0004, 05.0047, 05.00ab, 05.00ff,
721 06.0004, 06.0047, 06.00ab, and 06.00ff for use by the vfio_ap device driver,
729 This will result in AP queues 05.0004, 05.0047, 05.00ab, 05.00ff, 06.0004,
730 06.0047, 06.00ab, and 06.00ff getting bound to the vfio_ap device driver. The
739 ......... [05.00ab]
743 ......... [06.00ab]
[all …]
/openbmc/qemu/target/arm/tcg/
H A Da32-uncond.decode71 # (ab)use the PLDW helper.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D9aa5c43315d83c19514251a11c4fba5a137f2821.patch23 Reviewed-by: Alexander Bokovoy <ab@samba.org>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/
H A Dlldpd_1.0.19.bb1 SUMMARY = "A 802.1ab implementation (LLDP) to help you locate neighbors of all your equipments"
/openbmc/u-boot/arch/arc/lib/
H A D_millicodethunk.S211 ld.ab r13, [sp,r12]
/openbmc/qemu/target/openrisc/
H A Dinsns.decode22 &ab a b
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/
H A D0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch75 - 00:a3:04:bb:22:ab:98:3d:57:e8:26:72:9a:b5:79:
81 - 50:d2:a8:50:c3:28:ea:f5:ab:25:87:8a:9a:96:1c:
112 - 73:92:c2:e2:e3:16:8d:9a:32:02:ab:8e:18:dd:e9:10:11:ee:
113 - 7e:35:ab:90:af:3e:30:94:7a:d0:33:3d:a7:65:0f:f5:fc:8e:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOGDL-Taiwan-1.0107 …ion requirement, the rights granted under this License shall be deemed to have been void ab initio.
H A DZimbra-1.329 …rted assignment, delegation or transfer without such consent shall be void ab initio. Any waiver o…
H A DYPL-1.047 …rted assignment, delegation or transfer without such consent shall be void ab initio. Any waiver o…
H A DZimbra-1.447 …ted assignment, delegation, or transfer without such consent shall be void ab initio. Any waiver o…
H A DYPL-1.129 …rted assignment, delegation or transfer without such consent shall be void ab initio. Any waiver o…
H A DCC-BY-NC-SA-3.0-DE57 …ordnungsspezifischen Creative-Commons-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufwärts…
59 … iv. der Creative-Commons-Unported-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufwärts
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/
H A Dapache2_2.4.63.bb213 FILES:${PN}-utils = "${bindir}/ab \

12