Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dapicdef.h26 #define GET_APIC_VERSION(x) ((x) & 0xFFu) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dapicdef.h28 #define GET_APIC_VERSION(x) ((x) & 0xFFu) macro