Searched refs:READ_IOAPIC_RDT_ENTRY_LOW_DWORD (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/i86xpv/io/psm/ |
H A D | mp_platform_xpv.c | 1445 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, in apic_rebind() 1546 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) in apic_last_ditch_clear_remote_irr() 1557 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr() 1562 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr() 1569 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr() 1742 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_ioapic_wait_pending_clear() 1753 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_ioapic_wait_pending_clear() 1793 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt() 1811 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt() 1835 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_check_stuck_interrupt() [all …]
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | mp_platform_misc.c | 1491 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, in apic_rebind() 1613 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) in apic_last_ditch_clear_remote_irr() 1624 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr() 1629 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr() 1636 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_last_ditch_clear_remote_irr() 1809 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_ioapic_wait_pending_clear() 1820 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_ioapic_wait_pending_clear() 1860 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt() 1878 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apic_check_stuck_interrupt() 1902 if ((READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, intin_no) & in apic_check_stuck_interrupt() [all …]
|
/titanic_41/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 1872 (READ_IOAPIC_RDT_ENTRY_LOW_DWORD((ioapic), (intin)) & (bits)) 1911 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind() 1927 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind() 1993 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind() 1997 READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, in apix_intx_rebind() 2054 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, intin) & in apix_intx_get_pending() 2085 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapixindex, intin); in apix_intx_set_mask() 2117 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapixindex, intin); in apix_intx_clear_mask()
|
/titanic_41/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_introp.c | 306 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no) & in apic_get_pending() 333 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no); in apic_clear_mask() 364 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no); in apic_set_mask()
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | apic.h | 627 #define READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix, ipin) \ macro
|