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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Derror.h42 #define Q_ENTRY_SIZE 64 macro
44 #define CPU_RQ_SIZE (CPU_RQ_ENTRIES * Q_ENTRY_SIZE)
45 #define CPU_NRQ_SIZE (CPU_NRQ_ENTRIES * Q_ENTRY_SIZE)
121 #define ER_SZ_IN_EXT_WORD (Q_ENTRY_SIZE / sizeof (uint64_t))
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/errh/
H A Derrh.c146 upper = lower + CPU_RQ_SIZE - Q_ENTRY_SIZE;
154 for (current = ao; current >= lower; current -= Q_ENTRY_SIZE)
157 for (current = upper; current > ao; current -= Q_ENTRY_SIZE)
186 upper = lower + CPU_NRQ_SIZE - Q_ENTRY_SIZE;
194 for (current = ao; current >= lower; current -= Q_ENTRY_SIZE)
197 for (current = upper; current > ao; current -= Q_ENTRY_SIZE)
238 *upper = (uintptr_t)*lower + CPU_RQ_SIZE - Q_ENTRY_SIZE;
275 *upper = (uintptr_t)*lower + CPU_NRQ_SIZE - Q_ENTRY_SIZE;
298 wsp->walk_addr -= Q_ENTRY_SIZE;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dintrq.c148 size = cpu_rq_entries * Q_ENTRY_SIZE;
165 size = cpu_nrq_entries * Q_ENTRY_SIZE;
242 cpu_rq_size = cpu_rq_entries * Q_ENTRY_SIZE;
250 cpu_nrq_size = cpu_nrq_entries * Q_ENTRY_SIZE;
H A Derror.c134 head_offset += Q_ENTRY_SIZE;
244 head_offset += Q_ENTRY_SIZE;
947 * Print Q_ENTRY_SIZE bytes of epacket with 8 bytes per line
949 for (i = Q_ENTRY_SIZE; i > 0; i -= 8, ++p) {
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.s431 add %g6, Q_ENTRY_SIZE, %g6 ! increment q head to next
563 add %g6, Q_ENTRY_SIZE, %g6 ! increment q head to next

Completed in 72 milliseconds