Home
last modified time | relevance | path

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

/trueos/sys/contrib/octeon-sdk/
HDcvmx-debug.h150 } hw_ibp, hw_dbp; member
155 F(hw_ibp.status); \
156 F(hw_ibp.address[0]); \
157 F(hw_ibp.address[1]); \
158 F(hw_ibp.address[2]); \
159 F(hw_ibp.address[3]); \
160 F(hw_ibp.address_mask[0]); \
161 F(hw_ibp.address_mask[1]); \
162 F(hw_ibp.address_mask[2]); \
163 F(hw_ibp.address_mask[3]); \
[all …]
HDcvmx-debug.c948 context->hw_ibp.address[num] = addr; in cvmx_debug_process_packet()
949 context->hw_ibp.address_mask[num] = 0; in cvmx_debug_process_packet()
950 context->hw_ibp.asid[num] = 0; in cvmx_debug_process_packet()
951 context->hw_ibp.control[num] = BE | TE; in cvmx_debug_process_packet()
1007 context->hw_ibp.address[num] = 0; in cvmx_debug_process_packet()
1008 context->hw_ibp.address_mask[num] = 0; in cvmx_debug_process_packet()
1009 context->hw_ibp.asid[num] = 0; in cvmx_debug_process_packet()
1010 context->hw_ibp.control[num] = 0; in cvmx_debug_process_packet()
1340 context->hw_ibp.status = cvmx_read_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_STATUS); in cvmx_debug_save_core_context()
1343 context->hw_ibp.address[i] = cvmx_read_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ADDRESS(i)); in cvmx_debug_save_core_context()
[all …]