Home
last modified time | relevance | path

Searched refs:first (Results 76 – 100 of 251) sorted by relevance

1234567891011

/qemu/subprojects/libvduse/include/
H A Dcompiler.h227 #define SECOND_ARG(first, second, ...) second argument
/qemu/include/qemu/
H A Dcompiler.h227 #define SECOND_ARG(first, second, ...) second argument
/qemu/docs/interop/
H A Dqcow2.txt15 The first cluster of a qcow2 image contains the file header:
59 hit other limits first (such as a file system's
144 clears the respective bits from this field first.
267 the first cluster. It is not allowed to store other data here, so that an
356 The first 592 bytes of the header clusters will contain the LUKS
443 The refcounts are managed in a two-level table. The first level is called
620 The first 64 bits have the same format as the standard L2 table entry described
696 If there is VM state, it starts at the first cluster
697 described by first L1 table entry that doesn't describe a
905 tracking virtual disk changes to this bitmap from the first write to the
/qemu/target/arm/tcg/
H A Dneon-ls.decode29 # transform the insn into the A32 version first.
/qemu/tests/qemu-iotests/
H A Dpylintrc7 # disable everything first and then reenable specific checks. For example, if
/qemu/hw/display/
H A Dartist.c1316 int first = 0, last; in artist_update_display() local
1320 s, &first, &last); in artist_update_display()
1324 if (first >= 0) { in artist_update_display()
1325 dpy_gfx_update(s->con, 0, first, s->width, last - first + 1); in artist_update_display()
/qemu/docs/devel/
H A Dkconfig.rst115 only the first defined one is active.
278 The first part, consisting of commented-out ``=n`` assignments, tells
282 the default configuration by uncommenting lines in the first group,
290 want to change some lines in the first group, for example like this::
H A Dtcg.rst7 QEMU is a dynamic translator. When it first encounters a piece of code,
95 The first time this whole sequence is executed, step 1 simply jumps
109 is still in memory) and will jump directly to the first instruction of
/qemu/docs/system/
H A Dgdb.rst94 U54 cores. Here the E51 is the only thread in the first inferior, and
98 connect to the first inferior; you can display the CPUs in this
110 first cluster. You need to create inferiors for the other
/qemu/docs/devel/migration/
H A Dvfio.rst33 All the devices that support P2P migration are first transitioned to the P2P
173 The VFIO device is first put in P2P quiescent state
200 The VFIO device is first put in P2P quiescent state
/qemu/scripts/qapi/
H A Dparser.py569 first = True
577 if not first:
584 first = False
/qemu/docs/system/riscv/
H A Dmicrochip-icicle-kit.rst97 With above command line, current terminal session will be used for the first
105 HSS output is on the first serial port (stdio) and U-Boot outputs on the
/qemu/docs/
H A Dmultiseat.txt26 That is it for the first seat, which will use the standard vga, the
70 Connecting to vnc display :1 gives you access to the first seat, and
/qemu/docs/specs/
H A Dstandard-vga.rst80 port first), so indexed registers can be updated with a single
H A Dppc-spapr-hotplug.rst287 The DRC index is encoded in the first 4-bytes of the first work area buffer.
408 uint32_t index; /* DRC index of first resource to take
504 - Logical address of the first LMB in the set encoded as a 64-bit integer.
505 - DRC index of the first LMB in the set.
/qemu/tests/migration/i386/
H A Da-b-bootblock.S2 # repeatedly increments the first byte of each page in a 100MB
/qemu/hw/net/
H A Dftgmac100.c962 uint32_t first = FTGMAC100_RXDES0_FRS; in ftgmac100_receive() local
1024 if (first && proto == ETH_P_VLAN && buf_len >= 18) { in ftgmac100_receive()
1049 bd.des0 |= first | FTGMAC100_RXDES0_RXPKT_RDY; in ftgmac100_receive()
1050 first = 0; in ftgmac100_receive()
/qemu/hw/usb/
H A Ddev-mtp.c160 bool first; member
659 data->first = true; in usb_mtp_data_alloc()
1763 if (d->first) { in usb_mtp_get_data()
1776 d->first = false; in usb_mtp_get_data()
1868 if (d->first) { in usb_mtp_handle_data()
1880 d->first = false; in usb_mtp_handle_data()
1939 if ((s->data_out != NULL) && !s->data_out->first) { in usb_mtp_handle_data()
/qemu/qapi/
H A Dcxl.json57 # @transaction-type: Type of first transaction that caused the event
107 # @transaction-type: Type of first transaction that caused the event
252 # @receiver-overflow: Buffer overflows (first 3 bits of header log
/qemu/tests/tcg/hexagon/
H A DMakefile.target30 HEX_TESTS = first
/qemu/tests/qapi-schema/
H A Ddoc-good.txt26 Returns: the King Since: the first age Notes:
H A Ddoc-good.json40 # Since: the first age
/qemu/docs/system/s390x/
H A Dvfio-ccw.rst17 As every mdev is identified by a uuid, the first step is to obtain one::
/qemu/include/exec/
H A Dhelper-info.c.inc14 * to get all the macros expanded first.
/qemu/accel/tcg/
H A Dcputlb.c2397 int first; in do_ld16_mmu() local
2418 first = l.page[0].size; in do_ld16_mmu()
2419 if (first == 8) { in do_ld16_mmu()
2432 if (first < 8) { in do_ld16_mmu()
2805 int first; in do_st16_mmu() local
2827 first = l.page[0].size; in do_st16_mmu()
2828 if (first == 8) { in do_st16_mmu()
2847 if (first < 8) { in do_st16_mmu()
2849 val = int128_urshift(val, first * 8); in do_st16_mmu()

1234567891011