Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 6 of 6) sorted by relevance

/misc/config_tools/board_inspector/acpiparser/
A Dapic.py225 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 …]
A Ddmar.py188 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:
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dandroid_events.c71 char *subtype; in next_vm_event() local
75 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()
A DREADME.rst60 A subtype of event. It often corresponds to a crash of programs, system, or
64 A subtype of event. ``acrnprobe`` detects it and reports it as ``INFO``.
A Dconf.rst267 indicated by ``type/subtype``.
/misc/config_tools/board_inspector/extractors/
A D40-acpi-tables.py43 if subtable.subtype == acpiparser.apic.MADT_TYPE_IO_APIC:

Completed in 10 milliseconds