HomeSort by: relevance | last modified time | path
    Searched refs:LINUX_ABIGAP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/arch/powerpc/
linux_machdep.h 126 #define LINUX_ABIGAP (56*sizeof(int))
linux_machdep.c 198 * There is a little trick here, about the LINUX_ABIGAP: the
201 * just skip it when building the stack frame. Hence the LINUX_ABIGAP.
205 error = copyout(&frame, (void *)fp, sizeof (frame) - LINUX_ABIGAP);

Completed in 11 milliseconds