Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dapic.c147 value &= ~APIC_SPIV_APIC_ENABLED; in disable_local_APIC()
253 value |= APIC_SPIV_APIC_ENABLED; in init_bsp_APIC()
333 value |= APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
/linux-2.4.37.9/arch/i386/kernel/
Dapic.c145 value &= ~APIC_SPIV_APIC_ENABLED; in disable_local_APIC()
258 value |= APIC_SPIV_APIC_ENABLED; in init_bsp_APIC()
348 value |= APIC_SPIV_APIC_ENABLED; in setup_local_APIC()
/linux-2.4.37.9/include/asm-i386/
Dapicdef.h40 #define APIC_SPIV_APIC_ENABLED (1<<8) macro
/linux-2.4.37.9/include/asm-x86_64/
Dapicdef.h37 #define APIC_SPIV_APIC_ENABLED (1<<8) macro