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

/linux-4.4.14/drivers/acpi/
H A Dprocessor_core.c51 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_x2apic_id()
59 if (device_declaration && (apic->uid == acpi_id)) { map_x2apic_id()
68 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_lsapic_id()
76 if (device_declaration) { map_lsapic_id()
90 int device_declaration, u32 acpi_id, phys_cpuid_t *mpidr) map_gicc_mpidr()
98 /* device_declaration means Device object in DSDT, in the map_gicc_mpidr()
101 * check device_declaration here map_gicc_mpidr()
103 if (device_declaration && (gicc->uid == acpi_id)) { map_gicc_mpidr()
50 map_x2apic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_x2apic_id() argument
67 map_lsapic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_lsapic_id() argument
89 map_gicc_mpidr(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *mpidr) map_gicc_mpidr() argument
H A Dacpi_processor.c236 int device_declaration = 0; acpi_processor_get_info() local
279 device_declaration = 1; acpi_processor_get_info()
283 pr->phys_id = acpi_get_phys_id(pr->handle, device_declaration, acpi_processor_get_info()

Completed in 87 milliseconds