| /openbmc/qemu/include/qemu/ |
| H A D | xxhash.h | 51 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 D | vhost-user-gpu.c | 480 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 D | vugpu.h | 188 struct virtio_gpu_resource_attach_backing *ab,
|
| /openbmc/u-boot/board/samsung/espresso7420/ |
| H A D | MAINTAINERS | 2 M: Thomas Abraham <thomas.ab@samsung.com>
|
| /openbmc/u-boot/doc/imx/common/ |
| H A D | imx5.txt | 30 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 D | resource.robot | 24 ${alpha_port} ab
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_fp1.S | 41 .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 D | int_helper.c | 299 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 D | qsp.c | 141 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 D | 0001-meson.build-make-fbpdf-build-optional.patch | 56 index ce37188..74699ab 100644
|
| /openbmc/qemu/hw/display/ |
| H A D | virtio-gpu.c | 914 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 D | vfio-ap.rst | 191 ...... 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 D | a32-uncond.decode | 71 # (ab)use the PLDW helper.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 9aa5c43315d83c19514251a11c4fba5a137f2821.patch | 23 Reviewed-by: Alexander Bokovoy <ab@samba.org>
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/ |
| H A D | lldpd_1.0.19.bb | 1 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.S | 211 ld.ab r13, [sp,r12]
|
| /openbmc/qemu/target/openrisc/ |
| H A D | insns.decode | 22 &ab a b
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/ |
| H A D | 0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch | 75 - 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 D | OGDL-Taiwan-1.0 | 107 …ion requirement, the rights granted under this License shall be deemed to have been void ab initio.
|
| H A D | Zimbra-1.3 | 29 …rted assignment, delegation or transfer without such consent shall be void ab initio. Any waiver o…
|
| H A D | YPL-1.0 | 47 …rted assignment, delegation or transfer without such consent shall be void ab initio. Any waiver o…
|
| H A D | Zimbra-1.4 | 47 …ted assignment, delegation, or transfer without such consent shall be void ab initio. Any waiver o…
|
| H A D | YPL-1.1 | 29 …rted assignment, delegation or transfer without such consent shall be void ab initio. Any waiver o…
|
| H A D | CC-BY-NC-SA-3.0-DE | 57 …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 D | apache2_2.4.63.bb | 213 FILES:${PN}-utils = "${bindir}/ab \
|