OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:madt
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/gpllib/acpi/
madt.c
51
s_madt *
madt
= &acpi->
madt
;
local
55
sla = &
madt
->processor_local_apic[
madt
->processor_local_apic_count];
61
madt
->processor_local_apic_count++;
64
sio = &
madt
->io_apic[
madt
->io_apic_count];
71
madt
->io_apic_count++;
75
&
madt
->interrupt_source_override[
madt
-
[
all
...]
/external/syslinux/com32/hdt/
hdt-cli-acpi.c
132
if (hardware->acpi.
madt
.valid)
133
show_header(hardware->acpi.
madt
.address, &hardware->acpi.
madt
.header);
135
more_printf("\nLocal APIC at 0x%08x\n", hardware->acpi.
madt
.local_apic_address);
139
static void show_local_apic(s_madt *
madt
)
141
if (
madt
->processor_local_apic_count == 0) {
147
for (int i = 0; i <
madt
->processor_local_apic_count; i++) {
148
s_processor_local_apic *sla = &
madt
->processor_local_apic[i];
162
static void show_local_apic_nmi(s_madt *
madt
)
164
if (
madt
->local_apic_nmi_count == 0)
252
s_
madt
*
madt
= &hardware->acpi.
madt
;
local
[
all
...]
/external/syslinux/com32/gplinclude/acpi/
acpi.h
28
#include <acpi/
madt
.h>
78
s_madt
madt
;
member in struct:__anon36902
Completed in 147 milliseconds