Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/amd/
H A Dibs.c1306 return !setup_APIC_eilvt(offset, 0, APIC_EILVT_MSG_NMI, 1); in get_eilvt()
1311 return !setup_APIC_eilvt(offset, 0, 0, 1); in put_eilvt()
1455 if (!setup_APIC_eilvt(offset, 0, APIC_EILVT_MSG_NMI, 0)) in setup_APIC_ibs()
1468 setup_APIC_eilvt(offset, 0, APIC_EILVT_MSG_FIX, 1); in clear_APIC_ibs()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h163 extern int setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask);
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c485 if (reserved < 0 && !setup_APIC_eilvt(new, THRESHOLD_APIC_VECTOR, in setup_APIC_mce_threshold()
494 if (reserved < 0 && !setup_APIC_eilvt(new, DEFERRED_ERROR_VECTOR, in setup_APIC_deferred_error()
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic.c411 int setup_APIC_eilvt(u8 offset, u8 vector, u8 msg_type, u8 mask) in setup_APIC_eilvt() function
440 EXPORT_SYMBOL_GPL(setup_APIC_eilvt);