Home
last modified time | relevance | path

Searched refs:APIC_ICR_RR_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dapicdef.h72 #define APIC_ICR_RR_MASK 0x30000 macro
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c635 status = apic_read(APIC_ICR) & APIC_ICR_RR_MASK; in __inquire_remote_apic()