Searched refs:FRAMELEN (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dframe.h75 * FRAMELEN is the size of the stack region used by the low-level trap
80 #define FRAMELEN roundup(sizeof(struct trapframe) + \ macro
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dgenassym.c147 ASSYM(FRAMELEN, FRAMELEN);
/freebsd-13-stable/sys/powerpc/aim/
H A Dtrap_subr32.S106 stwu %r31,-FRAMELEN(%r1); /* save it in the callframe */ \
H A Dtrap_subr64.S148 stdu %r31,-(FRAMELEN+288)(%r1); /* save it in the callframe */ \
/freebsd-13-stable/sys/powerpc/booke/
H A Dtrap_subr.S262 STU %r31, -(FRAMELEN+REDZONE)(%r1); \

Completed in 116 milliseconds