Home
last modified time | relevance | path

Searched refs:LAPIC_LVR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dlapic.h14 #define LAPIC_LVR 0x030 macro
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c75 apicver = lapic_read(LAPIC_LVR) & 0xff; in mp_write_processor()