Home
last modified time | relevance | path

Searched refs:READ_IOAPIC_RDT_ENTRY_LOW_DWORD (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1446 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, in apic_rebind()
1547 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) in apic_last_ditch_clear_remote_irr()
1558 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr()
1563 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr()
1570 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr()
1743 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_ioapic_wait_pending_clear()
1754 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_ioapic_wait_pending_clear()
1794 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt()
1812 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt()
1836 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_check_stuck_interrupt()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c1503 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, in apic_rebind()
1625 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) in apic_last_ditch_clear_remote_irr()
1636 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr()
1641 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr()
1648 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr()
1821 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_ioapic_wait_pending_clear()
1832 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_ioapic_wait_pending_clear()
1872 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt()
1890 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt()
1914 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_check_stuck_interrupt()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1849 (READ_IOAPIC_RDT_ENTRY_LOW_DWORD((ioapic), (intin)) & (bits))
1888 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind()
1904 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind()
1970 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind()
1974 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind()
2031 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, intin) & in apix_intx_get_pending()
2062 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapixindex, intin); in apix_intx_set_mask()
2094 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapixindex, intin); in apix_intx_clear_mask()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c311 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no) & in apic_get_pending()
338 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no); in apic_clear_mask()
369 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no); in apic_set_mask()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h626 #define READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, ipin) \ macro