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()
52 write_sysreg(1, oslar_el1); in enable_os_lock()
64 write_sysreg(wcr, dbgwcr0_el1); in install_wp()
65 write_sysreg(addr, dbgwvr0_el1); in install_wp()
71 write_sysreg(mdscr, mdscr_el1); in install_wp()
81 write_sysreg(bcr, dbgbcr0_el1); in install_hw_bp()
82 write_sysreg(addr, dbgbvr0_el1); in install_hw_bp()
88 write_sysreg(mdscr, mdscr_el1); in install_hw_bp()
99 write_sysreg(mdscr, mdscr_el1); in install_ss()