Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/sparc/kernel/
Dtraps_64.c188 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception()
293 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception()
2084 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error()
2353 enum ctx_state prev_state = exception_enter(); in do_fpieee()
2366 enum ctx_state prev_state = exception_enter(); in do_fpother()
2389 enum ctx_state prev_state = exception_enter(); in do_tof()
2409 enum ctx_state prev_state = exception_enter(); in do_div0()
2580 enum ctx_state prev_state = exception_enter(); in do_illegal_instruction()
2624 enum ctx_state prev_state = exception_enter(); in mem_address_unaligned()
2707 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.c504 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint()
/Linux-v4.19/arch/mips/kernel/
Dtraps.c445 prev_state = exception_enter(); in do_be()
702 prev_state = exception_enter(); in do_ov()
829 prev_state = exception_enter(); in do_fpe()
950 prev_state = exception_enter(); in do_bp()
1043 prev_state = exception_enter(); in do_tr()
1108 prev_state = exception_enter(); in do_ri()
1337 prev_state = exception_enter(); in do_cpu()
1426 prev_state = exception_enter(); in do_msa_fpe()
1447 prev_state = exception_enter(); in do_msa()
1467 prev_state = exception_enter(); in do_mdmx()
[all …]
Dcpu-bugs64.c177 prev_state = exception_enter(); in do_daddi_ov()
Dunaligned.c2290 prev_state = exception_enter(); in do_ade()
/Linux-v4.19/arch/powerpc/kernel/
Dtraps.c998 enum ctx_state prev_state = exception_enter(); in unknown_exception()
1010 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception()
1030 enum ctx_state prev_state = exception_enter(); in single_step_exception()
1373 enum ctx_state prev_state = exception_enter(); in program_check_exception()
1504 enum ctx_state prev_state = exception_enter(); in alignment_exception()
1560 enum ctx_state prev_state = exception_enter(); in kernel_fp_unavailable_exception()
1571 enum ctx_state prev_state = exception_enter(); in altivec_unavailable_exception()
/Linux-v4.19/arch/mips/mm/
Dfault.c332 prev_state = exception_enter(); in do_page_fault()
/Linux-v4.19/arch/powerpc/mm/
Dslb.c464 enum ctx_state prev_state = exception_enter(); in slb_miss_large_addr()
Dfault.c607 enum ctx_state prev_state = exception_enter(); in do_page_fault()
Dhash_utils_64.c1221 enum ctx_state prev_state = exception_enter(); in hash_page_mm()
1732 enum ctx_state prev_state = exception_enter(); in low_hash_fault()
/Linux-v4.19/arch/sparc/mm/
Dfault_64.c277 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault()
/Linux-v4.19/arch/x86/kernel/
Dkvm.c268 prev_state = exception_enter(); in do_async_page_fault()
/Linux-v4.19/arch/x86/mm/
Dfault.c1466 prev_state = exception_enter(); in do_page_fault()
/Linux-v4.19/kernel/sched/
Dcore.c3561 enum ctx_state prev_state = exception_enter(); in schedule_user()
3670 prev_ctx = exception_enter(); in preempt_schedule_notrace()
3695 prev_state = exception_enter(); in preempt_schedule_irq()