HomeSort by: relevance | last modified time | path
    Searched refs:FC_CONTROL (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sun3/include/
fcode.h 13 #define FC_CONTROL FC_UNDEF4
15 #define FC_CONTROL FC_UNDEF3
  /src/sys/arch/sun2/include/
fcode.h 9 #define FC_CONTROL FC_UNDEF3
  /src/sys/arch/sun68k/sun68k/
ctrlsp.S 38 #define FC_CONTROL 3 /* from cpu.h */
45 moveq #FC_CONTROL,%d0 | sfc = FC_CONTROL
58 moveq #FC_CONTROL,%d0 | sfc = FC_CONTROL
70 moveq #FC_CONTROL,%d0 | dfc = FC_CONTROL
83 moveq #FC_CONTROL, %d0 | dfc = FC_CONTROL
  /src/sys/arch/sun3/sun3/
cache.c 75 ctl_dfc = FC_CONTROL;
104 ctl_dfc = FC_CONTROL;
130 ctl_dfc = FC_CONTROL;
156 ctl_dfc = FC_CONTROL;
locore.s 105 moveq #FC_CONTROL,%d0 | make movs access "control"
148 | we can safely set the %sfc/dfc to something != FC_CONTROL
254 moveq #FC_CONTROL,%d0 | %sfc = FC_CONTROL
602 moveq #FC_CONTROL,%d0
pmap.c 1693 /* Note: PROM setcxsegmap function needs sfc=dfc=FC_CONTROL */
1694 if ((getsfc() != FC_CONTROL) || (getdfc() != FC_CONTROL)) {
  /src/sys/arch/sun3/sun3x/
locore.s 125 | we can safely set the sfc/dfc to something != FC_CONTROL

Completed in 16 milliseconds