Searched refs:KUAP_WRITE (Results 1 – 3 of 3) sorted by relevance
6 #define KUAP_WRITE 2 macro7 #define KUAP_READ_WRITE (KUAP_READ | KUAP_WRITE)90 allow_user_access(to, NULL, size, KUAP_WRITE); in allow_write_to_user()106 prevent_user_access(to, NULL, size, KUAP_WRITE); in prevent_write_to_user()
114 if (!(dir & KUAP_WRITE)) in allow_user_access()143 } else if (dir & KUAP_WRITE) { in prevent_user_access()
170 else if (dir == KUAP_WRITE) in allow_user_access()