Lines Matching refs:write_sysreg
37 write_sysreg(0, osdlr_el1); in reset_debug_state()
38 write_sysreg(0, oslar_el1); in reset_debug_state()
41 write_sysreg(0, mdscr_el1); in reset_debug_state()
43 write_sysreg(0, dbgbvr0_el1); in reset_debug_state()
44 write_sysreg(0, dbgbcr0_el1); in reset_debug_state()
45 write_sysreg(0, dbgwcr0_el1); in reset_debug_state()
46 write_sysreg(0, dbgwvr0_el1); in reset_debug_state()
56 write_sysreg(wcr, dbgwcr0_el1); in install_wp()
57 write_sysreg(addr, dbgwvr0_el1); in install_wp()
63 write_sysreg(mdscr, mdscr_el1); in install_wp()
73 write_sysreg(bcr, dbgbcr0_el1); in install_hw_bp()
74 write_sysreg(addr, dbgbvr0_el1); in install_hw_bp()
80 write_sysreg(mdscr, mdscr_el1); in install_hw_bp()
91 write_sysreg(mdscr, mdscr_el1); in install_ss()