Searched refs:proc_local_apic_structs (Results 1 – 1 of 1) sorted by relevance
21 static struct acpi_Processor_Local_APIC_Structure_t *proc_local_apic_structs[MAX_SUPPORTED_PROCESSO… variable50 proc_local_apic_structs[i] = (struct acpi_Processor_Local_APIC_Structure_t *)(tmp_vaddr[i]); in smp_init()80 … proc_local_apic_structs[i]->ACPI_Processor_UID, proc_local_apic_structs[i]->local_apic_id, in smp_init()81 proc_local_apic_structs[i]->flags); in smp_init()82 if (proc_local_apic_structs[i]->local_apic_id == 0) in smp_init()87 … if (!((proc_local_apic_structs[i]->flags & 0x1) || (proc_local_apic_structs[i]->flags & 0x2))) in smp_init()90 … kdebug("processor %d cannot be enabled.", proc_local_apic_structs[i]->ACPI_Processor_UID); in smp_init()99 current_starting_cpu = proc_local_apic_structs[i]->ACPI_Processor_UID; in smp_init()111 proc_local_apic_structs[i]->local_apic_id; in smp_init()113 proc_local_apic_structs[i]->local_apic_id; in smp_init()[all …]