Home
last modified time | relevance | path

Searched refs:ei_stat (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/alpha/alpha/
H A Ddec_kn300.c395 uint64_t ei_stat; member
439 if (ptr->ei_stat & 0x80000000L) in kn300_softerr()
443 if (ptr->ei_stat & 0x40000000L) in kn300_softerr()
447 if (ptr->ei_stat & 0x400000000L) in kn300_softerr()
452 printf(fmt1, "EI Status", ptr->ei_stat); in kn300_softerr()
H A Ddec_kn8ae.c361 printf(fmt1, "EI Status", mptr->ei_stat); in kn8ae_harderr()
439 printf(fmt1, "EI Status", mptr->ei_stat); in kn8ae_softerr()
/netbsd/sys/arch/alpha/include/
H A Dlogout.h233 uint64_t ei_stat; /* member
253 uint64_t ei_stat; /* member
/netbsd/sys/arch/alpha/common/
H A Dcomlogout.c105 printf(fmt1, "ei_stat reg", mcucev5p->ei_stat); in ev5_logout_print()