Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-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]); \
164 F(hw_ibp.asid[0]); \
165 F(hw_ibp.asid[1]); \
166 F(hw_ibp.asid[2]); \
167 F(hw_ibp.asid[3]); \
[all …]
H A Dcvmx-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()
1345 context->hw_ibp.asid[i] = cvmx_read_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ASID(i)); in cvmx_debug_save_core_context()
[all …]