Home
last modified time | relevance | path

Searched full:selected (Results 1 – 25 of 188) sorted by relevance

12345678

/qemu/include/standard-headers/linux/
H A Dvirtio_mmio.h80 /* Maximum size of the currently selected queue - Read Only */
83 /* Queue size for the currently selected queue - Write Only */
89 /* Used Ring alignment for the currently selected queue - Write Only */
92 /* Guest's PFN for the currently selected queue - Read Write */
98 /* Ready bit for the currently selected queue - Read Write */
113 /* Selected queue's Descriptor Table address, 64 bits in two halves */
117 /* Selected queue's Available Ring address, 64 bits in two halves */
121 /* Selected queue's Used Ring address, 64 bits in two halves */
H A Dvirtio_snd.h160 /* selected association number */
162 /* selected sequence number */
261 /* selected feature bit map (1 << VIRTIO_SND_PCM_F_XXX) */
263 /* selected # of channels */
265 /* selected sample format (VIRTIO_SND_PCM_FMT_XXX) */
267 /* selected frame rate (VIRTIO_SND_PCM_RATE_XXX) */
/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c276 * write-to-selected node may have several DATA children, one of them may be
277 * "selected". Exclusive write permission is taken on selected child.
283 BdrvChild *selected; member
294 if (s->selected && c == s->selected) { in write_to_selected_perms()
304 .format_name = "write-to-selected",
314 * Consider the block driver (write-to-selected) which has two children: one is
315 * selected so we have exclusive write access to it and for the other one we
324 * │ fl2 │ ◀── │ write-to-selected │ ◀── │ top │
342 * So, we set some option for write-to-selected driver and do permission update.
345 * write-to-selected -> fl1 -> base branch it will succeed: it firstly drop
[all …]
/qemu/hw/char/
H A Dspapr_vty.c208 SpaprVioDevice *sdev, *selected; in spapr_vty_get_default() local
217 selected = NULL; in spapr_vty_get_default()
228 /* First VTY we've found, so it is selected for now */ in spapr_vty_get_default()
229 if (!selected) { in spapr_vty_get_default()
230 selected = sdev; in spapr_vty_get_default()
235 if (sdev->reg < selected->reg) { in spapr_vty_get_default()
236 selected = sdev; in spapr_vty_get_default()
240 return selected; in spapr_vty_get_default()
/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst114 registers will read/store data from/to selected CPU.
127 selected CPU device
131 selected CPU device.
153 selected CPU ('CPU selector' value).
165 architecture specific CPU ID value for currently selected CPU.
214 with a pending event and selected CPU remains unchanged.
216 selector of the CPU with the pending event (which is already selected).
226 register return 'CPU selector' value of selected CPU
H A Dacpi_mem_hotplug.rst50 region will read/store data from/to selected memory device.
70 selected memory device
74 selected memory device
/qemu/hw/audio/
H A Dsoundhw.c83 static struct soundhw *selected = NULL; variable
90 if (selected) { in select_soundhw()
97 selected = c; in select_soundhw()
112 struct soundhw *c = selected; in soundhw_init()
/qemu/configs/devices/arm-softmmu/
H A Ddefault.mak8 # Boards are selected by default, uncomment to keep out of the build.
11 # These are selected by default when TCG is enabled, uncomment them to
/qemu/linux-user/aarch64/
H A Dmte_user_helper.h29 * Only SYNC and ASYNC modes can be selected. If ASYMM mode is given, the SYNC
30 * mode is selected instead. So, there is no way to set the ASYMM mode.
/qemu/hw/virtio/
H A DKconfig54 # selected by the board if it has the required support code
66 # selected by the board if it has the required support code
/qemu/scripts/
H A Dget_maintainer.pl5 # Print selected MAINTAINERS information for
1402 my %selected;
1409 $selected{$count} = 1;
1434 $sel = "*" if ($selected{$count});
1518 $selected{$nr - 1} = !$selected{$nr - 1};
1523 $selected{$i} = $toggle;
1527 $selected{$i} = !$selected{$i};
1532 $selected{$i} = !$selected{$i}
1537 $selected{$i} = !$selected{$i}
1542 $selected{$i} = !$selected{$i}
[all …]
/qemu/configs/devices/rx-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/avr-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/microblaze-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/tricore-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/microblazeel-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/mips64-softmmu/
H A Ddefault.mak5 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/loongarch64-softmmu/
H A Ddefault.mak6 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/m68k-softmmu/
H A Ddefault.mak3 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/hppa-softmmu/
H A Ddefault.mak7 # Boards are selected by default, uncomment to keep out of the build.
/qemu/hw/pci/
H A DKconfig15 # selected by interrupt controllers that do not support MSI,
/qemu/configs/devices/alpha-softmmu/
H A Ddefault.mak8 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/sh4-softmmu/
H A Ddefault.mak8 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/ppc64-softmmu/
H A Ddefault.mak6 # Boards are selected by default, uncomment to keep out of the build.
/qemu/configs/devices/xtensa-softmmu/
H A Ddefault.mak7 # Boards are selected by default, uncomment to keep out of the build.

12345678