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

  /src/sys/arch/x86/include/
pmap_private.h 105 size_t sslot; /* start slot */ member in struct:slotspace::__anonf939af6e0108
  /src/sys/arch/x86/x86/
pmap.c 1458 size_t sslot = slotspace.area[type].sslot; local in function:slotspace_copy
1461 memcpy(&dst[sslot], &src[sslot], nslot * sizeof(pd_entry_t));
1510 if (slotspace.area[i].sslot >= curslot &&
1511 slotspace.area[i].sslot < minsslot) {
1512 minsslot = slotspace.area[i].sslot;
1558 slotspace.area[type].sslot = pl4_i(va);

Completed in 16 milliseconds