Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dmdb_kreg.h231 #define KREG_PSR_ICC_Z_MASK 0x00400000 macro
H A Dkvm_v7dep.c262 (kregs[KREG_PSR] & KREG_PSR_ICC_Z_MASK) ? 'Z' : 'z', in kt_regs()
H A Dproc_isadep.c225 (grs[R_PSR] & KREG_PSR_ICC_Z_MASK) ? 'Z' : 'z', in pt_regs()