Lines Matching refs:hwiKey
99 uintptr_t hwiKey; in SwiP_construct() local
105 hwiKey = HwiP_disable(); in SwiP_construct()
125 HwiP_restore(hwiKey); in SwiP_construct()
166 uintptr_t hwiKey = HwiP_disable(); in SwiP_destruct() local
175 HwiP_restore(hwiKey); in SwiP_destruct()
197 void SwiP_dispatch(uintptr_t hwiKey) in SwiP_dispatch() argument
221 HwiP_restore(hwiKey); in SwiP_dispatch()
223 hwiKey = HwiP_disable(); in SwiP_dispatch()
238 uintptr_t hwiKey = HwiP_disable(); in SwiP_handleHwi() local
240 SwiP_dispatch(hwiKey); in SwiP_handleHwi()
242 HwiP_restore(hwiKey); in SwiP_handleHwi()
259 uintptr_t hwiKey = HwiP_disable(); in SwiP_or() local
263 HwiP_restore(hwiKey); in SwiP_or()
273 uintptr_t hwiKey = HwiP_disable(); in SwiP_post() local
292 HwiP_restore(hwiKey); in SwiP_post()
300 uintptr_t hwiKey = HwiP_disable(); in SwiP_restore() local
312 HwiP_restore(hwiKey); in SwiP_restore()