Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/m68k/include/
H A Dfcode.h83 getsfc(void) in getsfc() function
/netbsd-src/sys/arch/m68k/m68k/
H A Dregdump.c77 printf("sfc = %d, ", getsfc() & 7); in regdump()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dmachdep.c123 printf("sfc = %s, ", hexstr(getsfc(), 4)); in regdump()
H A Dsamachdep.h129 int getsfc(void);
H A Dlocore.S658 ENTRY_NOPROFILE(getsfc)
/netbsd-src/sys/arch/sun3/sun3/
H A Dpmap.c1694 if ((getsfc() != FC_CONTROL) || (getdfc() != FC_CONTROL)) { in pmap_bootstrap()