Home
last modified time | relevance | path

Searched refs:allow_write_to_user (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Duaccess.h144 allow_write_to_user(ptr, size); \
387 allow_write_to_user(to, n); in raw_copy_to_user()
398 allow_write_to_user(to, n); in copy_to_user_mcsafe()
414 allow_write_to_user(addr, size); in clear_user()
Dkup.h81 static inline void allow_write_to_user(void __user *to, unsigned long size) in allow_write_to_user() function
/arch/powerpc/lib/
Dchecksum_wrappers.c63 allow_write_to_user(dst, len); in csum_and_copy_to_user()