Searched refs:wrps (Results 1 – 1 of 1) sorted by relevance
/arch/arm64/kvm/hyp/ |
D | debug-sr.c | 136 int brps, wrps; in __debug_save_state() local 143 wrps = (aa64dfr0 >> 20) & 0xf; in __debug_save_state() 147 save_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_save_state() 148 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state() 158 int brps, wrps; in __debug_restore_state() local 166 wrps = (aa64dfr0 >> 20) & 0xf; in __debug_restore_state() 170 restore_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_restore_state() 171 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
|