Home
last modified time | relevance | path

Searched refs:phys_cpu_present_map (Results 1 – 5 of 5) sorted by relevance

/xen/xen/include/asm-x86/mach-generic/
A Dmach_apic.h58 phys_cpu_present_map); in apic_id_registered()
63 *map = phys_cpu_present_map; in ioapic_phys_id_map()
73 return physid_isset(apicid, phys_cpu_present_map); in check_apicid_present()
/xen/xen/include/asm-x86/
A Dmpspec.h70 extern physid_mask_t phys_cpu_present_map;
/xen/xen/arch/x86/
A Dmpparse.c67 physid_mask_t phys_cpu_present_map; variable
101 nr_sockets = last_physid(phys_cpu_present_map) in set_nr_sockets()
160 set_apicid(apicid, &phys_cpu_present_map); in MP_processor_info_x()
827 physid_clear(apic_id, phys_cpu_present_map); in mp_unregister_lapic()
A Dsmpboot.c1158 physids_clear(phys_cpu_present_map); in smp_prepare_cpus()
1159 physid_set(0, phys_cpu_present_map); in smp_prepare_cpus()
1175 physid_set(get_apic_id(), phys_cpu_present_map); in smp_prepare_cpus()
1296 if ( physid_isset(apic_id, phys_cpu_present_map) ) in cpu_add()
A Dapic.c1475 physids_clear(phys_cpu_present_map); in APIC_init_uniprocessor()
1476 physid_set(boot_cpu_physical_apicid, phys_cpu_present_map); in APIC_init_uniprocessor()

Completed in 11 milliseconds