Searched refs:partial (Results 1 – 18 of 18) sorted by relevance
| /qemu/target/hppa/ |
| A D | machine.c | 128 HPPATLBEntry *partial = NULL; in tlb_post_load() local 142 } else if (partial == NULL && e->itree.start < e->itree.last) { in tlb_post_load() 143 partial = e; in tlb_post_load() 149 env->tlb_partial = partial; in tlb_post_load()
|
| /qemu/host/include/i386/host/ |
| A D | bufferiszero.c.inc | 26 /* Collect a partial block at tail end. */ 72 /* Collect a partial block at tail end. */
|
| /qemu/host/include/aarch64/host/ |
| A D | bufferiszero.c.inc | 26 /* Collect a partial block at tail end. */
|
| /qemu/io/ |
| A D | channel.c | 141 bool partial = false; in qio_channel_readv_full_all_eof() local 176 } else if (!partial) { in qio_channel_readv_full_all_eof() 207 partial = true; in qio_channel_readv_full_all_eof()
|
| /qemu/nbd/ |
| A D | client.c | 1493 bool partial = false; in nbd_read_eof() local 1507 if (partial) { in nbd_read_eof() 1516 partial = true; in nbd_read_eof()
|
| A D | server.c | 1455 bool partial = false; in nbd_read_eof() local 1481 if (partial) { in nbd_read_eof() 1490 partial = true; in nbd_read_eof()
|
| /qemu/docs/devel/ |
| A D | atomics.rst | 167 In other words, ``smp_rmb()`` puts a partial ordering on loads, but is not 175 In other words, ``smp_wmb()`` puts a partial ordering on stores, but is not 193 ``smp_mb()`` puts a partial ordering on both loads and stores. It is
|
| /qemu/tests/qemu-iotests/ |
| A D | 131.out | 79 == check cluster-partial write-zeroes ==
|
| /qemu/qapi/ |
| A D | qom.json | 83 # supported paths--absolute and partial paths. 91 # with a prefix. The matching rules for partial paths are subtle 93 # the composition tree, the partial path is matched as an absolute 116 # :title: Use partial path
|
| /qemu/libdecnumber/ |
| A D | decNumber.c | 4095 Int partial=*lhs->lsu; in decAddOp() local 4097 partial+=*rhs->lsu; in decAddOp() 4098 if ((partial<=DECDPUNMAX) /* result fits in unit */ in decAddOp() 4100 partial<(Int)powers[lhs->digits])) { /* .. */ in decAddOp() 4102 *res->lsu=(Unit)partial; /* [copy could have overwritten RHS] */ in decAddOp() 4108 partial-=*rhs->lsu; in decAddOp() 4109 if (partial>0) { /* no borrow needed, and non-0 result */ in decAddOp() 4111 *res->lsu=(Unit)partial; in decAddOp()
|
| /qemu/docs/interop/ |
| A D | bitmaps.rst | 537 Incremental backups are simply partial disk images that can be combined with 538 other partial disk images on top of a base image to reconstruct a full backup 1374 a management application may have to deal with a partial backup failure after
|
| A D | qmp-spec.rst | 252 connection semantics such as virtio-serial, QGA may have read partial
|
| /qemu/target/hexagon/idef-parser/ |
| A D | README.rst | 706 of the scanner, the parser, and a partial re-design of the type system, allowing
|
| /qemu/docs/specs/ |
| A D | rocker.rst | 295 but not fired. If only partial credits are returned, the interrupt remains
|
| /qemu/hw/nvme/ |
| A D | ctrl.c | 4382 uint32_t zone_idx, zra, zrasf, partial; in nvme_zone_mgmt_recv() local 4422 partial = (dw13 >> 16) & 0x01; in nvme_zone_mgmt_recv() 4434 if (partial && nr_zones >= max_zones) { in nvme_zone_mgmt_recv()
|
| /qemu/qga/ |
| A D | qapi-schema.json | 79 # In cases where a partial stale response was previously received by
|
| /qemu/target/ppc/translate/ |
| A D | vmx-impl.c.inc | 1821 * real hardware would do a partial insert, e.g. if VRT is zeroed and
|
| /qemu/tcg/i386/ |
| A D | tcg-target.c.inc | 1391 * partial flags update stalls on Pentium4 and are not recommended
|
Completed in 85 milliseconds