/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);
|