Home
last modified time | relevance | path

Searched full:combination (Results 1 – 25 of 110) sorted by relevance

12345

/qemu/qapi/
H A Dmachine-common.json68 # combination of cache level and cache type.
88 # @cache: Cache name, which is the combination of cache level
H A Dsockets.json144 # monitor commands, in combination with the 'getfd' command.
/qemu/docs/system/arm/
H A Dvexpress.rst7 - ``vexpress-a9`` models the combination of the Versatile Express
9 - ``vexpress-a15`` models the combination of the Versatile Express
/qemu/libdecnumber/dpd/
H A Ddecimal32.c164 /* create the combination field */ in decimal32FromNumber()
168 targ|=comb<<26; /* add combination field .. */ in decimal32FromNumber()
192 uInt comb; /* combination field */ in decimal32ToNumber()
200 comb=(sour>>26)&0x1f; /* combination field */ in decimal32ToNumber()
205 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToNumber()
261 uInt comb; /* combination field */ in decimal32ToString()
278 comb=(sour>>26)&0x1f; /* combination field */ in decimal32ToString()
279 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToString()
445 /* Get combination field */
H A Ddecimal128.c161 /* create the combination field */ in decimal128FromNumber()
165 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber()
200 uInt comb; /* combination field */ in decimal128ToNumber()
224 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal128ToNumber()
229 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToNumber()
288 uInt comb; /* combination field */ in decimal128ToString()
321 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal128ToString()
322 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToString()
516 /* Get combination field */
H A Ddecimal64.c182 /* create the combination field */ in decimal64FromNumber()
186 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber()
217 uInt comb; /* combination field */ in decimal64ToNumber()
235 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToNumber()
240 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber()
304 uInt comb; /* combination field */ in decimal64ToString()
331 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToString()
332 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToString()
505 /* Get combination field */
570 /* Combination field lookup tables (uInts to save measurable work) */
[all …]
/qemu/linux-headers/linux/
H A Diommufd.h194 * @flags: Combination of enum iommufd_ioas_map_flags
248 * @flags: Combination of enum iommufd_ioas_map_flags
425 * @flags: Combination of enum iommu_hwpt_vtd_s1_flags
472 * @flags: Combination of enum iommufd_hwpt_alloc_flags
533 * @flags: Combination of enum iommu_hw_info_vtd_flags
685 * @flags: Combination of enum iommufd_hwpt_set_dirty_tracking_flags
717 * @flags: Combination of enum iommufd_hwpt_get_dirty_bitmap_flags
774 * @flags: Combination of enum iommu_hwpt_vtd_s1_invalidate_flags
882 * @flags: Combination of enum iommu_hwpt_pgfault_flags
886 * @perm: Combination of enum iommu_hwpt_pgfault_perm
[all …]
/qemu/docs/system/
H A Dvnc-security.rst25 remote machine, a combination of netcat+ssh can be used to provide a
139 layers, then it is strongly advised to run it in combination with TLS
173 support session encryption, so can only be used in combination with TLS.
/qemu/tcg/sparc64/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tcg/tci/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tcg/riscv/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tcg/mips/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tcg/aarch64/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tcg/loongarch64/
H A Dtcg-target-con-set.h15 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tcg/ppc/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tcg/arm/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tests/qemu-iotests/
H A D1454 # Test the combination of -incoming and snapshot=on
/qemu/tcg/s390x/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/tests/tcg/ppc64/
H A Dmtfsf.c53 * any combination of exception bit + its enabling bit should work. in main()
/qemu/tcg/i386/
H A Dtcg-target-con-set.h10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/qemu/docs/
H A Dmemory-hotplug.txt33 hotplugged by using any combination of the available memory slots.
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc13 Here, the combination of a machine, properly configured with GitLab's
/qemu/include/crypto/
H A Dpbkdf.h91 * in combination with the hash @hash.
/qemu/include/block/
H A Dnbd.h105 uint16_t flags; /* combination of NBD_REPLY_FLAG_* */
113 uint16_t flags; /* combination of NBD_REPLY_FLAG_* */
/qemu/tests/tcg/multiarch/
H A Dvma-pthread.c7 * regions, each of which is guaranteed to have a certain combination of

12345