|
KVM
|
#include <posted_intr.h>
Public Attributes | |
| u32 | pir [8] |
| union { | |
| struct { | |
| u16 on: 1 | |
| u16 sn: 1 | |
| u16 rsvd_1: 14 | |
| u8 nv | |
| u8 rsvd_2 | |
| u32 ndst | |
| } | |
| u64 control | |
| } | __aligned |
| u32 | rsvd [6] |
Definition at line 11 of file posted_intr.h.
| union { ... } pi_desc::__aligned |
| u64 pi_desc::control |
Definition at line 28 of file posted_intr.h.
| u32 pi_desc::ndst |
Definition at line 26 of file posted_intr.h.
| u8 pi_desc::nv |
Definition at line 22 of file posted_intr.h.
| u16 pi_desc::on |
Definition at line 16 of file posted_intr.h.
| u32 pi_desc::pir[8] |
Definition at line 12 of file posted_intr.h.
| u32 pi_desc::rsvd[6] |
Definition at line 30 of file posted_intr.h.
| u16 pi_desc::rsvd_1 |
Definition at line 20 of file posted_intr.h.
| u8 pi_desc::rsvd_2 |
Definition at line 24 of file posted_intr.h.
| u16 pi_desc::sn |
Definition at line 18 of file posted_intr.h.