Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dapicdef.h131 #define APIC_EILVTn(n) (0x500 + 0x10 * n) macro
/linux-6.6.21/arch/x86/kernel/apic/
Dvector.c1305 v = apic_read(APIC_EILVTn(i)); in print_local_APIC()
Dapic.c413 unsigned long reg = APIC_EILVTn(offset); in setup_APIC_eilvt()