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

  /src/sys/arch/m68k/m68k/
pmap_motorola.c 286 u_int protostfree; /* prototype (default) free ST map */ variable in typeref:typename:u_int
394 pmap_kernel()->pm_stfree = protostfree;
567 protostfree = ~l2tobm(0);
568 for (rv = MAXUL2SIZE; rv < sizeof(protostfree)*NBBY; rv++)
569 protostfree &= ~l2tobm(rv);
740 pmap->pm_stfree = protostfree;
2342 ptpmap->pm_stfree = protostfree;
2564 pmap->pm_stfree = protostfree;
pmap_motorola.c 286 u_int protostfree; /* prototype (default) free ST map */ variable in typeref:typename:u_int
394 pmap_kernel()->pm_stfree = protostfree;
567 protostfree = ~l2tobm(0);
568 for (rv = MAXUL2SIZE; rv < sizeof(protostfree)*NBBY; rv++)
569 protostfree &= ~l2tobm(rv);
740 pmap->pm_stfree = protostfree;
2342 ptpmap->pm_stfree = protostfree;
2564 pmap->pm_stfree = protostfree;

Completed in 118 milliseconds