Searched refs:allow_user_access (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | kup.h | 130 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function 167 allow_user_access(NULL, from, size, KUAP_READ); in allow_read_from_user() 172 allow_user_access(to, NULL, size, KUAP_WRITE); in allow_write_to_user() 179 allow_user_access(to, from, size, KUAP_READ_WRITE); in allow_read_write_user()
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | kup.h | 365 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function 395 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
|