Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dprobe_32.c23 unsigned int ver = GET_APIC_VERSION(apic_read(APIC_LVR)); in default_get_apic_id()
/linux/arch/x86/include/asm/
H A Dapicdef.h35 #define GET_APIC_VERSION(x) ((x) & 0xFFu) macro