Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 18 of 18) sorted by relevance

/qemu/target/hppa/
A Dmachine.c128 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 Dbufferiszero.c.inc26 /* Collect a partial block at tail end. */
72 /* Collect a partial block at tail end. */
/qemu/host/include/aarch64/host/
A Dbufferiszero.c.inc26 /* Collect a partial block at tail end. */
/qemu/io/
A Dchannel.c141 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 Dclient.c1493 bool partial = false; in nbd_read_eof() local
1507 if (partial) { in nbd_read_eof()
1516 partial = true; in nbd_read_eof()
A Dserver.c1455 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 Datomics.rst167 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 D131.out79 == check cluster-partial write-zeroes ==
/qemu/qapi/
A Dqom.json83 # 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 DdecNumber.c4095 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 Dbitmaps.rst537 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 Dqmp-spec.rst252 connection semantics such as virtio-serial, QGA may have read partial
/qemu/target/hexagon/idef-parser/
A DREADME.rst706 of the scanner, the parser, and a partial re-design of the type system, allowing
/qemu/docs/specs/
A Drocker.rst295 but not fired. If only partial credits are returned, the interrupt remains
/qemu/hw/nvme/
A Dctrl.c4382 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 Dqapi-schema.json79 # In cases where a partial stale response was previously received by
/qemu/target/ppc/translate/
A Dvmx-impl.c.inc1821 * real hardware would do a partial insert, e.g. if VRT is zeroed and
/qemu/tcg/i386/
A Dtcg-target.c.inc1391 * partial flags update stalls on Pentium4 and are not recommended

Completed in 85 milliseconds