class MsiInterruptDispatcherImpl
Defined at line 113 of file ../../zircon/kernel/object/include/object/msi_interrupt_dispatcher.h
Public Methods
void MsiInterruptDispatcherImpl (fbl::RefPtr<MsiAllocation> alloc, uint32_t base_irq_id, uint32_t msi_id, fbl::RefPtr<VmMapping> mapping, zx_off_t reg_offset, bool has_cap_pvm, bool has_64bit, RegisterIntFn register_int_fn)
Defined at line 115 of file ../../zircon/kernel/object/include/object/msi_interrupt_dispatcher.h
void MaskInterrupt ()
Defined at line 203 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc
void UnmaskInterrupt ()
Defined at line 222 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc