/qemu/hw/net/ |
H A D | e1000e_core.c | 255 e1000e_intrmgr_delay_rx_causes(E1000ECore *core, uint32_t *causes) in e1000e_intrmgr_delay_rx_causes() argument 274 /* Clean up all causes that may be delayed */ in e1000e_intrmgr_delay_rx_causes() 275 core->delayed_causes |= *causes & delayable_causes; in e1000e_intrmgr_delay_rx_causes() 276 *causes &= ~delayable_causes; in e1000e_intrmgr_delay_rx_causes() 280 * or if there are causes that cannot be delayed in e1000e_intrmgr_delay_rx_causes() 282 if ((rdtr == 0) || (*causes != 0)) { in e1000e_intrmgr_delay_rx_causes() 294 /* All causes delayed */ in e1000e_intrmgr_delay_rx_causes() 309 e1000e_intrmgr_delay_tx_causes(E1000ECore *core, uint32_t *causes) in e1000e_intrmgr_delay_tx_causes() argument 320 /* Clean up all causes that may be delayed */ in e1000e_intrmgr_delay_tx_causes() 321 core->delayed_causes |= *causes & delayable_causes; in e1000e_intrmgr_delay_tx_causes() [all …]
|
H A D | igb_core.c | 97 static void igb_raise_interrupts(IGBCore *core, size_t index, uint32_t causes); 1989 uint32_t causes = 0; in igb_receive_internal() local 2078 causes |= E1000_ICS_RXO; in igb_receive_internal() 2083 causes |= E1000_ICR_RXDW; in igb_receive_internal() 2090 causes |= E1000_ICS_RXDMT0; in igb_receive_internal() 2098 trace_e1000e_rx_interrupt_set(causes); in igb_receive_internal() 2100 igb_raise_interrupts(core, ICR, causes); in igb_receive_internal() 2262 static void igb_send_msix(IGBCore *core, uint32_t causes) in igb_send_msix() argument 2267 if ((causes & BIT(vector)) && !igb_eitr_should_postpone(core, vector)) { in igb_send_msix() 2286 static void igb_raise_interrupts(IGBCore *core, size_t index, uint32_t causes) in igb_raise_interrupts() argument [all …]
|
H A D | trace-events | 171 e1000e_rx_interrupt_set(uint32_t causes) "Receive interrupt set (ICR causes %u)" 172 e1000e_rx_interrupt_delayed(uint32_t causes) "Receive interrupt delayed (ICR causes %u)"
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | test-qxfer-siginfo-read.py | 5 # The test runs a binary that causes a SIGSEGV and then looks for additional 9 # The binary causes a SIGSEGV at dereferencing a pointer with value 0xdeadbeef,
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 10 the postcopy phase, a failure of *either* side causes the guest to be lost. 95 POSTCOPY_RUN causes the destination to synchronise all 139 scanning restarts from the requested location. This causes requested pages 140 to be sent quickly, and also causes pages directly after the requested page
|
/qemu/tests/functional/ |
H A D | test_ppc64_reverse_debug.py | 27 # SLOF branches back to its entry point, which causes this test
|
/qemu/tests/qemu-iotests/ |
H A D | pylintrc | 23 # pylint's static analysis causes false positives for file_path();
|
H A D | 027 | 51 # This first write causes an L2 table to be allocated so that the next write
|
H A D | 178 | 81 # Note: if a change to the image format code causes the file size to change,
|
/qemu/qga/vss-win32/ |
H A D | vss-common.h | 83 /* Assignment of a new T* (or NULL) causes release of previous p */
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.S | 110 # not reached. The wakeup causes reset and restart at 0x7c00, and we
|
/qemu/include/qemu/ |
H A D | qtree.h | 35 * slice allocator, which causes problems when forking in user-mode;
|
H A D | rcu.h | 170 /* Anything non-NULL causes the cleanup function to be called */ in rcu_read_auto_lock()
|
H A D | main-loop.h | 381 /* Anything non-NULL causes the cleanup function to be called */ in bql_auto_lock() 399 * This function atomically releases the Big QEMU Lock (BQL) and causes
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/ |
H A D | BiosTablesTest.c | 139 // loader, exiting the app with success causes the boot manager to pull up in BiosTablesTestMain()
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_balloon.h | 109 * pack it, to disable this padding. This also often causes compiler to
|
/qemu/target/ppc/ |
H A D | timebase_helper.c | 255 * Note: mttbl causes a timebase error because this inevitably causes
|
/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 31 # which causes git to report differences for the tracked qcow2 ISO images.
|
/qemu/docs/devel/ |
H A D | memory.rst | 40 each read or write causes a callback to be called on the host. 262 that causes D and E to appear on top of C: D and E's priorities are never
|
/qemu/tests/tcg/aarch64/ |
H A D | sysregs.c | 162 /* Unexposed register access causes SIGILL */ in main()
|
/qemu/hw/microblaze/ |
H A D | xlnx-zynqmp-pmu.c | 128 /* xlnx-zynqmp-pmu-soc causes crashes when cold-plugged twice */ in xlnx_zynqmp_pmu_soc_class_init()
|
/qemu/target/xtensa/ |
H A D | op_helper.c | 88 * s32c1i never causes LOAD_PROHIBITED_CAUSE exceptions, in HELPER()
|
/qemu/target/riscv/ |
H A D | cpu_bits.h | 699 /* Exception causes */ 735 /* Interrupt causes */ 754 /* RNMI causes */
|
/qemu/migration/ |
H A D | migration.h | 475 * causes the destination instance to not be affected by the 477 * causes the premature termination condition to be once again
|
/qemu/system/ |
H A D | cpu-timers.c | 258 * causes cpu_thread_is_idle to return false. This way, in qemu_timer_notify_cb()
|