Home
last modified time | relevance | path

Searched refs:brps (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/kvm/hyp/
Ddebug-sr.c73 int brps, wrps; in __debug_save_state() local
79 brps = (aa64dfr0 >> 12) & 0xf; in __debug_save_state()
82 save_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_save_state()
83 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()
95 int brps, wrps; in __debug_restore_state() local
102 brps = (aa64dfr0 >> 12) & 0xf; in __debug_restore_state()
105 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state()
106 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
/arch/arm/kernel/
Dhw_breakpoint.c225 int brps = get_num_brp_resources(); in get_num_brps() local
226 return core_has_mismatch_brps() ? brps - 1 : brps; in get_num_brps()