Home
last modified time | relevance | path

Searched refs:getdfc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/m68k/include/
H A Dfcode.h73 getdfc(void) in getdfc() function
/netbsd-src/sys/arch/m68k/m68k/
H A Dregdump.c78 printf("dfc = %d\n", getdfc() & 7); in regdump()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dmachdep.c124 printf("dfc = %s\n", hexstr(getdfc(), 4)); in regdump()
H A Dsamachdep.h130 int getdfc(void);
H A Dlocore.S661 ENTRY_NOPROFILE(getdfc)
/netbsd-src/sys/arch/sun3/sun3/
H A Dpmap.c1694 if ((getsfc() != FC_CONTROL) || (getdfc() != FC_CONTROL)) { in pmap_bootstrap()