Searched refs:proc_local_apic_structs (Results 1 – 1 of 1) sorted by relevance
19 static struct acpi_Processor_Local_APIC_Structure_t *proc_local_apic_structs[MAX_SUPPORTED_PROCESSO… variable36 proc_local_apic_structs[i] = (struct acpi_Processor_Local_APIC_Structure_t *)(tmp_vaddr[i]); in smp_init()64 … proc_local_apic_structs[i]->ACPI_Processor_UID, proc_local_apic_structs[i]->local_apic_id, in smp_init()65 proc_local_apic_structs[i]->flags); in smp_init()66 if (proc_local_apic_structs[i]->local_apic_id == 0) in smp_init()71 … if (!((proc_local_apic_structs[i]->flags & 0x1) || (proc_local_apic_structs[i]->flags & 0x2))) in smp_init()74 … kdebug("processor %d cannot be enabled.", proc_local_apic_structs[i]->ACPI_Processor_UID); in smp_init()82 current_starting_cpu = proc_local_apic_structs[i]->ACPI_Processor_UID; in smp_init()94 proc_local_apic_structs[i]->local_apic_id; in smp_init()96 proc_local_apic_structs[i]->local_apic_id; in smp_init()[all …]