Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcontext_tracking.h48 static inline enum ctx_state exception_enter(void) in exception_enter() function
88 static inline enum ctx_state exception_enter(void) { return 0; } in exception_enter() function
/Linux-v5.4/arch/sparc/kernel/
Dtraps_64.c189 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception()
294 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception()
2082 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error()
2351 enum ctx_state prev_state = exception_enter(); in do_fpieee()
2364 enum ctx_state prev_state = exception_enter(); in do_fpother()
2387 enum ctx_state prev_state = exception_enter(); in do_tof()
2407 enum ctx_state prev_state = exception_enter(); in do_div0()
2579 enum ctx_state prev_state = exception_enter(); in do_illegal_instruction()
2623 enum ctx_state prev_state = exception_enter(); in mem_address_unaligned()
2706 enum ctx_state prev_state = exception_enter(); in do_privop()
[all …]
Dkgdb_64.c166 enum ctx_state prev_state = exception_enter(); in kgdb_trap()
Dsignal_64.c46 enum ctx_state prev_state = exception_enter(); in sparc64_set_context()
145 enum ctx_state prev_state = exception_enter(); in sparc64_get_context()
Dunaligned_64.c598 enum ctx_state prev_state = exception_enter(); in handle_lddfmna()
662 enum ctx_state prev_state = exception_enter(); in handle_stdfmna()
Dkprobes.c419 enum ctx_state prev_state = exception_enter(); in kprobe_trap()
Dsys_sparc_64.c508 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint()
/Linux-v5.4/arch/mips/kernel/
Dtraps.c448 prev_state = exception_enter(); in do_be()
705 prev_state = exception_enter(); in do_ov()
831 prev_state = exception_enter(); in do_fpe()
989 prev_state = exception_enter(); in do_bp()
1082 prev_state = exception_enter(); in do_tr()
1147 prev_state = exception_enter(); in do_ri()
1355 prev_state = exception_enter(); in do_cpu()
1456 prev_state = exception_enter(); in do_msa_fpe()
1477 prev_state = exception_enter(); in do_msa()
1497 prev_state = exception_enter(); in do_mdmx()
[all …]
Dcpu-bugs64.c175 prev_state = exception_enter(); in do_daddi_ov()
Dunaligned.c2296 prev_state = exception_enter(); in do_ade()
/Linux-v5.4/arch/powerpc/kernel/
Dtraps.c1080 enum ctx_state prev_state = exception_enter(); in unknown_exception()
1092 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception()
1112 enum ctx_state prev_state = exception_enter(); in single_step_exception()
1455 enum ctx_state prev_state = exception_enter(); in program_check_exception()
1587 enum ctx_state prev_state = exception_enter(); in alignment_exception()
1635 enum ctx_state prev_state = exception_enter(); in kernel_fp_unavailable_exception()
1646 enum ctx_state prev_state = exception_enter(); in altivec_unavailable_exception()
/Linux-v5.4/arch/mips/mm/
Dfault.c332 prev_state = exception_enter(); in do_page_fault()
/Linux-v5.4/arch/powerpc/mm/
Dfault.c633 enum ctx_state prev_state = exception_enter(); in do_page_fault()
/Linux-v5.4/arch/sparc/mm/
Dfault_64.c263 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault()
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_utils.c1240 enum ctx_state prev_state = exception_enter(); in hash_page_mm()
1814 enum ctx_state prev_state = exception_enter(); in low_hash_fault()
/Linux-v5.4/arch/x86/kernel/
Dkvm.c255 prev_state = exception_enter(); in do_async_page_fault()
/Linux-v5.4/arch/x86/mm/
Dfault.c1528 prev_state = exception_enter(); in do_page_fault()
/Linux-v5.4/kernel/sched/
Dcore.c4190 enum ctx_state prev_state = exception_enter(); in schedule_user()
4298 prev_ctx = exception_enter(); in preempt_schedule_notrace()
4323 prev_state = exception_enter(); in preempt_schedule_irq()