Lines Matching refs:exceptions

141 	uint32_t exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock);  in reg_shm_free_helper()  local
146 cpu_spin_unlock_xrestore(&reg_shm_map_lock, exceptions); in reg_shm_free_helper()
155 uint32_t exceptions = 0; in mobj_reg_shm_free() local
165 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_free()
167 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_reg_shm_free()
173 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_free()
175 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_reg_shm_free()
199 uint32_t exceptions = 0; in mobj_reg_shm_inc_map() local
206 exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock); in mobj_reg_shm_inc_map()
214 cpu_spin_unlock_xrestore(&reg_shm_map_lock, exceptions); in mobj_reg_shm_inc_map()
241 cpu_spin_unlock_xrestore(&reg_shm_map_lock, exceptions); in mobj_reg_shm_inc_map()
249 uint32_t exceptions = 0; in mobj_reg_shm_dec_map() local
254 exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock); in mobj_reg_shm_dec_map()
266 cpu_spin_unlock_xrestore(&reg_shm_map_lock, exceptions); in mobj_reg_shm_dec_map()
351 uint32_t exceptions = 0; in mobj_reg_shm_alloc() local
384 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_alloc()
388 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_reg_shm_alloc()
401 uint32_t exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_unguard() local
404 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_reg_shm_unguard()
433 uint32_t exceptions = 0; in mobj_reg_shm_get_by_cookie() local
436 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_get_by_cookie()
447 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_reg_shm_get_by_cookie()
454 uint32_t exceptions = 0; in mobj_reg_shm_release_by_cookie() local
463 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_release_by_cookie()
470 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_reg_shm_release_by_cookie()
491 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_release_by_cookie()
496 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_reg_shm_release_by_cookie()
626 uint32_t exceptions = 0; in protmem_free_helper() local
628 exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock); in protmem_free_helper()
630 cpu_spin_unlock_xrestore(&reg_shm_map_lock, exceptions); in protmem_free_helper()
639 uint32_t exceptions = 0; in mobj_protmem_free() local
642 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_protmem_free()
644 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_protmem_free()
646 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_protmem_free()
648 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_protmem_free()
696 uint32_t exceptions = 0; in mobj_protmem_alloc() local
714 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_protmem_alloc()
724 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_protmem_alloc()
736 uint32_t exceptions = 0; in mobj_protmem_release_by_cookie() local
745 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_protmem_release_by_cookie()
752 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_protmem_release_by_cookie()
773 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_protmem_release_by_cookie()
778 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_protmem_release_by_cookie()
811 uint32_t exceptions = 0; in mobj_protmem_get_by_pa() local
813 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_protmem_get_by_pa()
819 cpu_spin_unlock_xrestore(&reg_shm_slist_lock, exceptions); in mobj_protmem_get_by_pa()