Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
A Dhw_breakpoint.h88 #define AARCH64_DBG_REG_WVR (AARCH64_DBG_REG_BCR + ARM_MAX_BRP) macro
89 #define AARCH64_DBG_REG_WCR (AARCH64_DBG_REG_WVR + ARM_MAX_WRP)
/arch/arm64/kernel/
A Dhw_breakpoint.c114 GEN_READ_WB_REG_CASES(AARCH64_DBG_REG_WVR, AARCH64_DBG_REG_NAME_WVR, val); in read_wb_reg()
129 GEN_WRITE_WB_REG_CASES(AARCH64_DBG_REG_WVR, AARCH64_DBG_REG_NAME_WVR, val); in write_wb_reg()
244 val_reg = AARCH64_DBG_REG_WVR; in hw_breakpoint_control()
786 val = read_wb_reg(AARCH64_DBG_REG_WVR, i); in do_watchpoint()
964 write_wb_reg(AARCH64_DBG_REG_WVR, i, 0UL); in hw_breakpoint_reset()

Completed in 7 milliseconds