Searched refs:subtype (Results 1 – 6 of 6) sorted by relevance
225 if subtable.subtype == MADT_TYPE_LOCAL_APIC:235 if subtable.subtype == MADT_TYPE_LOCAL_X2APIC:250 if subtable.subtype == MADT_TYPE_LOCAL_APIC:252 elif subtable.subtype == MADT_TYPE_IO_APIC:254 elif subtable.subtype == MADT_TYPE_INT_SRC_OVERRIDE:256 elif subtable.subtype == MADT_TYPE_NMI_INT_SRC:258 elif subtable.subtype == MADT_TYPE_LOCAL_APIC_NMI:260 elif subtable.subtype == MADT_TYPE_LOCAL_X2APIC:262 elif subtable.subtype == MADT_TYPE_LOCAL_X2APIC_NMI:264 elif subtable.subtype == MADT_TYPE_LOCAL_GIC:[all …]
188 if subtable.subtype == ACPI_DMAR_TYPE_DRHD:191 elif subtable.subtype == ACPI_DMAR_TYPE_RMRR:194 elif subtable.subtype == ACPI_DMAR_TYPE_ATSR:197 elif subtable.subtype == ACPI_DMAR_TYPE_RHSA:199 elif subtable.subtype == ACPI_DMAR_TYPE_ANDD:
71 char *subtype; in next_vm_event() local75 stlen = asprintf(&subtype, " %s", p + 1); in next_vm_event()81 new = get_line(subtype, (size_t)stlen, data, dlen, in next_vm_event()83 free(subtype); in next_vm_event()
60 A subtype of event. It often corresponds to a crash of programs, system, or64 A subtype of event. ``acrnprobe`` detects it and reports it as ``INFO``.
267 indicated by ``type/subtype``.
43 if subtable.subtype == acpiparser.apic.MADT_TYPE_IO_APIC:
Completed in 10 milliseconds