Searched refs:device_declaration (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | processor_core.c | 49 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) in map_x2apic_id() 57 if (device_declaration && (apic->uid == acpi_id)) { in map_x2apic_id() 66 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) in map_lsapic_id() 74 if (device_declaration) { in map_lsapic_id() 88 int device_declaration, u32 acpi_id, phys_cpuid_t *mpidr) in map_gicc_mpidr() 96 /* device_declaration means Device object in DSDT, in the in map_gicc_mpidr() 99 * check device_declaration here in map_gicc_mpidr() 101 if (device_declaration && (gicc->uid == acpi_id)) { in map_gicc_mpidr() 113 int device_declaration, u32 acpi_id, in map_rintc_hartid() 122 /* device_declaration mean in map_rintc_hartid() 48 map_x2apic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_x2apic_id() argument 65 map_lsapic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_lsapic_id() argument 87 map_gicc_mpidr(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *mpidr) map_gicc_mpidr() argument 112 map_rintc_hartid(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *hartid) map_rintc_hartid() argument 138 map_core_pic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *phys_id) map_core_pic_id() argument [all...] |
H A D | acpi_processor.c | 256 int device_declaration = 0; in acpi_processor_get_info() local 296 device_declaration = 1; in acpi_processor_get_info() 311 pr->phys_id = acpi_get_phys_id(pr->handle, device_declaration, in acpi_processor_get_info()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | processor_core.c | 49 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) in map_x2apic_id() 57 if (device_declaration && (apic->uid == acpi_id)) { in map_x2apic_id() 66 int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) in map_lsapic_id() 74 if (device_declaration) { in map_lsapic_id() 88 int device_declaration, u32 acpi_id, phys_cpuid_t *mpidr) in map_gicc_mpidr() 96 /* device_declaration means Device object in DSDT, in the in map_gicc_mpidr() 99 * check device_declaration here in map_gicc_mpidr() 101 if (device_declaration && (gicc->uid == acpi_id)) { in map_gicc_mpidr() 48 map_x2apic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_x2apic_id() argument 65 map_lsapic_id(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *apic_id) map_lsapic_id() argument 87 map_gicc_mpidr(struct acpi_subtable_header *entry, int device_declaration, u32 acpi_id, phys_cpuid_t *mpidr) map_gicc_mpidr() argument
|
H A D | acpi_processor.c | 234 int device_declaration = 0; in acpi_processor_get_info() local 276 device_declaration = 1; in acpi_processor_get_info() 291 pr->phys_id = acpi_get_phys_id(pr->handle, device_declaration, in acpi_processor_get_info()
|
Completed in 4 milliseconds