Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmpspec_def.h104 #define MPC_APIC_USABLE 0x01 macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmpspec.h100 #define MPC_APIC_USABLE (1 << 0) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmpparse.c114 if (m->flags & MPC_APIC_USABLE) in MP_ioapic_info()
361 ioapic.flags = MPC_APIC_USABLE; in construct_ioapic_table()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c124 mpc->mpc_flags = MPC_APIC_USABLE; in mp_write_ioapic()
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dio_apic.c2825 ioapics[idx].mp_config.flags = MPC_APIC_USABLE; in mp_register_ioapic()