Home
last modified time | relevance | path

Searched refs:CVMX_MT_COP0 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c1360 CVMX_MT_COP0(i, COP0_INDEX); in cvmx_debug_save_core_context()
1392 CVMX_MT_COP0(context->cop0.index, COP0_INDEX); in cvmx_debug_restore_core_context()
1393 CVMX_MT_COP0(context->cop0.entrylo[0], COP0_ENTRYLO0); in cvmx_debug_restore_core_context()
1394 CVMX_MT_COP0(context->cop0.entrylo[1], COP0_ENTRYLO1); in cvmx_debug_restore_core_context()
1395 CVMX_MT_COP0(context->cop0.entryhi, COP0_ENTRYHI); in cvmx_debug_restore_core_context()
1396 CVMX_MT_COP0(context->cop0.pagemask, COP0_PAGEMASK); in cvmx_debug_restore_core_context()
1397 CVMX_MT_COP0(context->cop0.status, COP0_STATUS); in cvmx_debug_restore_core_context()
1398 CVMX_MT_COP0(context->cop0.cause, COP0_CAUSE); in cvmx_debug_restore_core_context()
1399 CVMX_MT_COP0(context->cop0.debug, COP0_DEBUG); in cvmx_debug_restore_core_context()
1405 CVMX_MT_COP0(context->cop0.depc, COP0_DEPC); in cvmx_debug_restore_core_context()
[all …]
H A Dcvmx-profiler.c86 CVMX_MT_COP0(cvmctl, COP0_CVMCTL); in cvmx_update_perfcnt_irq()
224 CVMX_MT_COP0(pfc, COP0_PERFVALUE0); in cvmx_reset_perf_counter()
226 CVMX_MT_COP0(pfc, COP0_PERFVALUE1); in cvmx_reset_perf_counter()
H A Dcvmx-asm.h582 #define CVMX_MT_COP0(val, cop0) asm volatile ("dmtc0 %[rt]," VASTR(cop0) : : [rt] "d" (va… macro
588 #define CVMX_MT_CACHE_ERR(val) CVMX_MT_COP0(val, COP0_CACHEERRI)
589 #define CVMX_MT_DCACHE_ERR(val) CVMX_MT_COP0(val, COP0_CACHEERRD)
590 #define CVMX_MT_CVM_MEM_CTL(val) CVMX_MT_COP0(val, COP0_CVMMEMCTL)
591 #define CVMX_MT_CVM_CTL(val) CVMX_MT_COP0(val, COP0_CVMCTL)