Home
last modified time | relevance | path

Searched refs:physid_set_mask_of_physid (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/kernel/apic/
Dapic_noop.c135 .apicid_to_cpu_present = physid_set_mask_of_physid,
Dbigsmp_32.c173 .apicid_to_cpu_present = physid_set_mask_of_physid,
Dprobe_32.c98 .apicid_to_cpu_present = physid_set_mask_of_physid,
Dapic.c2164 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in apic_bsp_up_setup()
Dio_apic.c3105 physid_set_mask_of_physid(boot_cpu_physical_apicid, in pre_init_apic_IRQ0()
/linux-4.1.27/arch/x86/xen/
Dapic.c160 .apicid_to_cpu_present = physid_set_mask_of_physid, /* Used on 32-bit */
/linux-4.1.27/arch/x86/include/asm/
Dmpspec.h142 static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map) in physid_set_mask_of_physid() function
/linux-4.1.27/arch/x86/kernel/
Dsmpboot.c1009 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); in disable_smp()
1011 physid_set_mask_of_physid(0, &phys_cpu_present_map); in disable_smp()