Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dtraps.c444 enum ctx_state prev_state; in do_be() local
446 prev_state = exception_enter(); in do_be()
486 exception_exit(prev_state); in do_be()
745 enum ctx_state prev_state; in do_ov() local
747 prev_state = exception_enter(); in do_ov()
751 exception_exit(prev_state); in do_ov()
869 enum ctx_state prev_state; in do_fpe() local
873 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 …]
Dr4k-bugs64.c173 enum ctx_state prev_state; in do_daddi_ov() local
175 prev_state = exception_enter(); in do_daddi_ov()
178 exception_exit(prev_state); in do_daddi_ov()
Dunaligned.c1517 enum ctx_state prev_state; in do_ade() local
1521 prev_state = exception_enter(); in do_ade()
1597 exception_exit(prev_state); in do_ade()
/arch/mips/mm/
Dfault.c327 enum ctx_state prev_state; in do_page_fault() local
329 prev_state = exception_enter(); in do_page_fault()
331 exception_exit(prev_state); in do_page_fault()
/arch/powerpc/kernel/
Dtraps.c1098 enum ctx_state prev_state = exception_enter(); in unknown_exception() local
1105 exception_exit(prev_state); in unknown_exception()
1110 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception() local
1120 exception_exit(prev_state); in instruction_breakpoint_exception()
1130 enum ctx_state prev_state = exception_enter(); in single_step_exception() local
1147 exception_exit(prev_state); in single_step_exception()
1475 enum ctx_state prev_state = exception_enter(); in program_check_exception() local
1590 exception_exit(prev_state); in program_check_exception()
1607 enum ctx_state prev_state = exception_enter(); in alignment_exception() local
1652 exception_exit(prev_state); in alignment_exception()
[all …]
/arch/sparc/kernel/
Dtraps_64.c189 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local
207 exception_exit(prev_state); in spitfire_insn_access_exception()
293 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception() local
326 exception_exit(prev_state); in spitfire_data_access_exception()
2081 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error() local
2125 exception_exit(prev_state); in sun4v_resum_error()
2350 enum ctx_state prev_state = exception_enter(); in do_fpieee() local
2358 exception_exit(prev_state); in do_fpieee()
2363 enum ctx_state prev_state = exception_enter(); in do_fpother() local
2381 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()
Dsignal_64.c45 enum ctx_state prev_state = exception_enter(); in sparc64_set_context() local
133 exception_exit(prev_state); in sparc64_set_context()
144 enum ctx_state prev_state = exception_enter(); in sparc64_get_context() local
227 exception_exit(prev_state); in sparc64_get_context()
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()
Dkprobes.c419 enum ctx_state prev_state = exception_enter(); in kprobe_trap() local
437 exception_exit(prev_state); in kprobe_trap()
Dsys_sparc_64.c508 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint() local
521 exception_exit(prev_state); in sparc_breakpoint()
Dviohs.c637 u8 prev_state = vio->hs_state; in vio_control_pkt_engine() local
667 vio->hs_state != prev_state && in vio_control_pkt_engine()
/arch/powerpc/mm/
Dfault.c546 enum ctx_state prev_state = exception_enter(); in do_page_fault() local
548 exception_exit(prev_state); in do_page_fault()
/arch/sparc/mm/
Dfault_64.c266 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault() local
474 exception_exit(prev_state); in do_sparc64_fault()
/arch/powerpc/mm/book3s64/
Dhash_utils.c1302 enum ctx_state prev_state = exception_enter(); in hash_page_mm() local
1502 exception_exit(prev_state); in hash_page_mm()
1861 enum ctx_state prev_state = exception_enter(); in low_hash_fault() local
1873 exception_exit(prev_state); in low_hash_fault()
/arch/x86/kernel/
Dalternative.c1149 static inline void unuse_temporary_mm(temp_mm_state_t prev_state) in unuse_temporary_mm() argument
1152 switch_mm_irqs_off(NULL, prev_state.mm, current); in unuse_temporary_mm()
/arch/arm/mach-omap2/
Domap_hwmod.c2026 u8 prev_state; in _shutdown() local
2041 prev_state = oh->_state; in _shutdown()
2046 if (prev_state == _HWMOD_STATE_IDLE) in _shutdown()