Lines Matching refs:hwiKey
93 uintptr_t hwiKey; in SwiP_construct() local
98 hwiKey = HwiP_disable(); in SwiP_construct()
117 HwiP_restore(hwiKey); in SwiP_construct()
153 uintptr_t hwiKey = HwiP_disable(); in SwiP_destruct() local
161 HwiP_restore(hwiKey); in SwiP_destruct()
183 void SwiP_dispatch(uintptr_t hwiKey) in SwiP_dispatch() argument
205 HwiP_restore(hwiKey); in SwiP_dispatch()
207 hwiKey = HwiP_disable(); in SwiP_dispatch()
221 uintptr_t hwiKey = HwiP_disable(); in SwiP_handleHwi() local
223 SwiP_dispatch(hwiKey); in SwiP_handleHwi()
225 HwiP_restore(hwiKey); in SwiP_handleHwi()
243 uintptr_t hwiKey = HwiP_disable(); in SwiP_or() local
247 HwiP_restore(hwiKey); in SwiP_or()
257 uintptr_t hwiKey = HwiP_disable(); in SwiP_post() local
276 HwiP_restore(hwiKey); in SwiP_post()
284 uintptr_t hwiKey = HwiP_disable(); in SwiP_restore() local
296 HwiP_restore(hwiKey); in SwiP_restore()