/qemu/tests/bench/ |
H A D | meson.build | 3 sources: 'qht-bench.c', 7 sources: 'qtree-bench.c', 11 sources: files('atomic_add-bench.c'), 16 sources: files('atomic64-bench.c'),
|
/qemu/hw/intc/ |
H A D | sh_intc.c | 71 struct intc_source *source = &desc->sources[n]; in sh_intc_set_irq() 84 /* slow: use a linked lists of pending sources instead */ in sh_intc_get_pending_vector() 92 struct intc_source *source = &desc->sources[i]; in sh_intc_get_pending_vector() 174 struct intc_source *source = &desc->sources[id]; in sh_intc_toggle_mask() 274 desc->sources[id].enable_max++; in sh_intc_register_source() 287 desc->sources[id].enable_max++; in sh_intc_register_source() 300 desc->sources[id].enable_max++; in sh_intc_register_source() 324 s = &desc->sources[id]; in sh_intc_register_sources() 336 s = &desc->sources[id]; in sh_intc_register_sources() 342 s = &desc->sources[id]; in sh_intc_register_sources() [all …]
|
H A D | spapr_xive_kvm.c | 230 * At reset, the interrupt sources are simply created and MASKED. We 315 * Special Load EOI handling for LSI sources. Q bit is never set in kvmppc_xive_esb_rw() 497 * The previous configuration of the sources is restored when the VM 510 * Restore the sources to their initial state. This is called when in kvmppc_xive_change_state_handler() 538 * Mask the sources, to stop the flow of event notifications, and in kvmppc_xive_change_state_handler() 581 * When the VM is stopped, the sources are masked and the previous in kvmppc_xive_synchronize_state() 807 /* Update the KVM sources */ in kvmppc_xive_connect()
|
/qemu/rust/qemu-api/src/ |
H A D | irq.rs | 5 //! Bindings for interrupt sources 25 /// Interrupt sources are used by devices to pass changes to a value (typically 29 /// As far as devices are concerned, interrupt sources are always active-high: 41 /// devices are generally shared objects, interrupt sources are an example of 44 /// Interrupt sources can only be triggered under the Big QEMU Lock; `BqlCell`
|
/qemu/io/ |
H A D | net-listener.c | 214 GSource **sources; in qio_net_listener_wait_client() local 229 sources = g_new0(GSource *, listener->nsioc); in qio_net_listener_wait_client() 231 sources[i] = qio_channel_create_watch(QIO_CHANNEL(listener->sioc[i]), in qio_net_listener_wait_client() 234 g_source_set_callback(sources[i], in qio_net_listener_wait_client() 238 g_source_attach(sources[i], ctxt); in qio_net_listener_wait_client() 244 g_source_unref(sources[i]); in qio_net_listener_wait_client() 246 g_free(sources); in qio_net_listener_wait_client()
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-bootstrap.docker | 20 RUN cat /etc/apt/sources.list | sed "s/deb/deb-src/" >> /etc/apt/sources.list
|
H A D | debian-toolchain.docker | 13 RUN sed 's/^deb /deb-src /' </etc/apt/sources.list >/etc/apt/sources.list.d/deb-src.list
|
H A D | debian-legacy-test-cross.docker | 15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
|
H A D | debian-loongarch-cross.docker | 10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
|
H A D | debian-hexagon-cross.docker | 11 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
|
H A D | debian-all-test-cross.docker | 12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources
|
H A D | debian-riscv64-cross.docker | 48 …eatmydata echo 'deb http://ftp.ports.debian.org/debian-ports/ sid main' > /etc/apt/sources.list.d/… 49 …b http://ftp.ports.debian.org/debian-ports/ unreleased main' >> /etc/apt/sources.list.d/ports.list…
|
/qemu/tests/ |
H A D | meson.build | 66 libtestqapi = static_library('testqapi', sources: [genh, test_qapi_sources]) 67 testqapi = declare_dependency(link_with: libtestqapi, sources: [genh, test_qapi_headers]) 75 sources: files('vhost-user-bridge.c'),
|
/qemu/pc-bios/ |
H A D | README | 15 implementation for certain IBM POWER hardware. The sources are at 24 Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping: 33 - The sources for the Alpha palcode image is available from: 100 They are built form the SeaBIOS-hppa sources, which is a fork of SeaBIOS
|
/qemu/include/hw/sh4/ |
H A D | sh_intc.h | 51 struct intc_source *sources; member 57 int pending; /* number of interrupt sources that has pending set */
|
/qemu/include/hw/riscv/ |
H A D | sifive_e.h | 89 * Freedom E310 G002 and G003 supports 52 interrupt sources while 90 * Freedom E310 G000 supports 51 interrupt sources. We use the value
|
/qemu/docs/specs/ |
H A D | aspeed-intc.rst | 7 There are a total of 480 interrupt sources in AST2700. Due to the limitation of 8 interrupt numbers of processors, the interrupts are merged every 32 sources for 16 - INTC: Handles interrupt sources 0 - 127 and integrates signals from INTCIO. 17 - INTCIO: Handles interrupt sources 128 - 319 independently. 27 The orgate has interrupt sources ranging from 0 to 31, with its output pin 58 The orgate has interrupt sources ranging from 0 to 31, with its output pin
|
/qemu/ |
H A D | meson.build | 791 # Note sanitizer flags are not applied to Objective-C sources! 3522 # Generated sources # 3721 # Collect sources # 3781 libqom = static_library('qom', qom_ss.sources() + genh, 3789 sources: event_loop_base + genh, 3800 sources: util_ss.sources() + stub_ss.sources() + genh, 3807 sources: genh + version_res, 3875 pagevary = static_library('page-vary-common', sources: pagevary + genh, 3936 sl = static_library(d + '-' + m, [genh, module_ss.sources()], 3949 if module_ss.sources() != [] [all …]
|
/qemu/include/hw/misc/ |
H A D | stm32l4x5_rcc.h | 27 /* In the Stm32l4x5 clock tree, mux have at most 7 sources */ 217 /* Clock sources */
|
/qemu/docs/devel/ |
H A D | replay.rst | 47 * recording of random numbers obtained from the external sources 84 Replaying the execution of virtual machine is bound by sources of 139 sources (e.g. real time clock chip). Host clock is the one of the sources
|
/qemu/include/io/ |
H A D | net-listener.h | 122 * @context: the context that the sources will be bound to. If %NULL, 144 * sources will always be bound to default main context.
|
/qemu/storage-daemon/ |
H A D | meson.build | 10 qsd_ss.sources(),
|
/qemu/tests/tcg/mips/ |
H A D | Makefile.target | 8 # Set search path for all sources
|
/qemu/target/i386/hvf/ |
H A D | README.md | 3 These sources (and ../hvf-all.c) are adapted from Veertu Inc's vdhh (Veertu Desktop Hosted Hypervis…
|
/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 368 echo "Archiving sources to be analyzed..." 369 ./scripts/archive-source.sh "$SECRETDIR/qemu-sources.tgz" 381 # Arrange for this docker run to get access to the sources with -v. 388 --srcdir /qemu --src-tarball /work/qemu-sources.tgz
|