Home
last modified time | relevance | path

Searched refs:APIC_SPIV_APIC_ENABLED (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/module/x86/
Dapic_compat.h33 #ifndef APIC_SPIV_APIC_ENABLED
34 #define APIC_SPIV_APIC_ENABLED (1 << 8) macro
Dop_apic.c137 if (!(val & APIC_SPIV_APIC_ENABLED)) in enable_apic()
138 apic_write(APIC_SPIV, val | APIC_SPIV_APIC_ENABLED); in enable_apic()
140 return !!(val & APIC_SPIV_APIC_ENABLED); in enable_apic()
/external/kernel-headers/original/asm-x86/
Dapicdef_32.h38 #define APIC_SPIV_APIC_ENABLED (1<<8) macro