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

  /src/sys/arch/x86/x86/
pmap.c 1480 size_t startsl, endsl, nslots, winsize; local in function:slotspace_rand
1543 startsl = holes[hole].start;
1545 startva = VA_SIGN_NEG(startsl * NBPD_L4);
1552 winsize = ((endsl - startsl) * NBPD_L4) - sz;
pmap.c 1480 size_t startsl, endsl, nslots, winsize; local in function:slotspace_rand
1543 startsl = holes[hole].start;
1545 startva = VA_SIGN_NEG(startsl * NBPD_L4);
1552 winsize = ((endsl - startsl) * NBPD_L4) - sz;

Completed in 29 milliseconds