Searched refs:proc_local_apic_structs (Results 1 – 1 of 1) sorted by relevance
20 static struct acpi_Processor_Local_APIC_Structure_t *proc_local_apic_structs[MAX_SUPPORTED_PROCESSO… variable40 proc_local_apic_structs[i] = (struct acpi_Processor_Local_APIC_Structure_t *)(tmp_vaddr[i]); in smp_init()69 … proc_local_apic_structs[i]->ACPI_Processor_UID, proc_local_apic_structs[i]->local_apic_id, in smp_init()70 proc_local_apic_structs[i]->flags); in smp_init()71 if (proc_local_apic_structs[i]->local_apic_id == 0) in smp_init()76 … if (!((proc_local_apic_structs[i]->flags & 0x1) || (proc_local_apic_structs[i]->flags & 0x2))) in smp_init()79 … kdebug("processor %d cannot be enabled.", proc_local_apic_structs[i]->ACPI_Processor_UID); in smp_init()88 current_starting_cpu = proc_local_apic_structs[i]->ACPI_Processor_UID; in smp_init()100 proc_local_apic_structs[i]->local_apic_id; in smp_init()102 proc_local_apic_structs[i]->local_apic_id; in smp_init()[all …]