Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Denlighten_hvm.c164 if (cpu_acpi_id(cpu) != CPU_ACPIID_INVALID) in xen_cpu_up_prepare_hvm()
H A Dsmp_pv.c157 topology_register_apic(apicid++, CPU_ACPIID_INVALID, true); in xen_pv_smp_config()
/linux/arch/x86/kernel/
H A Ddevicetree.c141 topology_register_apic(apic_id, CPU_ACPIID_INVALID, true); in dtb_cpu_setup()
H A Dmpparse.c55 topology_register_apic(m->apicid, CPU_ACPIID_INVALID, m->cpuflag & CPU_ENABLED); in MP_processor_info()
/linux/arch/x86/include/asm/
H A Dapic.h58 #define CPU_ACPIID_INVALID U32_MAX macro