Searched refs:wrps (Results 1 – 1 of 1) sorted by relevance
/arch/arm64/kvm/hyp/ |
D | debug-sr.c | 73 int brps, wrps; in __debug_save_state() local 80 wrps = (aa64dfr0 >> 20) & 0xf; in __debug_save_state() 84 save_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_save_state() 85 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state() 95 int brps, wrps; in __debug_restore_state() local 103 wrps = (aa64dfr0 >> 20) & 0xf; in __debug_restore_state() 107 restore_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_restore_state() 108 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
|