Lines Matching refs:atomicsException
1797 val atomicsException = RegInit(false.B) constant
1798 when (DelayN(redirect.valid, 10) && atomicsException) {
1799 atomicsException := false.B
1801 atomicsException := true.B
1838 atomicsException,
1851 val exceptionVaNeedExt = !atomicsException &&
1854 val exceptionIsHyper = !atomicsException &&
1922 …XSError(atomicsException && vSegmentException, "atomicsException and vSegmentException raise at th…
1932 …XSError(atomicsException && atomicsUnit.io.in.valid, "new instruction before exception triggers\n")
1934 atomicsException,
1945 atomicsException,