Searched refs:prev_state (Results 1 – 17 of 17) sorted by relevance
444 enum ctx_state prev_state; in do_be() local446 prev_state = exception_enter(); in do_be()486 exception_exit(prev_state); in do_be()745 enum ctx_state prev_state; in do_ov() local747 prev_state = exception_enter(); in do_ov()751 exception_exit(prev_state); in do_ov()869 enum ctx_state prev_state; in do_fpe() local873 prev_state = exception_enter(); in do_fpe()918 exception_exit(prev_state); in do_fpe()1024 enum ctx_state prev_state; in do_bp() local[all …]
173 enum ctx_state prev_state; in do_daddi_ov() local175 prev_state = exception_enter(); in do_daddi_ov()178 exception_exit(prev_state); in do_daddi_ov()
1517 enum ctx_state prev_state; in do_ade() local1521 prev_state = exception_enter(); in do_ade()1597 exception_exit(prev_state); in do_ade()
327 enum ctx_state prev_state; in do_page_fault() local329 prev_state = exception_enter(); in do_page_fault()331 exception_exit(prev_state); in do_page_fault()
1098 enum ctx_state prev_state = exception_enter(); in unknown_exception() local1105 exception_exit(prev_state); in unknown_exception()1110 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception() local1120 exception_exit(prev_state); in instruction_breakpoint_exception()1130 enum ctx_state prev_state = exception_enter(); in single_step_exception() local1147 exception_exit(prev_state); in single_step_exception()1475 enum ctx_state prev_state = exception_enter(); in program_check_exception() local1590 exception_exit(prev_state); in program_check_exception()1607 enum ctx_state prev_state = exception_enter(); in alignment_exception() local1652 exception_exit(prev_state); in alignment_exception()[all …]
189 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local207 exception_exit(prev_state); in spitfire_insn_access_exception()293 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception() local326 exception_exit(prev_state); in spitfire_data_access_exception()2081 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error() local2125 exception_exit(prev_state); in sun4v_resum_error()2350 enum ctx_state prev_state = exception_enter(); in do_fpieee() local2358 exception_exit(prev_state); in do_fpieee()2363 enum ctx_state prev_state = exception_enter(); in do_fpother() local2381 exception_exit(prev_state); in do_fpother()[all …]
166 enum ctx_state prev_state = exception_enter(); in kgdb_trap() local180 exception_exit(prev_state); in kgdb_trap()
45 enum ctx_state prev_state = exception_enter(); in sparc64_set_context() local133 exception_exit(prev_state); in sparc64_set_context()144 enum ctx_state prev_state = exception_enter(); in sparc64_get_context() local227 exception_exit(prev_state); in sparc64_get_context()
598 enum ctx_state prev_state = exception_enter(); in handle_lddfmna() local657 exception_exit(prev_state); in handle_lddfmna()662 enum ctx_state prev_state = exception_enter(); in handle_stdfmna() local708 exception_exit(prev_state); in handle_stdfmna()
419 enum ctx_state prev_state = exception_enter(); in kprobe_trap() local437 exception_exit(prev_state); in kprobe_trap()
508 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint() local521 exception_exit(prev_state); in sparc_breakpoint()
637 u8 prev_state = vio->hs_state; in vio_control_pkt_engine() local667 vio->hs_state != prev_state && in vio_control_pkt_engine()
546 enum ctx_state prev_state = exception_enter(); in do_page_fault() local548 exception_exit(prev_state); in do_page_fault()
266 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault() local474 exception_exit(prev_state); in do_sparc64_fault()
1302 enum ctx_state prev_state = exception_enter(); in hash_page_mm() local1502 exception_exit(prev_state); in hash_page_mm()1861 enum ctx_state prev_state = exception_enter(); in low_hash_fault() local1873 exception_exit(prev_state); in low_hash_fault()
1149 static inline void unuse_temporary_mm(temp_mm_state_t prev_state) in unuse_temporary_mm() argument1152 switch_mm_irqs_off(NULL, prev_state.mm, current); in unuse_temporary_mm()
2026 u8 prev_state; in _shutdown() local2041 prev_state = oh->_state; in _shutdown()2046 if (prev_state == _HWMOD_STATE_IDLE) in _shutdown()