Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-i386/
Dapicdef.h19 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF) macro
/linux-2.4.37.9/include/asm-x86_64/
Dapicdef.h19 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF) macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dapic.c52 maxlvt = APIC_INTEGRATED(ver) ? GET_APIC_MAXLVT(v) : 2; in get_maxlvt()
/linux-2.4.37.9/arch/i386/kernel/
Dapic.c50 maxlvt = APIC_INTEGRATED(ver) ? GET_APIC_MAXLVT(v) : 2; in get_maxlvt()