Searched defs:device_declaration (Results 1 - 2 of 2) sorted by relevance

/drivers/acpi/
H A Dprocessor_core.c58 int device_declaration, u32 acpi_id, int *apic_id)
66 if (device_declaration && (apic->uid == acpi_id)) {
75 int device_declaration, u32 acpi_id, int *apic_id)
83 if (device_declaration) {
57 map_x2apic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, int *apic_id) argument
74 map_lsapic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, int *apic_id) argument
H A Dprocessor_driver.c255 int cpu_index, device_declaration = 0; local
306 device_declaration = 1;
309 cpu_index = acpi_get_cpuid(pr->handle, device_declaration, pr->acpi_id);

Completed in 412 milliseconds