Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmptable.c872 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_FIXED); in mptable_parse_local_int()
876 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_NMI); in mptable_parse_local_int()
879 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_SMI); in mptable_parse_local_int()
882 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_EXTINT); in mptable_parse_local_int()
977 lapic_set_lvt_mode(APIC_ID_ALL, APIC_LVT_LINT0, in mptable_parse_ints()
979 lapic_set_lvt_mode(APIC_ID_ALL, APIC_LVT_LINT1, APIC_LVT_DM_NMI); in mptable_parse_ints()
H A Dlocal_apic.c1139 lapic_set_lvt_mode(u_int apic_id, u_int pin, u_int32_t mode) in lapic_set_lvt_mode() function
/freebsd/sys/x86/include/
H A Dapicvar.h252 int lapic_set_lvt_mode(u_int apic_id, u_int lvt, u_int32_t mode);
/freebsd/sys/x86/acpica/
H A Dmadt.c701 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_NMI); in madt_handle_local_nmi()