Home
last modified time | relevance | path

Searched hist:"8 bc792b3845ecf64145fda7964a7b5cc54dea777" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/i386/include/
H A Dproc.hdiff 8bc792b3845ecf64145fda7964a7b5cc54dea777 Thu Nov 25 16:54:33 CET 2021 Mitchell Horne <mhorne@FreeBSD.org> i386: take pcb and fpu area into account in GET_STACK_USAGE

On this platform, the pcb and FPU save area are allocated from the top
of each kernel stack, so they should be excluded from the calculation of
the total and used stack sizes.

Reviewed by: kib
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32581