Lines Matching refs:exceptions
166 uint32_t exceptions = 0; in clk_enable() local
169 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_enable()
171 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_enable()
178 uint32_t exceptions = 0; in clk_disable() local
180 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_disable()
182 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_disable()
209 uint32_t exceptions = 0; in clk_set_rate() local
215 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_set_rate()
222 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_set_rate()
286 uint32_t exceptions = 0; in clk_set_parent() local
292 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_set_parent()
300 cpu_spin_unlock_xrestore(&clk_lock, exceptions); in clk_set_parent()