Searched refs:rdt_entry (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1413 uint32_t rdt_entry; local
1445 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex,
1448 if ((irq_ptr->airq_vector != RDT_VECTOR(rdt_entry)) &&
1777 int32_t rdt_entry; local
1793 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix,
1795 if ((rdt_entry & (AV_LEVEL|AV_MASK)) == AV_LEVEL) {
1799 AV_MASK | rdt_entry);
1802 if ((rdt_entry & AV_LEVEL) == AV_LEVEL) {
1811 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix,
1813 if ((rdt_entry
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1897 int waited, ioapic_ix, intin_no, level, repeats, rdt_entry, masked; local
1928 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix,
1930 if ((masked = (rdt_entry & AV_MASK)) == 0) {
1933 AV_MASK | rdt_entry);
1944 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix,
1946 if ((masked == 0) && ((rdt_entry & AV_PENDING) != 0) &&
1950 intin_no, rdt_entry & ~AV_MASK);
1953 } while ((rdt_entry & AV_PENDING) &&
2083 int intin, ioapixindex, rdt_entry; local
2099 rdt_entry
2112 int intin, ioapixindex, rdt_entry; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c1459 uint32_t rdt_entry; local
1491 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex,
1494 if ((irq_ptr->airq_vector != RDT_VECTOR(rdt_entry)) &&
1844 int32_t rdt_entry; local
1860 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix,
1862 if ((rdt_entry & (AV_LEVEL|AV_MASK)) == AV_LEVEL) {
1866 AV_MASK | rdt_entry);
1869 if ((rdt_entry & AV_LEVEL) == AV_LEVEL) {
1878 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapic_ix,
1880 if ((rdt_entry
[all...]
H A Dimmu_intrmap.c863 uint32_t rdt_entry, tm, pol, idx, vector; local
865 rdt_entry = irdt->ir_lo;
869 tm = RDT_TM(rdt_entry);
870 pol = RDT_POL(rdt_entry);
871 vector = RDT_VECTOR(rdt_entry);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c317 int32_t rdt_entry; local
329 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no);
333 ((~AV_MASK) & rdt_entry));
349 int32_t rdt_entry; local
360 rdt_entry = READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no);
364 (AV_MASK | rdt_entry));

Completed in 86 milliseconds