Home
last modified time | relevance | path

Searched refs:ahci_guest_io_resume (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dahci-test.c1124 ahci_guest_io_resume(ahci, cmd); in test_flush_retry()
1243 ahci_guest_io_resume(ahci, cmd); in ahci_halted_io_test()
1316 ahci_guest_io_resume(dst, cmd); in ahci_migrate_halted_io()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h608 void ahci_guest_io_resume(AHCIQState *ahci, AHCICommand *cmd);
H A Dahci.c767 void ahci_guest_io_resume(AHCIQState *ahci, AHCICommand *cmd) in ahci_guest_io_resume() function