Home
last modified time | relevance | path

Searched refs:E (Results 1 – 25 of 97) sorted by relevance

1234

/qemu/linux-user/
H A Derrnos.c.inc27 E(EADV)
29 E(EAGAIN)
31 E(EBADE)
32 E(EBADFD)
34 E(EBADR)
37 E(EBFONT)
39 E(ECHRNG)
40 E(ECOMM)
53 E(EIDRM)
77 E(ELOOP)
[all …]
/qemu/scripts/coccinelle/
H A Dinplace-byteswaps.cocci10 +E = be16_to_cpu(E);
15 +E = be32_to_cpu(E);
20 +E = be64_to_cpu(E);
25 +E = cpu_to_be16(E);
30 +E = cpu_to_be32(E);
35 +E = cpu_to_be64(E);
40 +E = le16_to_cpu(E);
45 +E = le32_to_cpu(E);
50 +E = le64_to_cpu(E);
55 +E = cpu_to_le16(E);
[all …]
H A Dqobject.cocci3 expression Obj, Key, E;
6 - qobject_ref(QOBJECT(E));
7 + qobject_ref(E);
9 - qobject_unref(QOBJECT(E));
10 + qobject_unref(E);
13 + qdict_put(Obj, Key, E);
16 + qdict_put_int(Obj, Key, E);
30 expression Obj, E;
34 + qlist_append(Obj, E);
37 + qlist_append_int(Obj, E);
[all …]
H A Dreturn_directly.cocci4 expression E;
14 - VAR = (E);
16 + return E;
H A Derror_propagate_null.cocci6 expression E;
9 error_propagate(E, L);
/qemu/gdbstub/
H A Dsyscalls.c165 #define E(X) case GDB_E##X: err = E##X; break in gdb_handle_file_io() macro
169 E(PERM); in gdb_handle_file_io()
170 E(NOENT); in gdb_handle_file_io()
171 E(INTR); in gdb_handle_file_io()
172 E(BADF); in gdb_handle_file_io()
173 E(ACCES); in gdb_handle_file_io()
174 E(FAULT); in gdb_handle_file_io()
175 E(BUSY); in gdb_handle_file_io()
183 E(FBIG); in gdb_handle_file_io()
186 E(ROFS); in gdb_handle_file_io()
[all …]
/qemu/target/m68k/
H A Dm68k-semi.c51 #define E(X) case E##X: return GDB_E##X in host_to_gdb_errno() macro
53 E(PERM); in host_to_gdb_errno()
54 E(NOENT); in host_to_gdb_errno()
55 E(INTR); in host_to_gdb_errno()
56 E(BADF); in host_to_gdb_errno()
57 E(ACCES); in host_to_gdb_errno()
58 E(FAULT); in host_to_gdb_errno()
59 E(BUSY); in host_to_gdb_errno()
67 E(FBIG); in host_to_gdb_errno()
70 E(ROFS); in host_to_gdb_errno()
[all …]
/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c131 #define E(N) case E##N: err = UHI_E##N; break in uhi_cb() macro
136 E(PERM); in uhi_cb()
137 E(NOENT); in uhi_cb()
138 E(INTR); in uhi_cb()
139 E(BADF); in uhi_cb()
140 E(BUSY); in uhi_cb()
141 E(EXIST); in uhi_cb()
143 E(ISDIR); in uhi_cb()
147 E(FBIG); in uhi_cb()
150 E(ROFS); in uhi_cb()
[all …]
/qemu/target/ppc/
H A Dcpu-models.c207 POWERPC_DEF("mpc603", CPU_POWERPC_MPC603, 603E,
427 POWERPC_DEF("603e_v1.1", CPU_POWERPC_603E_v11, 603E,
429 POWERPC_DEF("603e_v1.2", CPU_POWERPC_603E_v12, 603E,
431 POWERPC_DEF("603e_v1.3", CPU_POWERPC_603E_v13, 603E,
433 POWERPC_DEF("603e_v1.4", CPU_POWERPC_603E_v14, 603E,
435 POWERPC_DEF("603e_v2.2", CPU_POWERPC_603E_v22, 603E,
437 POWERPC_DEF("603e_v3", CPU_POWERPC_603E_v3, 603E,
439 POWERPC_DEF("603e_v4", CPU_POWERPC_603E_v4, 603E,
441 POWERPC_DEF("603e_v4.1", CPU_POWERPC_603E_v41, 603E,
443 POWERPC_DEF("603e7", CPU_POWERPC_603E7, 603E,
[all …]
/qemu/target/loongarch/tcg/
H A Dvec_helper.c357 Vd->E(i) = DO_OP(Vj->E(i), Vk->E(i)); \
397 Vd->E(i) = DO_VABS(Vj->E(i)) + DO_VABS(Vk->E(i)); \
524 Vd->E(i) = DO_OP(Vd->E(i), Vj->E(i) ,Vk->E(i)); \
634 Vd->E(i) = DO_OP(Vj->E(i), Vk->E(i)); \
685 Vd->E(i) = Vj->E(i) > (TD)max ? (TD)max : Vj->E(i); \
1004 Vd->E(i) = do_vsrlr_ ## E(Vj->E(i), ((T)Vk->E(i))%BIT); \ in do_vsrlr()
1022 Vd->E(i) = do_vsrlr_ ## E(Vj->E(i), imm); \
1056 Vd->E(i) = do_vsrar_ ## E(Vj->E(i), ((T)Vk->E(i))%BIT); \
2284 Vd->E(i) = DO_OP(Vj->E(i), Vk->E(i)%BIT); \
2417 Vd->E(i) = FN(Vj->E(i), Vk->E(i), &env->fp_status); \
[all …]
H A Dtlb_helper.c200 tlb->tlb_misc = FIELD_DP64(tlb->tlb_misc, TLB_MISC, E, 1); in fill_tlb_entry()
250 tlb_e = FIELD_EX64(tlb->tlb_misc, TLB_MISC, E); in helper_tlbrd()
280 TLB_MISC, E, 0); in helper_tlbwr()
339 tlb->tlb_misc = FIELD_DP64(tlb->tlb_misc, TLB_MISC, E, 0); in helper_tlbclr()
368 TLB_MISC, E, 0); in helper_tlbflush()
374 TLB_MISC, E, 0); in helper_tlbflush()
385 TLB_MISC, E, 0); in helper_invtlb_all()
397 tlb->tlb_misc = FIELD_DP64(tlb->tlb_misc, TLB_MISC, E, 0); in helper_invtlb_all_g()
413 tlb->tlb_misc = FIELD_DP64(tlb->tlb_misc, TLB_MISC, E, 0); in helper_invtlb_all_asid()
442 tlb->tlb_misc = FIELD_DP64(tlb->tlb_misc, TLB_MISC, E, 0); in helper_invtlb_page_asid()
[all …]
/qemu/target/tricore/
H A Dcsfr.h.inc3 E(nd init protected) access
5 A|R|E(offset, register, feature introducing reg)
14 E(0xfe20, BIV, TRICORE_FEATURE_13)
15 E(0xfe24, BTV, TRICORE_FEATURE_13)
16 E(0xfe28, ISP, TRICORE_FEATURE_13)
20 E(0x9400, COMPAT, TRICORE_FEATURE_131)
101 E(0x9004, BMACON, TRICORE_FEATURE_131)
102 E(0x900C, SMACON, TRICORE_FEATURE_131)
106 E(0x9044, MIECON, TRICORE_FEATURE_131)
H A Dcpu.h46 #define E(ADDR, NAME, FEATURE) uint32_t NAME; macro
50 #undef E
/qemu/target/i386/tcg/
H A Ddecode-new.c.inc1051 [0x90] = X86_OP_ENTRYw(SETcc, E,b),
1052 [0x91] = X86_OP_ENTRYw(SETcc, E,b),
1053 [0x92] = X86_OP_ENTRYw(SETcc, E,b),
1054 [0x93] = X86_OP_ENTRYw(SETcc, E,b),
1055 [0x94] = X86_OP_ENTRYw(SETcc, E,b),
1056 [0x95] = X86_OP_ENTRYw(SETcc, E,b),
1057 [0x96] = X86_OP_ENTRYw(SETcc, E,b),
1058 [0x97] = X86_OP_ENTRYw(SETcc, E,b),
1128 [0x98] = X86_OP_ENTRYw(SETcc, E,b),
1129 [0x99] = X86_OP_ENTRYw(SETcc, E,b),
[all …]
/qemu/pc-bios/
H A Dqemu.rsrc58 $"978D 8590 808E 8090 048E 8E8F 9642 AB00" /* óçÖêÄéÄê.ééèñB´. */
109 $"DE8C 5644 4244 8043 8245 8344 8245 8644" /* fiåVDBDÄCÇEÉDÇEÜD */
124 $"802E 882D 822E 872D 0130 1DB2 0003 1B29" /* Ä.à-Ç.á-.0.≤...) */
283 $"8344 8245 8644 8145 0147 33AB 0001 0C3F" /* ÉDÇEÜDÅE.G3´...? */
297 $"040E 2F2C 3853 9752 0254 412C 882D 802E" /* ../,8SóR.TA,à-Ä. */
313 $"0001 2756 9652 011E 109D 1202 130E 04BD" /* ..'VñR...ù.....Ω */
335 $"5625 F100 011E 5485 5201 553E F100 0203" /* V%Ò...TÖR.U>Ò... */
344 $"5252 553E F700 060E 4B53 5254 4405 F700" /* RRU>˜...KSRTD.˜. */
400 $"0001 4599 8F92 018E 18AB 0003 178B 8F8F" /* ..Eôèí.é.´...ãèè */
408 $"8283 8301 892E A900 021E 827F 827E 0380" /* ÇÉÉ.â.©...Ç.Ç~.Ä */
[all …]
/qemu/hw/misc/
H A Dmips_itu.c220 (c->tag.E << ITC_CELL_TAG_E) | in view_control_read()
227 c->tag.E = (val >> ITC_CELL_TAG_E) & 1; in view_control_write()
230 if (c->tag.E) { in view_control_write()
247 if (blocking && c->tag.E) { in view_ef_common_read()
262 c->tag.E = 1; in view_ef_common_read()
285 c->tag.E = 0; in view_ef_common_write()
486 s->cell[i].tag.E = 1; in itc_reset_cells()
/qemu/docs/system/arm/
H A Dpalm.rst1 Palm Tungsten|E PDA (``cheetah``)
4 The Palm Tungsten|E PDA (codename \"Cheetah\") emulation includes the
/qemu/tests/tcg/hppa/
H A Dstby.c41 #define TEST(INSN, OFS, E) \ argument
46 check(&s, E, which, INSN, OFS); \
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc6 * E(OPC, NAME, FMT, FAC, I1, I2, P, W, OP, CC, DATA, FLAGS)
151 C(0xc700, BPP, E, EH, 0, 0, 0, 0, 0, 0)
154 C(0xc500, BPRP, E, EH, 0, 0, 0, 0, 0, 0)
157 C(0xb2fa, NIAI, E, EH, 0, 0, 0, 0, 0, 0)
800 D(0x010c, SAM24, E, Z, 0, 0, 0, 0, sam, 0, 0)
801 D(0x010d, SAM31, E, Z, 0, 0, 0, 0, sam, 0, 1)
802 D(0x010e, SAM64, E, Z, 0, 0, 0, 0, sam, 0, 3)
957 C(0x010b, TAM, E, Z, 0, 0, 0, 0, tam, 0)
1232 E(0xe774, VSL, VRR_c, V, 0, 0, 0, 0, vsl, 0, 0, IF_VEC)
1234 E(0xe775, VSLB, VRR_c, V, 0, 0, 0, 0, vsl, 0, 1, IF_VEC)
[all …]
/qemu/docs/system/s390x/
H A Dcss.rst7 multiple channel subsystems extended (MCSS-E).
14 enable MCSS-E. Note that devices with a different cssid will not be visible
15 if the guest OS does not enable MCSS-E (which is true for all supported guest
/qemu/target/arm/tcg/
H A Da32-uncond.decode27 &setend E
56 SETEND 1111 0001 0000 0001 0000 00 E:1 0 0000 0000 &setend
/qemu/docs/interop/
H A Dlive-block-operations.rst515 (which can be located on a different host), [E].
540 mode), contained in the target image [E]. One use case for this is
583 file, if it doesn't already exist), call it [E]::
811 E.g. the sequence of actions to create a point-in-time backup of an
848 way to [D], to a new target, call it [E]. The following is the flow.
856 Create the target image, [E]::
866 "node-name": "node-E",
883 "target": "node-E",
992 E.g. the sequence of actions to create a point-in-time backup
1054 "node-name": "node-E",
[all …]
/qemu/include/hw/misc/
H A Dmips_itu.h39 uint8_t E; /* Empty Bit */ member
/qemu/docs/system/
H A Dtarget-mips.rst63 The Fuloong 2E emulation supports:
65 - Loongson 2E CPU
/qemu/tests/qemu-iotests/
H A D049.out101 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for
106 Optional suffix k, M, G, T, P or E means kilo-, mega-, giga-, tera-, peta-
110 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for
115 Optional suffix k, M, G, T, P or E means kilo-, mega-, giga-, tera-, peta-
119 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for
124 Optional suffix k, M, G, T, P or E means kilo-, mega-, giga-, tera-, peta-

1234