Home
last modified time | relevance | path

Searched refs:CPU_RQ_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/mdb/sun4v/modules/errh/
H A Derrh.c145 lower = (uintptr_t)cpu.cpu_m.cpu_rq_va + CPU_RQ_SIZE; in rqueue()
146 upper = lower + CPU_RQ_SIZE - Q_ENTRY_SIZE; in rqueue()
237 *lower = (uintptr_t)cpu.cpu_m.cpu_rq_va + CPU_RQ_SIZE; in rq_walk_init()
238 *upper = (uintptr_t)*lower + CPU_RQ_SIZE - Q_ENTRY_SIZE; in rq_walk_init()
/titanic_44/usr/src/uts/sun4v/sys/
H A Derror.h44 #define CPU_RQ_SIZE (CPU_RQ_ENTRIES * Q_ENTRY_SIZE) macro
/titanic_44/usr/src/uts/sun4v/os/
H A Derror.c123 CPU_RQ_SIZE); in process_resumable_error()
136 head_offset &= (CPU_RQ_SIZE - 1); in process_resumable_error()