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

  /src/sys/arch/sun3/sun3/
sunmon.c 177 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump
189 } while ( (((u_int)fp) & ~PGOFSET) == stackpage);
sunmon.c 177 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump
189 } while ( (((u_int)fp) & ~PGOFSET) == stackpage);
sunmon.c 177 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump
189 } while ( (((u_int)fp) & ~PGOFSET) == stackpage);
  /src/sys/arch/sun2/sun2/
promlib.c 356 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump
368 } while ( (((u_int)fp) & ~PGOFSET) == stackpage);
promlib.c 356 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump
368 } while ( (((u_int)fp) & ~PGOFSET) == stackpage);
promlib.c 356 u_int stackpage = ((u_int)fp) & ~PGOFSET; local in function:tracedump
368 } while ( (((u_int)fp) & ~PGOFSET) == stackpage);

Completed in 145 milliseconds