Searched refs:restore_debug (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | debug-sr.h | 56 #define restore_debug(ptr,reg,nr) \ macro 120 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state() 121 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state() 122 restore_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_restore_state() 123 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
|