/qemu/hw/mips/ |
H A D | loongson3_bootp.c | 108 struct loongson_special_attribute *special = g_special; in init_special_info() local 110 strpadcpy(special->special_name, 64, "2018-05-01", '\0'); in init_special_info()
|
/qemu/disas/ |
H A D | microblaze.c | 601 static const char *get_special_name(int special) in get_special_name() argument 603 switch (special) { in get_special_name() 631 if ((special & 0xE000) == REG_PVR_MASK) { in get_special_name() 706 int special; in print_insn_microblaze() local 768 special = get_field_special(inst, op); in print_insn_microblaze() 769 special_name = get_special_name(special); in print_insn_microblaze() 775 op->name, get_field_rd(inst), special ^ REG_PVR_MASK); in print_insn_microblaze() 779 special = get_field_special(inst, op); in print_insn_microblaze() 780 special_name = get_special_name(special); in print_insn_microblaze() 786 op->name, special ^ REG_PVR_MASK, get_field_r1(inst)); in print_insn_microblaze()
|
/qemu/docs/devel/ |
H A D | s390-dasd-ipl.rst | 56 management console. This "Load" procedure crafts a special "Read IPL" ccw in 59 written immediately after the special "Read IPL" ccw, the IPL1 channel program 60 will be executed immediately (the special read ccw has the chaining bit turned 123 Because this channel program can be dynamic, we must use a special algorithm
|
H A D | qapi-domain.rst | 11 included with Sphinx, but provides special directives and roles 17 provides a set of special rST directives and cross-referencing roles to 26 never need to write *nor* read these special rST forms. However, in the 46 syntax, and qapi_domain.py is responsible for translating that special 67 to give certain field list entries special meaning and parsing to, for 72 The special parsing and handling of info field lists in Sphinx is provided by 143 :feat fdset: Member ``path`` supports the special "/dev/fdset/N" path 376 you had used the ``:qapi:type:`` role. All of the special syntax below
|
H A D | uefi-vars.rst | 43 The advantage of the approach is that we do not need a special
|
H A D | docs.rst | 24 put into the documentation. A few special directives are recognised;
|
H A D | memory.rst | 35 You typically initialize these with memory_region_init_ram(). Some special 112 have a special case where you need to manage the migration of 130 are for special cases only, and so they do not automatically
|
/qemu/scripts/coccinelle/ |
H A D | reset-type.cocci | 17 // the special-case transformations needed for the core code and for 19 // special cases are at the end of the file.
|
/qemu/docs/system/ |
H A D | keys.rst.inc | 1 During the graphical emulation, you can use special key combinations from
|
H A D | target-riscv.rst | 20 special cases like the ``virt`` board.
|
H A D | target-arm.rst | 30 by hand, except for special cases like the ``virt`` board.
|
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 294 X86InsnSpecial special:8; member
|
H A D | decode-new.c.inc | 229 #define nolea .special = X86_SPECIAL_NoLoadEA, 230 #define xchg .special = X86_SPECIAL_Locked, 231 #define lock .special = X86_SPECIAL_HasLock, 232 #define mmx .special = X86_SPECIAL_MMX, 233 #define op0_Rd .special = X86_SPECIAL_Op0_Rd, 234 #define op2_Ry .special = X86_SPECIAL_Op2_Ry, 235 #define avx_movx .special = X86_SPECIAL_AVXExtMov, 236 #define sextT0 .special = X86_SPECIAL_SExtT0, 237 #define zextT0 .special = X86_SPECIAL_ZExtT0, 238 #define op0_Mw .special = X86_SPECIAL_Op0_Mw, [all …]
|
/qemu/hw/net/ |
H A D | e1000_regs.h | 291 uint16_t special; member
|
/qemu/qapi/ |
H A D | machine-common.json | 55 # topology settings (e.g., cache topology), and this special
|
/qemu/hw/ppc/ |
H A D | ppc440_uc.c | 756 uint32_t special; member 856 ret = s->special; in dcr_read_pcie() 948 s->special = val; in dcr_write_pcie()
|
/qemu/docs/specs/ |
H A D | ppc-xive.rst | 170 the O/S. The O/S acknowledges the interrupt with a special load in the 190 XiveEnDSource is a special source object. It exposes the END ESB MMIOs
|
/qemu/docs/devel/testing/ |
H A D | qtest.rst | 13 clock stepping), with a special purpose "qtest" protocol. Refer to
|
/qemu/target/arm/tcg/ |
H A D | m-nocp.decode | 52 # FP system register accesses: these are a special case because accesses
|
/qemu/target/tricore/ |
H A D | csfr.h.inc | 7 NOTE: PSW is handled as a special case in gen_mtcr/mfcr */
|
/qemu/docs/ |
H A D | qdev-device-use.txt | 73 * media is special. In the old way, it selects disk vs. CD-ROM with 77 * addr is special, see if=virtio below. 225 * mon:LEGACY-CHARDEV is special: it multiplexes the monitor onto the
|
H A D | pcie_pci_bridge.txt | 34 The way of bus number to reserve delivery is special
|
/qemu/target/ppc/translate/ |
H A D | misc-impl.c.inc | 120 * and it is not possible to special-case more relaxed ordering for
|
/qemu/tcg/tci/ |
H A D | README | 69 TCI needs special implementation for 32 and 64 bit host, 32 and 64 bit target,
|
/qemu/ui/ |
H A D | vnc-enc-zrle.c.inc | 127 /* Solid tile is a special case */
|