Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dtraps.c445 enum ctx_state prev_state; in do_be() local
447 prev_state = exception_enter(); in do_be()
487 exception_exit(prev_state); in do_be()
702 enum ctx_state prev_state; in do_ov() local
709 prev_state = exception_enter(); in do_ov()
713 exception_exit(prev_state); in do_ov()
837 enum ctx_state prev_state; in do_fpe() local
841 prev_state = exception_enter(); in do_fpe()
888 exception_exit(prev_state); in do_fpe()
962 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.c2286 enum ctx_state prev_state; in do_ade() local
2290 prev_state = exception_enter(); in do_ade()
2366 exception_exit(prev_state); in do_ade()
/arch/powerpc/kernel/
Dtraps.c734 enum ctx_state prev_state = exception_enter(); in unknown_exception() local
741 exception_exit(prev_state); in unknown_exception()
746 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception() local
756 exception_exit(prev_state); in instruction_breakpoint_exception()
766 enum ctx_state prev_state = exception_enter(); in single_step_exception() local
782 exception_exit(prev_state); in single_step_exception()
1108 enum ctx_state prev_state = exception_enter(); in program_check_exception() local
1227 exception_exit(prev_state); in program_check_exception()
1244 enum ctx_state prev_state = exception_enter(); in alignment_exception() local
1278 exception_exit(prev_state); in alignment_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.c193 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local
216 exception_exit(prev_state); in spitfire_insn_access_exception()
309 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception() local
348 exception_exit(prev_state); in spitfire_data_access_exception()
2052 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error() local
2088 exception_exit(prev_state); in sun4v_resum_error()
2325 enum ctx_state prev_state = exception_enter(); in do_fpieee() local
2333 exception_exit(prev_state); in do_fpieee()
2338 enum ctx_state prev_state = exception_enter(); in do_fpother() local
2356 exception_exit(prev_state); in do_fpother()
[all …]
Dkgdb_64.c166 enum ctx_state prev_state = exception_enter(); in kgdb_trap() local
180 exception_exit(prev_state); in kgdb_trap()
Dunaligned_64.c598 enum ctx_state prev_state = exception_enter(); in handle_lddfmna() local
657 exception_exit(prev_state); in handle_lddfmna()
662 enum ctx_state prev_state = exception_enter(); in handle_stdfmna() local
708 exception_exit(prev_state); in handle_stdfmna()
Dsignal_64.c49 enum ctx_state prev_state = exception_enter(); in sparc64_set_context() local
137 exception_exit(prev_state); in sparc64_set_context()
148 enum ctx_state prev_state = exception_enter(); in sparc64_get_context() local
231 exception_exit(prev_state); in sparc64_get_context()
Dkprobes.c423 enum ctx_state prev_state = exception_enter(); in kprobe_trap() local
441 exception_exit(prev_state); in kprobe_trap()
Dsys_sparc_64.c504 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint() local
523 exception_exit(prev_state); in sparc_breakpoint()
Dviohs.c631 u8 prev_state = vio->hs_state; in vio_control_pkt_engine() local
661 vio->hs_state != prev_state && in vio_control_pkt_engine()
/arch/x86/kernel/
Dkvm.c269 enum ctx_state prev_state; in do_async_page_fault() local
277 prev_state = exception_enter(); in do_async_page_fault()
279 exception_exit(prev_state); in do_async_page_fault()
/arch/powerpc/mm/
Dfault.c557 enum ctx_state prev_state = exception_enter(); in do_page_fault() local
559 exception_exit(prev_state); in do_page_fault()
Dhash_utils_64.c1243 enum ctx_state prev_state = exception_enter(); in hash_page_mm() local
1428 exception_exit(prev_state); in hash_page_mm()
1717 enum ctx_state prev_state = exception_enter(); in low_hash_fault() local
1729 exception_exit(prev_state); in low_hash_fault()
/arch/sparc/mm/
Dfault_64.c283 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault() local
500 exception_exit(prev_state); in do_sparc64_fault()
/arch/x86/mm/
Dfault.c1511 enum ctx_state prev_state; in do_page_fault() local
1513 prev_state = exception_enter(); in do_page_fault()
1518 exception_exit(prev_state); in do_page_fault()
/arch/ia64/kernel/
Dperfmon.c4422 int prev_state, is_system; in pfm_context_unload() local
4427 prev_state = ctx->ctx_state; in pfm_context_unload()
4433 if (prev_state == PFM_CTX_UNLOADED) { in pfm_context_unload()
4434 DPRINT(("ctx_state=%d, nothing to do\n", prev_state)); in pfm_context_unload()
4471 if (prev_state != PFM_CTX_ZOMBIE) in pfm_context_unload()
4514 if (prev_state != PFM_CTX_ZOMBIE) in pfm_context_unload()
/arch/arm/mach-omap2/
Domap_hwmod.c2241 u8 prev_state; in _shutdown() local
2256 prev_state = oh->_state; in _shutdown()
2261 if (prev_state == _HWMOD_STATE_IDLE) in _shutdown()