Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/qemu/target/tricore/
H A Dcsfr.h.inc1 /* A(ll) access permitted
5 A|R|E(offset, register, feature introducing reg)
9 A(0xfe00, PCXI, TRICORE_FEATURE_13)
10 A(0xfe08, PC, TRICORE_FEATURE_13)
11 A(0xfe14, SYSCON, TRICORE_FEATURE_13)
17 A(0xfe2c, ICR, TRICORE_FEATURE_13)
18 A(0xfe38, FCX, TRICORE_FEATURE_13)
19 A(0xfe3c, LCX, TRICORE_FEATURE_13)
22 A(0xC000, DPR0_0L, TRICORE_FEATURE_13)
23 A(0xC004, DPR0_0U, TRICORE_FEATURE_13)
[all …]
/qemu/target/hexagon/
H A Dmacros.h195 #define fMAX(A, B) (((A) > (B)) ? (A) : (B)) argument
197 #define fMIN(A, B) (((A) < (B)) ? (A) : (B)) argument
199 #define fABS(A) (((A) < 0) ? (-(A)) : (A)) argument
278 #define fADDSAT64(DST, A, B) \ argument
280 uint64_t __a = fCAST8u(A); \
361 #define fCHECK_PCALIGN(A) argument
363 #define fWRITE_NPC(A) write_new_pc(env, pkt_has_multi_cof != 0, A) argument
373 #define fCAST4u(A) ((uint32_t)(A)) argument
374 #define fCAST4s(A) ((int32_t)(A)) argument
375 #define fCAST8u(A) ((uint64_t)(A)) argument
[all …]
H A Dopcodes.c29 #define VEC_DESCR(A, B, C) DESCR(A, B, C) argument
/qemu/tests/qemu-iotests/
H A D04683 break write_aio A
85 wait_break A
90 resume A
97 break write_aio A
99 wait_break A
101 resume A
107 break write_aio A
109 wait_break A
111 resume A
119 break write_aio A
[all …]
H A D07765 break pwritev_rmw_$ev A
67 wait_break A
70 resume A
78 break pwritev_rmw_after_tail A
80 wait_break A
89 resume A
95 break pwritev_rmw_after_tail A
97 wait_break A
102 resume A
109 break pwritev_rmw_after_tail A
[all …]
H A D234.out2 Enabling migration QMP events on A...
23 Restart A with -incoming and second parent...
24 Enabling migration QMP events on A...
27 Starting migration back to A...
H A D046.out72 blkdebug: Suspended request 'A'
73 blkdebug: Resuming request 'A'
80 blkdebug: Suspended request 'A'
81 blkdebug: Resuming request 'A'
86 blkdebug: Suspended request 'A'
87 blkdebug: Resuming request 'A'
94 blkdebug: Suspended request 'A'
95 blkdebug: Resuming request 'A'
106 blkdebug: Suspended request 'A'
107 blkdebug: Resuming request 'A'
[all …]
/qemu/target/hexagon/imported/
H A Dmacros.def11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50 (((A) > (B)) ? (A) : (B)), /* behavior */
56 (((A) < (B)) ? (A) : (B)), /* behavior */
62 (((A)<0)?(-(A)):(A)), /* behavior */
229 size8u_t __a = fCAST8u(A);
358 WRITE_RREG(REG_LR,A), /* behavior */
364 WRITE_RREG(REG_FP,A), /* behavior */
370 WRITE_RREG(REG_SP,A), /* behavior */
449 if (((A) & PCALIGN_MASK)) {
458 if (A != thread->next_PC) {
[all …]
/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 #define fCALL(A) fWRITE_LR(fREAD_NPC()); fWRITE_NPC(A);
29 #define fCALLR(A) fWRITE_LR(fREAD_NPC()); fWRITE_NPC(A);
30 #define fCAST2_8s(A) fSXTN(16, 64, A)
31 #define fCAST2_8u(A) fZXTN(16, 64, A)
32 #define fVSATW(A) fVSATN(32, fCAST8_8s(A))
33 #define fSATW(A) fSATN(32, fCAST8_8s(A))
34 #define fVSAT(A) fVSATN(32, A)
35 #define fSAT(A) fSATN(32, A)
68 #define fSAT_ORIG_SHL(A, ORIG_REG) \
[all …]
H A Didef-parser.lex46 UPPER_ID [A-Z]
48 INST_NAME [A-Z]+[0-9]_([A-Za-z]|[0-9]|_)+
/qemu/scripts/coccinelle/
H A Dcpu_restore_state.cocci7 expression A;
10 -if (A) {
11 cpu_restore_state(C, A);
14 expression A;
17 - cpu_restore_state(C, A);
19 + cpu_loop_exit_restore(C, A);
/qemu/docs/interop/
H A Dlive-block-operations.rst37 A simple disk image chain. (This can be created live using QMP
45 [A] <----- [B]
49 The arrow can be read as: Image [A] is the backing file of disk image
57 above, image [A] can be referred to as 'base', and image [B] as
62 simple disk image chain from the above, disk image [A] is referred
138 node-name=node-A,driver=qcow2,file.driver=file,file.node-name=file,file.filename=./a.qcow2 \\
139 -device virtio-blk,drive=node-A,id=virtio0 \\
144 parameter that is used to refer to the disk image a.qcow2 ('node-A') --
177 [A] <-- [B] <-- [C] <-- [D]
179 Where [A] is the original base image; [B] and [C] are intermediate
[all …]
H A Dvhost-user-gpu.rst38 A vhost-user-gpu message (request and reply) consists of 3 header
194 :request payload: N/A
202 :reply payload: N/A
208 :request payload: N/A
216 :reply payload: N/A
223 :reply payload: N/A
230 :reply payload: N/A
237 :reply payload: N/A
245 :reply payload: N/A
253 :reply payload: N/A
[all …]
H A Dvhost-user.rst47 - A way for requesting shared memory represented by a file descriptor
66 A vhost-user message consists of 3 header fields and a payload.
91 A single 64-bit integer
100 A vring state description
111 A vring descriptor index for split virtqueues
148 A vring address description
731 A back-end may then send ``VHOST_USER_BACKEND_*`` messages to the front-end
1063 :request payload: N/A
1075 :reply payload: N/A
1085 :request payload: N/A
[all …]
/qemu/tests/tcg/ppc64/
H A Dbcdsub.c19 #define BCDSUB(T, A, B, PS) \ argument
20 ".long 4 << 26 | (" #T ") << 21 | (" #A ") << 16 | (" #B ") << 11" \
23 #define BCDSUB(T, A, B, PS) "bcdsub. " #T ", " #A ", " #B ", " #PS "\n\t" argument
/qemu/docs/devel/
H A Ddecodetree.rst7 A *decodetree* is built from instruction *patterns*. A pattern may
37 A *named_field* refers to some other field in the instruction pattern
45 A format can include fields that refer to named fields that are
50 a field A that refers to a named field B that is defined in P, and P
63 A field with no ``fields`` and no ``!function`` is in error.
134 A *fixedbit_elt* describes a contiguous sequence of bits that must
140 A *field_elt* describes a simple field only given a width; the position of
147 A *field_ref* incorporates a field by reference. This is the only way to
148 add a complex field to a format. A field may be renamed in the process
152 A single *args_ref* may specify an argument set to use for the format.
[all …]
H A Dconflict-resolution.rst49 2. A private reprimand, explaining the consequences of continued behavior,
52 3. A private reprimand and request for a private or public apology
54 4. A public reprimand and request for a public apology
56 5. A public reprimand plus a mandatory cooling off period. The cooling
64 6. A temporary or permanent ban from some or all current and future QEMU
/qemu/fpu/
H A Dsoftfloat.c738 #define parts_pick_nan(A, B, S) PARTS_GENERIC_64_128(pick_nan, A)(A, B, S) argument
749 #define parts_pick_nan_muladd(A, B, C, S, ABM, ABCM) \ argument
750 PARTS_GENERIC_64_128(pick_nan_muladd, A)(A, B, C, S, ABM, ABCM)
757 #define parts_canonicalize(A, S, F) \ argument
758 PARTS_GENERIC_64_128(canonicalize, A)(A, S, F)
765 #define parts_uncanon_normal(A, S, F) \ argument
766 PARTS_GENERIC_64_128(uncanon_normal, A)(A, S, F)
773 #define parts_uncanon(A, S, F) \ argument
774 PARTS_GENERIC_64_128(uncanon, A)(A, S, F)
780 #define parts_add_normal(A, B) \ argument
[all …]
/qemu/pc-bios/
H A Dqemu.rsrc32 $"B800 030A 7DC1 BC84 BB03 B9CD D7EE 99FE" /* ∏..¬}¡ºÑª.πÕ◊Óô˛ */
45 $"E097 FE08 A228 110E 0F14 295A BC83 FE03" /* ‡ó˛.¢(....)ZºÉ˛. */
50 $"029A 96D4 97FE 01F2 1B85 0002 0B60 F982" /* .öñ‘ó˛.Ú.Ö...`˘Ç */
51 $"FE03 EB9E 9898 8899 819A 029B 9C28 AD00" /* ˛.ÎûòòàôÅö.õú(≠. */
60 $"934A 2315 1830 8DF8 84FE 02D9 8F86 828B" /* ìJ#..0ç¯Ñ˛.ŸèÜÇã */
61 $"828A 808B 808A 028F 6904 AA00 015D 8C82" /* ÇäÄãÄä.èi.™..]åÇ */
69 $"E5C1 9D84 7A7B 7F83 8003 7F7F 834A A900" /* ¡ùÑz{.ÉÄ...ÉJ©. */
70 $"0432 827A 7B7B 8079 037A 7A75 CB9A FE11" /* .2Çz{{Äy.zzuÀö˛. */
71 $"FAF5 E8C7 9E72 4B30 2422 2D41 5D7E 9FB6" /* ˙ıË«ûrK0$"-A]~ü∂ */
72 $"D2F3 85FE 08FD FBF9 E6C2 967A 7579 817A" /* “ÛÖ˛.˝˚˘Ê¬ñzuyÅz */
[all …]
/qemu/docs/system/arm/
H A Dmusca.rst8 QEMU provides models of the A and B1 variants of this board.
26 Note that (like the real hardware) the Musca-A machine is
29 for the A and B1 variants differ significantly, so guest
/qemu/docs/devel/migration/
H A Dvfio.rst42 A detailed description of the UAPI for VFIO device migration can be found in
48 * A ``save_setup`` function that sets up migration on the source.
50 * A ``load_setup`` function that sets the VFIO device on the destination in
53 * A ``state_pending_estimate`` function that reports an estimate of the
57 * A ``state_pending_exact`` function that reads pending_bytes from the vendor
64 * A ``save_live_iterate`` function that reads the VFIO device's data from the
67 * A ``switchover_ack_needed`` function that checks if the VFIO device uses
70 * A ``switchover_start`` function that in the multifd mode starts a thread that
74 * A ``save_state`` function to save the device config space if it is present
78 * A ``save_live_complete_precopy`` function that sets the VFIO device in
[all …]
/qemu/qapi/
H A Dcontrol.json57 # A three-part version number.
73 # A description of QEMU's version.
76 # of 50 signifies a development branch. A micro version greater
78 # minor version. A micro version of less than 50 signifies a
96 # Returns: A @VersionInfo object describing the current version of
134 # Returns: A list of @CommandInfo for all supported commands
/qemu/tests/qemu-iotests/sample_images/
HDsimple-pattern.cloop.bz2
/qemu/scripts/ci/setup/
H A Dvars.yml.template4 # A mapping of the ansible to gitlab architecture nomenclature
9 # A unique token made available by GitLab to your project for registering runners
/qemu/docs/system/
H A Dtarget-xtensa.rst17 - A range of Xtensa CPUs, default is the DC232B
23 - A range of Xtensa CPUs, default is the DC232B

12345678910>>...17