Home
last modified time | relevance | path

Searched full:greater (Results 1 – 25 of 189) sorted by relevance

12345678

/qemu/tests/qemu-iotests/
H A D288.out7 == create 1G image file (size should be no greater than measured) ==
12 == modified 1G image file (size should be no greater than measured) ==
H A D28857 echo "== create 1G image file (size should be no greater than measured) =="
64 echo "== modified 1G image file (size should be no greater than measured) =="
H A D112.out25 …t refcount widths than 16 bits require compatibility level 1.1 or above (use version=v3 or greater)
27 …t refcount widths than 16 bits require compatibility level 1.1 or above (use version=v3 or greater)
106 …ount widths other than 16 bits require compatibility level 1.1 or above (use compat=1.1 or greater)
/qemu/target/riscv/
H A Dtime_helper.c78 * a value greater than or equal to stimecmp, treating the values in riscv_timer_write_timecmp()
81 * The interrupt remains posted until stimecmp becomes greater in riscv_timer_write_timecmp()
114 * greater than INT64_MAX, no additional check is needed for an in riscv_timer_write_timecmp()
/qemu/crypto/
H A Dakcipher-nettle.c.inc174 error_setg(errp, "Plaintext length %zu is greater than key size: %zu",
220 error_setg(errp, "Ciphertext length %zu is greater than key size: %zu",
266 error_setg(errp, "Data length %zu is greater than key size: %zu",
332 error_setg(errp, "Data length %zu is greater than key size: %zu",
337 error_setg(errp, "Signature length %zu is greater than key size: %zu",
H A Dakcipher-gcrypt.c.inc237 error_setg(errp, "Plaintext length is greater than key size: %d",
328 error_setg(errp, "Ciphertext length is greater than key size: %d",
408 error_setg(errp, "Data length is greater than key size: %d",
474 error_setg(errp, "Signature length is greater than key size: %d",
480 error_setg(errp, "Data length is greater than key size: %d",
/qemu/target/s390x/
H A Ds390x-internal.h167 CC_OP_LTGT_32, /* signed less/greater than (32bit) */
168 CC_OP_LTGT_64, /* signed less/greater than (64bit) */
169 CC_OP_LTUGTU_32, /* unsigned less/greater than (32bit) */
170 CC_OP_LTUGTU_64, /* unsigned less/greater than (64bit) */
171 CC_OP_LTGT0_32, /* signed less/greater than 0 (32bit) */
172 CC_OP_LTGT0_64, /* signed less/greater than 0 (64bit) */
/qemu/hw/core/
H A Dmachine-smp.c79 * cpus may be specified, but maxcpus must be equal to or greater than cpus.
102 * Specified CPU topology parameters must be greater than zero, in machine_parse_smp_config()
116 "CPU topology parameters must be greater than zero"); in machine_parse_smp_config()
122 * not be set to a value greater than 1. in machine_parse_smp_config()
241 "maxcpus must be equal to or greater than smp: " in machine_parse_smp_config()
/qemu/tests/unit/
H A Dtest-smp-parse.c385 "maxcpus must be equal to or greater than smp: "
423 "maxcpus must be equal to or greater than smp: "
443 "maxcpus must be equal to or greater than smp: "
469 "maxcpus must be equal to or greater than smp: "
488 "maxcpus must be equal to or greater than smp: "
508 "maxcpus must be equal to or greater than smp: "
528 "maxcpus must be equal to or greater than smp: "
554 "maxcpus must be equal to or greater than smp: "
583 "maxcpus must be equal to or greater than smp: "
610 "be greater than zero",
[all …]
/qemu/pc-bios/keymaps/
H A Dsv81 greater 0x56 shift
247 greater 0x56 shift
/qemu/target/hexagon/imported/
H A Dcompare.idef33 "Compare for signed Greater Than",
37 "Compare for Greater Than Unsigned",
45 "Compare for signed Greater Than",
49 "Compare for Greater Than Unsigned",
112 "Compare for signed Greater Than",
116 "Compare for Greater Than Unsigned",
135 Q6INSN(C4_cmplte,"Pd4=!cmp.gt(Rs32,Rt32)",ATTRIBS(), "And-Compare for signed Greater Than", {PdV=f8…
136 Q6INSN(C4_cmplteu,"Pd4=!cmp.gtu(Rs32,Rt32)",ATTRIBS(), "And-Compare for Greater Than Unsigned", {Pd…
H A Dfloat.idef90 "Floating-Point Compare for Greater Than",
96 "Floating-Point Compare for Greater Than / Equal To",
260 "Floating-Point Compare for Greater Than",
267 "Floating-Point Compare for Greater Than / Equal To",
/qemu/util/
H A Drange.c49 /* Rest of the list (if any) is strictly greater than @data */ in range_list_insert()
96 /* first range lob is greater than min, insert a first range */ in range_inverse_array()
/qemu/target/mips/tcg/
H A Dtx79_translate.c226 * PCGTB rd, rs, rt Parallel Compare for Greater Than Byte
228 * PCGTH rd, rs, rt Parallel Compare for Greater Than Halfword
230 * PCGTW rd, rs, rt Parallel Compare for Greater Than Word
273 /* Parallel Compare for Greater Than Byte */
285 /* Parallel Compare for Greater Than Halfword */
297 /* Parallel Compare for Greater Than Word */
/qemu/hw/net/
H A Dnet_tx_pkt.h223 * option for packets greater than 65,535.
226 * payload size. For now, qemu drops every packet with size greater 64K
/qemu/tests/functional/
H A Dtest_info_usernet.py30 ('Found a redirected port that is not greater than'
/qemu/replay/
H A Dreplay-internal.h59 /* some of greater codes are reserved for clocks */
63 /* some of greater codes are reserved for checkpoints */
/qemu/hw/scsi/
H A Demulation.c15 * transfer length can't be greater than maximum transfer length. in scsi_emulate_block_limits()
/qemu/include/qemu/
H A Dfifo8.h122 * return at least 1 byte. max must not be 0 or greater than the number of
149 * return at least 1 byte. max must not be 0 or greater than the number of
/qemu/include/hw/
H A Dor-irq.h34 * migration compatibility (as long as it remains greater than 15).
/qemu/include/system/
H A Drng.h73 * but will pass a value greater than 0.
/qemu/docs/specs/
H A Dstandard-vga.rst87 The pci revision is 2 (or greater) when these registers are present.
/qemu/include/hw/acpi/
H A Dghes.h56 /* 12 and greater are reserved */
/qemu/linux-headers/asm-riscv/
H A Dptrace.h125 * VLEN >= ELEN, which must be a power of 2, and must be no greater than
/qemu/qapi/
H A Dreplay.json72 # i.e. at instruction counts greater than the current one. The

12345678