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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h150 } hw_ibp, hw_dbp; member in struct:__anon11121
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
[all...]
H A Dcvmx-debug.c948 context->hw_ibp.address[num] = addr;
949 context->hw_ibp.address_mask[num] = 0;
950 context->hw_ibp.asid[num] = 0;
951 context->hw_ibp.control[num] = BE | TE;
1007 context->hw_ibp.address[num] = 0;
1008 context->hw_ibp.address_mask[num] = 0;
1009 context->hw_ibp.asid[num] = 0;
1010 context->hw_ibp.control[num] = 0;
1340 context->hw_ibp.status = cvmx_read_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_STATUS);
1343 context->hw_ibp
[all...]

Completed in 108 milliseconds