Home
last modified time | relevance | path

Searched refs:prev_state (Results 1 – 20 of 20) sorted by relevance

/arch/x86/kernel/
Dtraps.c210 enum ctx_state prev_state = exception_enter(); in do_error_trap() local
220 exception_exit(prev_state); in do_error_trap()
293 enum ctx_state prev_state; in do_general_protection() local
295 prev_state = exception_enter(); in do_general_protection()
333 exception_exit(prev_state); in do_general_protection()
340 enum ctx_state prev_state; in do_int3() local
354 prev_state = exception_enter(); in do_int3()
380 exception_exit(prev_state); in do_int3()
469 enum ctx_state prev_state; in do_debug() local
474 prev_state = exception_enter(); in do_debug()
[all …]
Dkvm.c262 enum ctx_state prev_state; in do_async_page_fault() local
270 prev_state = exception_enter(); in do_async_page_fault()
273 exception_exit(prev_state); in do_async_page_fault()
/arch/mips/kernel/
Dtraps.c444 enum ctx_state prev_state; in do_be() local
446 prev_state = exception_enter(); in do_be()
484 exception_exit(prev_state); in do_be()
699 enum ctx_state prev_state; in do_ov() local
706 prev_state = exception_enter(); in do_ov()
710 exception_exit(prev_state); in do_ov()
827 enum ctx_state prev_state; in do_fpe() local
831 prev_state = exception_enter(); in do_fpe()
878 exception_exit(prev_state); in do_fpe()
951 enum ctx_state prev_state; in do_bp() local
[all …]
Dcpu-bugs64.c175 enum ctx_state prev_state; in do_daddi_ov() local
177 prev_state = exception_enter(); in do_daddi_ov()
180 exception_exit(prev_state); in do_daddi_ov()
Dunaligned.c2772 enum ctx_state prev_state;
2776 prev_state = exception_enter();
2852 exception_exit(prev_state);
/arch/powerpc/kernel/
Dtraps.c700 enum ctx_state prev_state = exception_enter(); in machine_check_exception() local
743 exception_exit(prev_state); in machine_check_exception()
767 enum ctx_state prev_state = exception_enter(); in unknown_exception() local
774 exception_exit(prev_state); in unknown_exception()
779 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception() local
789 exception_exit(prev_state); in instruction_breakpoint_exception()
799 enum ctx_state prev_state = exception_enter(); in single_step_exception() local
812 exception_exit(prev_state); in single_step_exception()
1137 enum ctx_state prev_state = exception_enter(); in program_check_exception() local
1245 exception_exit(prev_state); in program_check_exception()
[all …]
/arch/mips/mm/
Dfault.c338 enum ctx_state prev_state; in do_page_fault() local
340 prev_state = exception_enter(); in do_page_fault()
342 exception_exit(prev_state); in do_page_fault()
/arch/sparc/kernel/
Dtraps_64.c192 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local
215 exception_exit(prev_state); in spitfire_insn_access_exception()
269 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception() local
305 exception_exit(prev_state); in spitfire_data_access_exception()
2006 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error() local
2042 exception_exit(prev_state); in sun4v_resum_error()
2206 enum ctx_state prev_state = exception_enter(); in do_fpieee() local
2214 exception_exit(prev_state); in do_fpieee()
2219 enum ctx_state prev_state = exception_enter(); in do_fpother() local
2237 exception_exit(prev_state); in do_fpother()
[all …]
Dkgdb_64.c165 enum ctx_state prev_state = exception_enter(); in kgdb_trap() local
179 exception_exit(prev_state); in kgdb_trap()
Dsignal_64.c48 enum ctx_state prev_state = exception_enter(); in sparc64_set_context() local
136 exception_exit(prev_state); in sparc64_set_context()
147 enum ctx_state prev_state = exception_enter(); in sparc64_get_context() local
230 exception_exit(prev_state); in sparc64_get_context()
Dunaligned_64.c589 enum ctx_state prev_state = exception_enter(); in handle_lddfmna() local
648 exception_exit(prev_state); in handle_lddfmna()
653 enum ctx_state prev_state = exception_enter(); in handle_stdfmna() local
699 exception_exit(prev_state); in handle_stdfmna()
Dkprobes.c422 enum ctx_state prev_state = exception_enter(); in kprobe_trap() local
440 exception_exit(prev_state); in kprobe_trap()
Dsys_sparc_64.c501 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint() local
520 exception_exit(prev_state); in sparc_breakpoint()
Dviohs.c621 u8 prev_state = vio->hs_state; in vio_control_pkt_engine() local
650 vio->hs_state != prev_state && in vio_control_pkt_engine()
/arch/x86/mm/
Dfault.c1284 enum ctx_state prev_state; in do_page_fault() local
1294 prev_state = exception_enter(); in do_page_fault()
1296 exception_exit(prev_state); in do_page_fault()
1321 enum ctx_state prev_state; in trace_do_page_fault() local
1323 prev_state = exception_enter(); in trace_do_page_fault()
1326 exception_exit(prev_state); in trace_do_page_fault()
/arch/powerpc/mm/
Dfault.c212 enum ctx_state prev_state = exception_enter(); in do_page_fault() local
512 exception_exit(prev_state); in do_page_fault()
Dhash_utils_64.c994 enum ctx_state prev_state = exception_enter(); in hash_page_mm() local
1179 exception_exit(prev_state); in hash_page_mm()
1339 enum ctx_state prev_state = exception_enter(); in low_hash_fault() local
1351 exception_exit(prev_state); in low_hash_fault()
/arch/sparc/mm/
Dfault_64.c284 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault() local
499 exception_exit(prev_state); in do_sparc64_fault()
/arch/ia64/kernel/
Dperfmon.c4431 int prev_state, is_system; in pfm_context_unload() local
4436 prev_state = ctx->ctx_state; in pfm_context_unload()
4442 if (prev_state == PFM_CTX_UNLOADED) { in pfm_context_unload()
4443 DPRINT(("ctx_state=%d, nothing to do\n", prev_state)); in pfm_context_unload()
4480 if (prev_state != PFM_CTX_ZOMBIE) in pfm_context_unload()
4523 if (prev_state != PFM_CTX_ZOMBIE) in pfm_context_unload()
/arch/arm/mach-omap2/
Domap_hwmod.c2317 u8 prev_state; in _shutdown() local
2332 prev_state = oh->_state; in _shutdown()
2337 if (prev_state == _HWMOD_STATE_IDLE) in _shutdown()