Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c149 { 1, 1, 1, 1, APIC_LVT_DM_EXTINT, 0 }, /* LINT0: masked ExtINT */
442 case APIC_LVT_DM_EXTINT: in lvt_mode_impl()
1189 case APIC_LVT_DM_EXTINT: in native_lapic_set_lvt_mode()
1192 if (mode == APIC_LVT_DM_EXTINT) in native_lapic_set_lvt_mode()
1212 case APIC_LVT_DM_EXTINT: in native_lapic_set_lvt_mode()
H A Dmptable.c843 lapic_set_lvt_mode(apic_id, pin, APIC_LVT_DM_EXTINT); in mptable_parse_local_int()
939 APIC_LVT_DM_EXTINT); in mptable_parse_ints()
/f-stack/freebsd/x86/include/
H A Dapicreg.h403 # define APIC_LVT_DM_EXTINT 0x00000700 macro
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic.c466 case APIC_LVT_DM_EXTINT: in vlapic_fire_lvt()