Searched hist:208514 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/ia64/ia32/
H A Dia32_trap.cdiff 208514 Mon May 24 17:26:29 MDT 2010 kib Change ia64' struct syscall_args definition so that args is a pointer to
the arguments array instead of array itself. ia64 syscall arguments are
readily available in the frame, point args to it, do not do unnecessary
bcopy. Still reserve the array in syscall_args for ia32 emulation.

Suggested and reviewed by: marcel
MFC after: 1 month
/freebsd-10.3-release/sys/ia64/include/
H A Dproc.hdiff 208514 Mon May 24 17:26:29 MDT 2010 kib Change ia64' struct syscall_args definition so that args is a pointer to
the arguments array instead of array itself. ia64 syscall arguments are
readily available in the frame, point args to it, do not do unnecessary
bcopy. Still reserve the array in syscall_args for ia32 emulation.

Suggested and reviewed by: marcel
MFC after: 1 month
/freebsd-10.3-release/sys/ia64/ia64/
H A Dtrap.cdiff 208514 Mon May 24 17:26:29 MDT 2010 kib Change ia64' struct syscall_args definition so that args is a pointer to
the arguments array instead of array itself. ia64 syscall arguments are
readily available in the frame, point args to it, do not do unnecessary
bcopy. Still reserve the array in syscall_args for ia32 emulation.

Suggested and reviewed by: marcel
MFC after: 1 month

Completed in 130 milliseconds