Record acpi_dmar_satc

struct acpi_dmar_satc {
  struct acpi_dmar_entry_hdr hdr;
  uacpi_u8 flags;
  uacpi_u8 rsvd;
  uacpi_u16 segment;
  struct acpi_dmar_dss[] entries;
  /* Full declaration omitted */ 
}

Fields

struct acpi_dmar_entry_hdr hdr
uacpi_u8 flags
uacpi_u8 rsvd
uacpi_u16 segment
struct acpi_dmar_dss[] entries