Home
last modified time | relevance | path

Searched refs:cop0 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.h123 } cop0; member
126 F(cop0.index); \
127 F(cop0.entrylo[0]); \
128 F(cop0.entrylo[1]); \
129 F(cop0.entryhi); \
130 F(cop0.pagemask); \
131 F(cop0.status); \
132 F(cop0.badvaddr); \
133 F(cop0.cause); \
134 F(cop0.depc); \
[all …]
H A Dcvmx-debug.c496 case 37: return &context->cop0.depc; in cvmx_debug_regnum_to_context_ref()
1129 context->cop0.multicoredebug |= 1; in cvmx_debug_clear_status()
1417 if (context->cop0.multicoredebug & 1) in cvmx_debug_print_cause()
1421 if (context->cop0.debug & (1 << 19)) in cvmx_debug_print_cause()
1423 if (context->cop0.debug & (1 << 18)) in cvmx_debug_print_cause()
1425 if (context->cop0.debug & (1 << 5)) in cvmx_debug_print_cause()
1427 if (context->cop0.debug & (1 << 4)) in cvmx_debug_print_cause()
1429 if (context->cop0.debug & (1 << 3)) in cvmx_debug_print_cause()
1431 if (context->cop0.debug & (1 << 2)) in cvmx_debug_print_cause()
1433 if (context->cop0.debug & (1 << 1)) in cvmx_debug_print_cause()
[all …]
H A Dcvmx-debug-remote.c68 (context->cop0.debug & 0x1) && /* Single stepping */ in cvmx_debug_remote_mem_wait_for_resume()
69 !(context->cop0.debug & 0x1e) && /* Did not hit a breakpoint */ in cvmx_debug_remote_mem_wait_for_resume()
70 ((context->cop0.status & 0x2) || cvmx_interrupt_in_isr)) in cvmx_debug_remote_mem_wait_for_resume()
H A Dcvmx-asm.h581 #define CVMX_MF_COP0(val, cop0) asm volatile ("dmfc0 %[rt]," VASTR(cop0) : [rt] "=d" (val… argument
582 #define CVMX_MT_COP0(val, cop0) asm volatile ("dmtc0 %[rt]," VASTR(cop0) : : [rt] "d" (va… argument