Home
last modified time | relevance | path

Searched refs:apicver (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h71 unsigned char apicver; /* Its versions */ member
109 unsigned char apicver; member
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c70 u8 boot_apicid, apicver; in mp_write_processor() local
75 apicver = lapic_read(LAPIC_LVR) & 0xff; in mp_write_processor()
92 mpc->mpc_apicver = apicver; in mp_write_processor()
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c356 ioapic.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_ioapic_table()
382 processor.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_default_ISA_mptable()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c125 #define mpc_ioapic_ver(ioapic_idx) ioapics[ioapic_idx].mp_config.apicver
2856 ioapics[idx].mp_config.apicver = io_apic_get_version(idx); in mp_register_ioapic()