Lines Matching refs:exceptions

78 	uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR);  in get_current_prtn()  local
82 thread_unmask_exceptions(exceptions); in get_current_prtn()
98 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in set_current_prtn() local
102 thread_unmask_exceptions(exceptions); in set_current_prtn()
306 uint32_t exceptions = 0; in virt_guest_created() local
341 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_guest_created()
343 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_guest_created()
401 uint32_t exceptions = 0; in virt_next_guest() local
403 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_next_guest()
413 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_next_guest()
432 uint32_t exceptions = 0; in virt_get_guest() local
434 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_get_guest()
438 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_get_guest()
446 uint32_t exceptions = 0; in virt_put_guest() local
451 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_put_guest()
462 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_put_guest()
483 uint32_t exceptions = 0; in virt_guest_destroyed() local
487 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_guest_destroyed()
495 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_guest_destroyed()
500 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_guest_destroyed()
502 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_guest_destroyed()
605 uint32_t exceptions = 0; in virt_add_cookie_to_current_guest() local
607 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_add_cookie_to_current_guest()
618 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_add_cookie_to_current_guest()
626 uint32_t exceptions = 0; in virt_remove_cookie() local
629 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_remove_cookie()
636 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_remove_cookie()
642 uint32_t exceptions = 0; in virt_find_guest_by_cookie() local
645 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_find_guest_by_cookie()
650 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_find_guest_by_cookie()
697 uint32_t exceptions = 0; in virt_reclaim_cookie_from_destroyed_guest() local
699 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_reclaim_cookie_from_destroyed_guest()
710 cpu_spin_unlock_xrestore(&prtn_list_lock, exceptions); in virt_reclaim_cookie_from_destroyed_guest()