Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Damd.c523 if (reserved < 0 && !setup_APIC_eilvt(new, THRESHOLD_APIC_VECTOR, in setup_APIC_mce_threshold()
707 if (!setup_APIC_eilvt(offset, THRESHOLD_APIC_VECTOR, APIC_EILVT_MSG_FIX, 0)) in smca_enable_interrupt_vectors()
711 if (!setup_APIC_eilvt(offset, DEFERRED_ERROR_VECTOR, APIC_EILVT_MSG_FIX, 0)) in smca_enable_interrupt_vectors()
/linux/arch/x86/events/amd/
H A Dibs.c1548 return !setup_APIC_eilvt(offset, 0, APIC_EILVT_MSG_NMI, 1); in get_eilvt()
1553 return !setup_APIC_eilvt(offset, 0, 0, 1); in put_eilvt()
1697 if (!setup_APIC_eilvt(offset, 0, APIC_EILVT_MSG_NMI, 0)) in setup_APIC_ibs()
1710 setup_APIC_eilvt(offset, 0, APIC_EILVT_MSG_FIX, 1); in clear_APIC_ibs()
/linux/arch/x86/kernel/apic/
H A Dapic.c381 int setup_APIC_eilvt(u8 offset, u8 vector, u8 msg_type, u8 mask) in setup_APIC_eilvt() function
410 EXPORT_SYMBOL_GPL(setup_APIC_eilvt);