Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1559 intin_no) & ~AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1564 intin_no) | AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1744 (AV_LEVEL|AV_PENDING)) == (AV_LEVEL|AV_PENDING)) { in apic_ioapic_wait_pending_clear()
1796 if ((rdt_entry & (AV_LEVEL|AV_MASK)) == AV_LEVEL) { in apic_check_stuck_interrupt()
1803 if ((rdt_entry & AV_LEVEL) == AV_LEVEL) { in apic_check_stuck_interrupt()
1837 (AV_LEVEL|AV_REMOTE_IRR)) == (AV_LEVEL|AV_REMOTE_IRR)) { in apic_check_stuck_interrupt()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c1637 intin_no) & ~AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1642 intin_no) | AV_LEVEL); in apic_last_ditch_clear_remote_irr()
1822 (AV_LEVEL|AV_PENDING)) == (AV_LEVEL|AV_PENDING)) { in apic_ioapic_wait_pending_clear()
1874 if ((rdt_entry & (AV_LEVEL|AV_MASK)) == AV_LEVEL) { in apic_check_stuck_interrupt()
1881 if ((rdt_entry & AV_LEVEL) == AV_LEVEL) { in apic_check_stuck_interrupt()
1915 (AV_LEVEL|AV_REMOTE_IRR)) == (AV_LEVEL|AV_REMOTE_IRR)) { in apic_check_stuck_interrupt()
H A Dmp_platform_common.c1498 level1 = AV_LEVEL; in acpi_intr_compatible()
1500 level1 = (iflag1.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()
1507 level2 = AV_LEVEL; in acpi_intr_compatible()
1509 level2 = (iflag2.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()
1759 level = AV_LEVEL; in apic_record_rdt_entry()
1766 level = AV_LEVEL; in apic_record_rdt_entry()
1769 AV_LEVEL : 0; in apic_record_rdt_entry()
1780 level = AV_LEVEL; in apic_record_rdt_entry()
1782 level = AV_LEVEL; in apic_record_rdt_entry()
1785 AV_LEVEL : 0; in apic_record_rdt_entry()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h337 #define AV_LEVEL 0x8000 macro
338 #define AV_DEASSERT AV_LEVEL
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1971 intin_no) & ~AV_LEVEL); in apix_intx_rebind()
1975 intin_no) | AV_LEVEL); in apix_intx_rebind()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1408 AV_NMI | AV_LEVEL | AV_SH_ALL_EXCSELF); in apic_shutdown()