Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/
H A Dacpi.rs13 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()
/DragonOS/kernel/src/arch/x86_64/smp/
H A Dmod.rs128 pub unsafe fn set_phys_id(&self, cpu_id: ProcessorId, phys_id: usize) { in set_phys_id() method