Home
last modified time | relevance | path

Searched refs:device_declaration (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dprocessor_core.c51 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) in map_x2apic_id() argument
59 if (device_declaration && (apic->uid == acpi_id)) { in map_x2apic_id()
68 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) in map_lsapic_id() argument
76 if (device_declaration) { in map_lsapic_id()
90 int device_declaration, u32 acpi_id, phys_cpuid_t *mpidr) in map_gicc_mpidr() argument
103 if (device_declaration && (gicc->uid == acpi_id)) { in map_gicc_mpidr()
Dacpi_processor.c219 int cpu_index, device_declaration = 0; in acpi_processor_get_info() local
262 device_declaration = 1; in acpi_processor_get_info()
266 phys_id = acpi_get_phys_id(pr->handle, device_declaration, pr->acpi_id); in acpi_processor_get_info()