Lines Matching refs:need
232 To summarize, you need a commit that includes:
244 To wire up your new system call for x86 platforms, you need to update the
283 values, which then need to be re-assembled in the compatibility layer.
286 does *not* need a compatibility layer; for example, splice(2)'s arguments of
287 type loff_t __user * do not trigger the need for a compat_ system call.)
336 To summarize, you need:
348 the entries in the syscall tables need to be adjusted.
356 Second, you need to figure out what should happen for the x32 ABI version of
390 To allow for this, the kernel implementation of the system call may need to
415 table will also need to invoke a stub that calls on to the compat_sys_
431 occasional exception that may need updating for your particular system call.
453 the test will need to invoke it using syscall(); also, if the system call
454 involves a new userspace-visible structure, the corresponding header will need