Home
last modified time | relevance | path

Searched refs:AV_LEVEL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1558 intin_no) & ~AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1563 intin_no) | AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1743 (AV_LEVEL|AV_PENDING)) == (AV_LEVEL|AV_PENDING)) { in apic_ioapic_wait_pending_clear()
1795 if ((rdt_entry & (AV_LEVEL|AV_MASK)) == AV_LEVEL) { in apic_check_stuck_interrupt()
1802 if ((rdt_entry & AV_LEVEL) == AV_LEVEL) { in apic_check_stuck_interrupt()
1836 (AV_LEVEL|AV_REMOTE_IRR)) == (AV_LEVEL|AV_REMOTE_IRR)) { in apic_check_stuck_interrupt()
/titanic_50/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c1625 intin_no) & ~AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1630 intin_no) | AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1810 (AV_LEVEL|AV_PENDING)) == (AV_LEVEL|AV_PENDING)) { in apic_ioapic_wait_pending_clear()
1862 if ((rdt_entry & (AV_LEVEL|AV_MASK)) == AV_LEVEL) { in apic_check_stuck_interrupt()
1869 if ((rdt_entry & AV_LEVEL) == AV_LEVEL) { in apic_check_stuck_interrupt()
1903 (AV_LEVEL|AV_REMOTE_IRR)) == (AV_LEVEL|AV_REMOTE_IRR)) { in apic_check_stuck_interrupt()
H A Dmp_platform_common.c1433 level1 = AV_LEVEL; in acpi_intr_compatible()
1435 level1 = (iflag1.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()
1442 level2 = AV_LEVEL; in acpi_intr_compatible()
1444 level2 = (iflag2.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()
1690 level = AV_LEVEL; in apic_record_rdt_entry()
1697 level = AV_LEVEL; in apic_record_rdt_entry()
1700 AV_LEVEL : 0; in apic_record_rdt_entry()
1711 level = AV_LEVEL; in apic_record_rdt_entry()
1713 level = AV_LEVEL; in apic_record_rdt_entry()
1716 AV_LEVEL : 0; in apic_record_rdt_entry()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dapic.h338 #define AV_LEVEL 0x8000 macro
339 #define AV_DEASSERT AV_LEVEL
/titanic_50/usr/src/uts/i86pc/io/apix/
H A Dapix.c1994 intin_no) & ~AV_LEVEL); in apix_intx_rebind()
1998 intin_no) | AV_LEVEL); in apix_intx_rebind()
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1182 AV_NMI | AV_LEVEL | AV_SH_ALL_EXCSELF); in apic_shutdown()