Searched refs:wrps (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kvm/hyp/include/hyp/ |
A D | debug-sr.h | 95 int brps, wrps; in __debug_save_state() local 99 wrps = (aa64dfr0 >> 20) & 0xf; in __debug_save_state() 103 save_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_save_state() 104 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state() 113 int brps, wrps; in __debug_restore_state() local 118 wrps = (aa64dfr0 >> 20) & 0xf; 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()
|
Completed in 3 milliseconds