Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/sun4v/modules/errh/
H A Derrh.c69 if (cpu.cpu_m.cpu_rq_lastre == 0) in resumable()
73 cpu.cpu_m.cpu_rq_lastre); in resumable()
74 } else if (cpu.cpu_m.cpu_rq_lastre != 0) in resumable()
75 mdb_printf("%lx\n", cpu.cpu_m.cpu_rq_lastre); in resumable()
144 ao = (uintptr_t)cpu.cpu_m.cpu_rq_lastre; /* beginning and end */ in rqueue()
229 wsp->walk_addr = (uintptr_t)cpu.cpu_m.cpu_rq_lastre; in rq_walk_init()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h172 errh_er_t *cpu_rq_lastre; /* most recent RE */ member
/titanic_41/usr/src/uts/sun4v/os/
H A Derror.c129 mcpup->cpu_rq_lastre = head_va; in process_resumable_error()