Searched refs:allow_user_access (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kup.h | 74 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function 85 allow_user_access(NULL, from, size, KUAP_READ); in allow_read_from_user() 90 allow_user_access(to, NULL, size, KUAP_WRITE); in allow_write_to_user() 96 allow_user_access(to, from, size, KUAP_READ_WRITE); in allow_read_write_user()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/ |
| H A D | kup.h | 106 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function 177 allow_user_access(to, to, end - addr, KUAP_READ_WRITE); in restore_user_access()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/ |
| H A D | kup-8xx.h | 37 static inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | kup-radix.h | 163 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
|