Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/sun4v/modules/errh/
H A Derrh.c112 if (cpu.cpu_m.cpu_nrq_lastnre == 0) in nonresumable()
116 cpu.cpu_m.cpu_nrq_lastnre); in nonresumable()
117 } else if (cpu.cpu_m.cpu_nrq_lastnre != 0) in nonresumable()
118 mdb_printf("%lx\n", cpu.cpu_m.cpu_nrq_lastnre); in nonresumable()
184 ao = (uintptr_t)cpu.cpu_m.cpu_nrq_lastnre; /* beginning and end */ in nrqueue()
266 wsp->walk_addr = (uintptr_t)cpu.cpu_m.cpu_nrq_lastnre; in nrq_walk_init()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h173 errh_er_t *cpu_nrq_lastnre; /* most recent NRE */ member
/titanic_41/usr/src/uts/sun4v/os/
H A Derror.c239 mcpup->cpu_nrq_lastnre = head_va; in process_nonresumable_error()