Searched refs:apicid_to_cpu_present (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/apic/ | 
| D | apic_flat_64.c | 128 	.apicid_to_cpu_present		= NULL,221 	.apicid_to_cpu_present		= NULL,
 
 | 
| D | apic_numachip.c | 261 	.apicid_to_cpu_present		= NULL,310 	.apicid_to_cpu_present		= NULL,
 
 | 
| D | apic_noop.c | 111 	.apicid_to_cpu_present		= physid_set_mask_of_physid,
 | 
| D | bigsmp_32.c | 142 	.apicid_to_cpu_present		= physid_set_mask_of_physid,
 | 
| D | probe_32.c | 84 	.apicid_to_cpu_present		= physid_set_mask_of_physid,
 | 
| D | x2apic_phys.c | 163 	.apicid_to_cpu_present		= NULL,
 | 
| D | x2apic_cluster.c | 199 	.apicid_to_cpu_present		= NULL,
 | 
| D | io_apic.c | 1514 			apic->apicid_to_cpu_present(mpc_ioapic_id(ioapic_idx),  in setup_ioapic_ids_from_mpc_nocheck()2501 	apic->apicid_to_cpu_present(apic_id, &tmp);  in io_apic_get_unique_id()
 
 | 
| D | x2apic_uv_x.c | 662 	.apicid_to_cpu_present		= NULL,
 | 
| /Linux-v5.4/arch/x86/xen/ | 
| D | apic.c | 173 	.apicid_to_cpu_present		= physid_set_mask_of_physid, /* Used on 32-bit */
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | apic.h | 329 	void	(*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *retmap);  member
 |