Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dmdb_kreg.h233 #define KREG_PSR_ICC_C_MASK 0x00100000 macro
H A Dkvm_v7dep.c264 (kregs[KREG_PSR] & KREG_PSR_ICC_C_MASK) ? 'C' : 'c', in kt_regs()
H A Dproc_isadep.c227 (grs[R_PSR] & KREG_PSR_ICC_C_MASK) ? 'C' : 'c', in pt_regs()