Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/acpi/
H A Dprocessor_core.c49 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 Dacpi_processor.c256 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 Dprocessor_core.c49 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 Dacpi_processor.c234 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