Searched refs:debug_spsr (Results 1 – 2 of 2) sorted by relevance
1365 hypctx->debug_spsr |= (hypctx->tf.tf_spsr & PSR_SS); in vmmops_setcap()1374 hypctx->tf.tf_spsr |= hypctx->debug_spsr; in vmmops_setcap()1375 hypctx->debug_spsr &= ~PSR_SS; in vmmops_setcap()1387 hypctx->debug_spsr |= (hypctx->tf.tf_spsr & in vmmops_setcap()1392 hypctx->tf.tf_spsr |= (hypctx->debug_spsr & in vmmops_setcap()1394 hypctx->debug_spsr &= ~(PSR_I | PSR_F); in vmmops_setcap()
114 uint64_t debug_spsr; /* Saved guest SPSR */ member