Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.h150 } hw_ibp, hw_dbp; member
175 F(hw_dbp.status); \
176 F(hw_dbp.address[0]); \
177 F(hw_dbp.address[1]); \
178 F(hw_dbp.address[2]); \
179 F(hw_dbp.address[3]); \
184 F(hw_dbp.asid[0]); \
185 F(hw_dbp.asid[1]); \
186 F(hw_dbp.asid[2]); \
187 F(hw_dbp.asid[3]); \
[all …]
H A Dcvmx-debug.c971 context->hw_dbp.address[num] = addr; in cvmx_debug_process_packet()
972 context->hw_dbp.asid[num] = 0; in cvmx_debug_process_packet()
980 context->hw_dbp.address_mask[num] = dbm; in cvmx_debug_process_packet()
981 context->hw_dbp.control[num] = dbc; in cvmx_debug_process_packet()
1013 context->hw_dbp.address[num] = 0; in cvmx_debug_process_packet()
1014 context->hw_dbp.address_mask[num] = 0; in cvmx_debug_process_packet()
1015 context->hw_dbp.asid[num] = 0; in cvmx_debug_process_packet()
1016 context->hw_dbp.control[num] = 0; in cvmx_debug_process_packet()
1116 cvmx_debug_putpacket_hexint("T8:", (int) context->hw_dbp.status); in cvmx_debug_send_stop_reason()
1126 context->hw_dbp.status &= ~0x3fff; in cvmx_debug_clear_status()
[all …]