Home
last modified time | relevance | path

Searched refs:apicid_to_cpu_present (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dapic_flat_64.c128 .apicid_to_cpu_present = NULL,
221 .apicid_to_cpu_present = NULL,
Dapic_numachip.c261 .apicid_to_cpu_present = NULL,
310 .apicid_to_cpu_present = NULL,
Dapic_noop.c112 .apicid_to_cpu_present = physid_set_mask_of_physid,
Dbigsmp_32.c143 .apicid_to_cpu_present = physid_set_mask_of_physid,
Dprobe_32.c85 .apicid_to_cpu_present = physid_set_mask_of_physid,
Dx2apic_phys.c175 .apicid_to_cpu_present = NULL,
Dx2apic_cluster.c201 .apicid_to_cpu_present = NULL,
Dio_apic.c1511 apic->apicid_to_cpu_present(mpc_ioapic_id(ioapic_idx), in setup_ioapic_ids_from_mpc_nocheck()
2509 apic->apicid_to_cpu_present(apic_id, &tmp); in io_apic_get_unique_id()
Dx2apic_uv_x.c835 .apicid_to_cpu_present = NULL,
/kernel/linux/linux-5.10/arch/x86/xen/
Dapic.c163 .apicid_to_cpu_present = physid_set_mask_of_physid, /* Used on 32-bit */
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dapic.h323 void (*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *retmap); member