Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h104 #define MPC_APIC_USABLE 0x01 macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dmpspec.h99 #define MPC_APIC_USABLE (1 << 0) macro
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c110 if (m->flags & MPC_APIC_USABLE) in MP_ioapic_info()
357 ioapic.flags = MPC_APIC_USABLE; in construct_ioapic_table()
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c123 mpc->mpc_flags = MPC_APIC_USABLE; in mp_write_ioapic()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c2846 ioapics[idx].mp_config.flags = MPC_APIC_USABLE; in mp_register_ioapic()