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

  /src/sys/arch/aarch64/aarch64/
vm_machdep.c 188 u_char *stop, *sbottom, *ptr; local in function:cpu_lwp_free
192 sbottom = UAREA_END(l);
193 for (cnt = 0, ptr = stop; *ptr == 0xdd && ptr <= sbottom; cnt++, ptr++)
196 l, cnt, sbottom - stop);
vm_machdep.c 188 u_char *stop, *sbottom, *ptr; local in function:cpu_lwp_free
192 sbottom = UAREA_END(l);
193 for (cnt = 0, ptr = stop; *ptr == 0xdd && ptr <= sbottom; cnt++, ptr++)
196 l, cnt, sbottom - stop);
vm_machdep.c 188 u_char *stop, *sbottom, *ptr; local in function:cpu_lwp_free
192 sbottom = UAREA_END(l);
193 for (cnt = 0, ptr = stop; *ptr == 0xdd && ptr <= sbottom; cnt++, ptr++)
196 l, cnt, sbottom - stop);
vm_machdep.c 188 u_char *stop, *sbottom, *ptr; local in function:cpu_lwp_free
192 sbottom = UAREA_END(l);
193 for (cnt = 0, ptr = stop; *ptr == 0xdd && ptr <= sbottom; cnt++, ptr++)
196 l, cnt, sbottom - stop);

Completed in 40 milliseconds