Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dapicdef.h327 } icr2; member
/arch/x86/kernel/apic/
Dapic.c283 u32 icr1, icr2; in native_apic_icr_read() local
285 icr2 = apic_read(APIC_ICR2); in native_apic_icr_read()
288 return icr1 | ((u64)icr2 << 32); in native_apic_icr_read()