Lines Matching full:verification
42 * A **verification function**, which wraps the implementation function
78 a verification function defined (because the related feature is not enabled in
79 the kernel configuration) will instead point to a special verification for
162 * A weak verification function is declared, which is just an alias of the
164 verification function may or may not be built depending on the kernel
219 space, which needs to be treated as untrusted memory in the verification
248 Verification Function
251 The verification function runs on the kernel side when a user thread makes
255 system call and jump into it. This in turn calls the verification function.
257 Verification and unmarshalling functions only run when system call APIs are
261 The purpose of the verification function is to validate all the arguments
273 Verification functions involve a great deal of boilerplate code which has been
275 Verification functions should be declared using these macros.
366 Verification Memory Access Policies
377 verification function, and only perform parameter checks on the copies, which
556 Verification Return Value Policies
559 When verifying system calls, it's important to note which kinds of verification
596 function callback pointers. User mode verification functions for these APIs
601 checked in the verification function and propagate a return value to the
632 Helper macros for creating system call verification functions are provided in