Searched refs:interrupt_exit_not_reentrant (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dinterrupt.c29 DEFINE_STATIC_KEY_FALSE(interrupt_exit_not_reentrant); variable
32 return static_branch_unlikely(&interrupt_exit_not_reentrant);
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c296 static_branch_enable(&interrupt_exit_not_reentrant);
306 static_branch_disable(&interrupt_exit_not_reentrant);
487 static_branch_enable(&interrupt_exit_not_reentrant);
497 static_branch_disable(&interrupt_exit_not_reentrant);
/linux-master/arch/powerpc/include/asm/
H A Dinterrupt.h96 DECLARE_STATIC_KEY_FALSE(interrupt_exit_not_reentrant); variable

Completed in 130 milliseconds