HomeSort by: relevance | last modified time | path
    Searched defs:DUMPREG (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 1422 #define DUMPREG(x) \
1425 DUMPREG(CBAR);
1426 DUMPREG(CLOR);
1427 DUMPREG(CCR);
1428 DUMPREG(LDR1);
1429 DUMPREG(LDR2);
1430 DUMPREG(LDHNCR);
1431 DUMPREG(LDHNSR);
1432 DUMPREG(LDVNTR);
1433 DUMPREG(LDVNDR)
    [all...]
  /src/sys/dev/pci/
esm.c 94 #define DUMPREG(x) do { if (esm_debug & ESM_DEBUG_REG) \
109 #define DUMPREG(x) /* nothing */
650 DUMPREG(ess);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.cc 1041 # define DUMPREG_(r) Printf(" "); DUMPREG(r);
1042 # define DUMPREG__(r) Printf(" "); DUMPREG(r);
1043 # define DUMPREG___(r) Printf(" "); DUMPREG(r);
1046 # define DUMPREG(r) DUMPREG64(r)
1047 DUMPREG(rax); DUMPREG(rbx); DUMPREG(rcx); DUMPREG(rdx); Printf("\n");
1048 DUMPREG(rdi); DUMPREG(rsi); DUMPREG(rbp); DUMPREG(rsp); Printf("\n")
    [all...]

Completed in 13 milliseconds