Home
last modified time | relevance | path

Searched refs:exception_enter (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dcontext_tracking.h51 static inline enum ctx_state exception_enter(void) in exception_enter() function
98 static inline int exception_enter(void) { return 0; } in exception_enter() function
/linux/arch/mips/kernel/
H A Dtraps.c457 prev_state = exception_enter(); in do_be()
758 prev_state = exception_enter(); in do_ov()
882 prev_state = exception_enter(); in do_fpe()
1036 prev_state = exception_enter(); in do_bp()
1124 prev_state = exception_enter(); in do_tr()
1188 prev_state = exception_enter(); in do_ri()
1413 prev_state = exception_enter(); in do_cpu()
1513 prev_state = exception_enter(); in do_msa_fpe()
1534 prev_state = exception_enter(); in do_msa()
1554 prev_state = exception_enter(); in do_mdmx()
[all...]
H A Dr4k-bugs64.c177 prev_state = exception_enter(); in do_daddi_ov()
H A Dunaligned.c1522 prev_state = exception_enter(); in do_ade()
/linux/arch/sparc/kernel/
H A Dkgdb_64.c166 enum ctx_state prev_state = exception_enter(); in kgdb_trap()
H A Dunaligned_64.c598 enum ctx_state prev_state = exception_enter(); in handle_lddfmna()
662 enum ctx_state prev_state = exception_enter(); in handle_stdfmna()
H A Dsignal_64.c45 enum ctx_state prev_state = exception_enter(); in sparc64_set_context()
144 enum ctx_state prev_state = exception_enter(); in sparc64_get_context()
H A Dkprobes.c402 enum ctx_state prev_state = exception_enter(); in kprobe_trap()
H A Dsys_sparc_64.c525 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint()
/linux/arch/mips/mm/
H A Dfault.c329 prev_state = exception_enter(); in do_page_fault()
/linux/arch/sparc/mm/
H A Dfault_64.c269 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault()
/linux/arch/
H A DKconfig957 Architecture neither relies on exception_enter()/exception_exit()