Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dtraps.c453 enum ctx_state prev_state; in do_be() local
455 prev_state = exception_enter(); in do_be()
495 exception_exit(prev_state); in do_be()
754 enum ctx_state prev_state; in do_ov() local
756 prev_state = exception_enter(); in do_ov()
760 exception_exit(prev_state); in do_ov()
876 enum ctx_state prev_state; in do_fpe() local
880 prev_state = exception_enter(); in do_fpe()
925 exception_exit(prev_state); in do_fpe()
1031 enum ctx_state prev_state; in do_bp() local
[all …]
Dr4k-bugs64.c174 enum ctx_state prev_state; in do_daddi_ov() local
176 prev_state = exception_enter(); in do_daddi_ov()
179 exception_exit(prev_state); in do_daddi_ov()
Dunaligned.c1518 enum ctx_state prev_state; in do_ade() local
1521 prev_state = exception_enter(); in do_ade()
1600 exception_exit(prev_state); in do_ade()
/arch/mips/mm/
Dfault.c326 enum ctx_state prev_state; in do_page_fault() local
328 prev_state = exception_enter(); in do_page_fault()
330 exception_exit(prev_state); in do_page_fault()
/arch/sparc/kernel/
Dtraps_64.c189 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local
206 exception_exit(prev_state); in spitfire_insn_access_exception()
292 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception() local
325 exception_exit(prev_state); in spitfire_data_access_exception()
2079 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error() local
2123 exception_exit(prev_state); in sun4v_resum_error()
2347 enum ctx_state prev_state = exception_enter(); in do_fpieee() local
2355 exception_exit(prev_state); in do_fpieee()
2360 enum ctx_state prev_state = exception_enter(); in do_fpother() local
2378 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.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()
Dkprobes.c402 enum ctx_state prev_state = exception_enter(); in kprobe_trap() local
420 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.c635 u8 prev_state = vio->hs_state; in vio_control_pkt_engine() local
665 vio->hs_state != prev_state && in vio_control_pkt_engine()
/arch/sparc/mm/
Dfault_64.c269 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault() local
486 exception_exit(prev_state); in do_sparc64_fault()
/arch/x86/kernel/
Dalternative.c1759 static inline void unuse_temporary_mm(temp_mm_state_t prev_state) in unuse_temporary_mm() argument
1762 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()