Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.h121 uint64_t perfval[2]; member
138 F(cop0.perfval[0]); \
139 F(cop0.perfval[1]); \
H A Dcvmx-debug.c864 context->cop0.perfval[counter] = 0; in cvmx_debug_process_packet()
877 cvmx_debug_int64_to_strhex(outpacket, context->cop0.perfval[counter]); in cvmx_debug_process_packet()
1331 CVMX_MF_COP0(context->cop0.perfval[0], COP0_PERFVALUE0); in cvmx_debug_save_core_context()
1332 CVMX_MF_COP0(context->cop0.perfval[1], COP0_PERFVALUE1); in cvmx_debug_save_core_context()
1401 CVMX_MT_COP0(context->cop0.perfval[0], COP0_PERFVALUE0); in cvmx_debug_restore_core_context()
1402 CVMX_MT_COP0(context->cop0.perfval[1], COP0_PERFVALUE1); in cvmx_debug_restore_core_context()