ladybird/Kernel/VirtIO
Liav A b91df26d4a Kernel/Interrupts: Return boolean on whether we handled the interrupt
If we are in a shared interrupt handler, the called handlers might
indicate it was not their interrupt, so we should not increment the
call counter of these handlers.
2021-06-17 16:53:25 +02:00
..
VirtIO.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
VirtIO.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
VirtIOConsole.cpp Kernel: Mark VirtIOConsole constructor as UNMAP_AFTER_INIT 2021-06-09 10:57:51 +02:00
VirtIOConsole.h Kernel/Interrupts: Add sensible purposes to VirtIO and USB devices 2021-06-17 16:53:25 +02:00
VirtIOQueue.cpp AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's 2021-05-31 17:09:12 +04:30
VirtIOQueue.h Kernel: Move VirtIO code away from using a scatter gather list 2021-05-13 10:00:42 +02:00
VirtIORNG.cpp Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INIT 2021-06-09 10:57:51 +02:00
VirtIORNG.h Kernel/Interrupts: Add sensible purposes to VirtIO and USB devices 2021-06-17 16:53:25 +02:00