Home
last modified time | relevance | path

Searched refs:allow_user_access (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkup.h74 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 Dkup.h106 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 Dkup-8xx.h37 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 Dkup-radix.h163 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function