Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/apic/
Dapic_flat_64.c186 .cpu_mask_to_apicid_and = flat_cpu_mask_to_apicid_and,
293 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
Dapic_numachip.c274 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
325 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
Dapic_noop.c145 .cpu_mask_to_apicid_and = flat_cpu_mask_to_apicid_and,
Dx2apic_phys.c123 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
Dprobe_32.c106 .cpu_mask_to_apicid_and = flat_cpu_mask_to_apicid_and,
Dbigsmp_32.c181 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
Dx2apic_cluster.c267 .cpu_mask_to_apicid_and = x2apic_cpu_mask_to_apicid_and,
Dvector.c223 BUG_ON(apic->cpu_mask_to_apicid_and(mask, d->domain, in __assign_irq_vector()
Dx2apic_uv_x.c407 .cpu_mask_to_apicid_and = uv_cpu_mask_to_apicid_and,
/linux-4.4.14/arch/x86/xen/
Dapic.c174 .cpu_mask_to_apicid_and = flat_cpu_mask_to_apicid_and,
/linux-4.4.14/arch/x86/include/asm/
Dapic.h301 int (*cpu_mask_to_apicid_and)(const struct cpumask *cpumask, member