KSTK_ESP
return (unsigned long *)KSTK_ESP(task);
esp = KSTK_ESP(task);
return (vma->vm_start <= KSTK_ESP(t) && vma->vm_end >= KSTK_ESP(t));