Searched refs:apic_id (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/
H A Dprocessor_core.c42 u32 acpi_id, int *apic_id)
53 *apic_id = lapic->id;
58 int device_declaration, u32 acpi_id, int *apic_id)
67 *apic_id = apic->local_apic_id;
75 int device_declaration, u32 acpi_id, int *apic_id)
89 *apic_id = (lsapic->id << 8) | lsapic->eid;
98 int apic_id = -1; local
108 return apic_id;
120 if (map_lapic_id(header, acpi_id, &apic_id))
123 if (map_x2apic_id(header, type, acpi_id, &apic_id))
41 map_lapic_id(struct acpi_subtable_header *entry, u32 acpi_id, int *apic_id) argument
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
139 int apic_id = -1; local
171 int apic_id = -1; local
[all...]
H A Dnuma.c105 p->apic_id, p->local_sapic_eid,
139 p->apic_id,
199 "Found unsupported x2apic [0x%08x] SRAT entry\n", pa->apic_id);
/drivers/dma/ioat/
H A Ddca.c203 int i, apic_id, bit, value; local
207 apic_id = cpu_physical_id(cpu);
213 value = (apic_id & (1 << bit)) ? 1 : 0;
558 int i, apic_id, bit, value; local
562 apic_id = cpu_physical_id(cpu);
569 value = (apic_id & (1 << bit)) ? 1 : 0;
572 value = (apic_id & (1 << bit)) ? 0 : 1;

Completed in 92 milliseconds