Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s32/
A Dkuap.c6 struct static_key_false disable_kuap_key; variable
7 EXPORT_SYMBOL(disable_kuap_key);
30 static_branch_enable(&disable_kuap_key); in setup_kuap()
/linux/arch/powerpc/include/asm/nohash/32/
A Dkup-8xx.h16 extern struct static_key_false disable_kuap_key;
20 return static_branch_unlikely(&disable_kuap_key); in kuap_is_disabled()
/linux/arch/powerpc/mm/nohash/
A D8xx.c228 struct static_key_false disable_kuap_key; variable
229 EXPORT_SYMBOL(disable_kuap_key);
234 static_branch_enable(&disable_kuap_key); in setup_kuap()
/linux/arch/powerpc/include/asm/book3s/32/
A Dkup.h14 extern struct static_key_false disable_kuap_key;
19 return !IS_ENABLED(CONFIG_PPC_KUAP) || static_branch_unlikely(&disable_kuap_key); in kuap_is_disabled()

Completed in 4 milliseconds