Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/include/hyp/
A Ddebug-sr.h109 int brps = *host_data_ptr(debug_brps); in __debug_save_state() local
112 save_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_save_state()
113 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()
123 int brps = *host_data_ptr(debug_brps); in __debug_restore_state() local
126 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state()
127 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
/arch/arm/kernel/
A Dhw_breakpoint.c215 int brps = get_num_brp_resources(); in get_num_brps() local
216 return core_has_mismatch_brps() ? brps - 1 : brps; in get_num_brps()

Completed in 9 milliseconds