Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/mm/nohash/
Dkup.c16 struct static_key_false disable_kuap_key; variable
17 EXPORT_SYMBOL(disable_kuap_key);
25 static_branch_enable(&disable_kuap_key); in setup_kuap()
/Linux-v6.1/arch/powerpc/mm/book3s32/
Dkuap.c6 struct static_key_false disable_kuap_key; variable
7 EXPORT_SYMBOL(disable_kuap_key);
33 static_branch_enable(&disable_kuap_key); in setup_kuap()
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/
Dkup-8xx.h16 extern struct static_key_false disable_kuap_key;
20 return static_branch_unlikely(&disable_kuap_key); in kuap_is_disabled()
/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dkup-booke.h21 extern struct static_key_false disable_kuap_key;
25 return static_branch_unlikely(&disable_kuap_key);
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/
Dkup.h14 extern struct static_key_false disable_kuap_key;
30 return static_branch_unlikely(&disable_kuap_key); in kuap_is_disabled()