Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dx2apic_savic.c88 case APIC_EILVTn(0) ... APIC_EILVTn(3): in savic_read()
223 case APIC_EILVTn(0) ... APIC_EILVTn(3): in savic_write()
H A Dvector.c1298 v = apic_read(APIC_EILVTn(i)); in print_local_APIC()
H A Dapic.c383 unsigned long reg = APIC_EILVTn(offset); in setup_APIC_eilvt()
/linux/arch/x86/include/asm/
H A Dapicdef.h140 #define APIC_EILVTn(n) (0x500 + 0x10 * n) macro