Searched refs:debug_spsr (Results 1 – 2 of 2) sorted by relevance
1359 hypctx->debug_spsr |= (hypctx->tf.tf_spsr & PSR_SS); in vmmops_setcap()1368 hypctx->tf.tf_spsr |= hypctx->debug_spsr; in vmmops_setcap()1369 hypctx->debug_spsr &= ~PSR_SS; in vmmops_setcap()1381 hypctx->debug_spsr |= (hypctx->tf.tf_spsr & in vmmops_setcap()1386 hypctx->tf.tf_spsr |= (hypctx->debug_spsr & in vmmops_setcap()1388 hypctx->debug_spsr &= ~(PSR_I | PSR_F); in vmmops_setcap()
113 uint64_t debug_spsr; /* Saved guest SPSR */ member