Searched refs:set_phys_id (Results 1 – 2 of 2) sorted by relevance
13 SMP_BOOT_DATA.set_phys_id( in early_acpi_boot_init()22 SMP_BOOT_DATA.set_phys_id(cnt, ap.local_apic_id as usize); in early_acpi_boot_init()
128 pub unsafe fn set_phys_id(&self, cpu_id: ProcessorId, phys_id: usize) { in set_phys_id() method