Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dkup.h75 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
138 allow_user_access(NULL, from, size, KUAP_READ); in allow_read_from_user()
143 allow_user_access(to, NULL, size, KUAP_WRITE); in allow_write_to_user()
150 allow_user_access(to, from, size, KUAP_READ_WRITE); in allow_read_write_user()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dkup.h356 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
386 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
/linux/arch/powerpc/include/asm/nohash/32/
H A Dkup-8xx.h52 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
/linux/arch/powerpc/include/asm/nohash/
H A Dkup-booke.h76 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function
/linux/arch/powerpc/include/asm/book3s/32/
H A Dkup.h100 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() function