Home
last modified time | relevance | path

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

/arch/mips/kernel/
A Dtraps.c455 enum ctx_state prev_state; in do_be() local
497 exception_exit(prev_state); in do_be()
756 enum ctx_state prev_state; in do_ov() local
878 enum ctx_state prev_state; in do_fpe() local
1033 enum ctx_state prev_state; in do_bp() local
1119 enum ctx_state prev_state; in do_tr() local
1158 enum ctx_state prev_state; in do_ri() local
1406 enum ctx_state prev_state; in do_cpu() local
1511 enum ctx_state prev_state; in do_msa_fpe() local
1531 enum ctx_state prev_state; in do_msa() local
[all …]
A Dr4k-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()
A Dunaligned.c1519 enum ctx_state prev_state; in do_ade() local
1522 prev_state = exception_enter(); in do_ade()
1601 exception_exit(prev_state); in do_ade()
/arch/mips/mm/
A 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/sparc/kernel/
A Dtraps_64.c190 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local
207 exception_exit(prev_state); in spitfire_insn_access_exception()
326 exception_exit(prev_state); in spitfire_data_access_exception()
2124 exception_exit(prev_state); in sun4v_resum_error()
2356 exception_exit(prev_state); in do_fpieee()
2379 exception_exit(prev_state); in do_fpother()
2398 exception_exit(prev_state); in do_tof()
2417 exception_exit(prev_state); in do_div0()
2611 exception_exit(prev_state); in do_illegal_instruction()
2631 exception_exit(prev_state); in mem_address_unaligned()
[all …]
A Dkgdb_64.c166 enum ctx_state prev_state = exception_enter(); in kgdb_trap() local
180 exception_exit(prev_state); in kgdb_trap()
A 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()
A 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()
A Dkprobes.c402 enum ctx_state prev_state = exception_enter(); in kprobe_trap() local
420 exception_exit(prev_state); in kprobe_trap()
A Dsys_sparc_64.c525 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint() local
538 exception_exit(prev_state); in sparc_breakpoint()
A 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/
A 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/arm/mach-omap2/
A 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()

Completed in 35 milliseconds