Home
last modified time | relevance | path

Searched refs:KUAP_WRITE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dkup.h6 #define KUAP_WRITE 2 macro
7 #define KUAP_READ_WRITE (KUAP_READ | KUAP_WRITE)
95 allow_user_access(to, NULL, size, KUAP_WRITE);
112 prevent_user_access(KUAP_WRITE);
133 prevent_user_access(KUAP_WRITE);
/linux/arch/powerpc/include/asm/book3s/32/
A Dkup.h177 if (!(dir & KUAP_WRITE)) in allow_user_access()
193 if (!(dir & KUAP_WRITE)) in prevent_user_access()
/linux/arch/powerpc/include/asm/book3s/64/
A Dkup.h378 else if (dir == KUAP_WRITE)

Completed in 4 milliseconds