Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dapic.c254 value |= APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
356 value &= ~APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()
359 value |= APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()
/linux-2.4.37.9/arch/i386/kernel/
Dapic.c259 value |= APIC_SPIV_FOCUS_DISABLED; in init_bsp_APIC()
371 value &= ~APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()
374 value |= APIC_SPIV_FOCUS_DISABLED; in setup_local_APIC()
/linux-2.4.37.9/include/asm-i386/
Dapicdef.h39 #define APIC_SPIV_FOCUS_DISABLED (1<<9) macro
/linux-2.4.37.9/include/asm-x86_64/
Dapicdef.h36 #define APIC_SPIV_FOCUS_DISABLED (1<<9) macro