Searched refs:disable_kuep_key (Results 1 – 2 of 2) sorted by relevance
6 struct static_key_false disable_kuep_key; variable17 static_branch_enable(&disable_kuep_key); in setup_kuep()
15 extern struct static_key_false disable_kuep_key;24 return !IS_ENABLED(CONFIG_PPC_KUEP) || static_branch_unlikely(&disable_kuep_key); in kuep_is_disabled()
Completed in 3 milliseconds