Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/kernel/
Dtraps_64.c189 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()
2081 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error()
2350 enum ctx_state prev_state = exception_enter(); in do_fpieee()
2363 enum ctx_state prev_state = exception_enter(); in do_fpother()
2386 enum ctx_state prev_state = exception_enter(); in do_tof()
2406 enum ctx_state prev_state = exception_enter(); in do_div0()
2578 enum ctx_state prev_state = exception_enter(); in do_illegal_instruction()
2622 enum ctx_state prev_state = exception_enter(); in mem_address_unaligned()
2705 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.c45 enum ctx_state prev_state = exception_enter(); in sparc64_set_context()
144 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()
/kernel/linux/linux-5.10/include/linux/
Dcontext_tracking.h50 static inline enum ctx_state exception_enter(void) in exception_enter() function
90 static inline enum ctx_state exception_enter(void) { return 0; } in exception_enter() function
/kernel/linux/linux-5.10/arch/mips/kernel/
Dtraps.c446 prev_state = exception_enter(); in do_be()
747 prev_state = exception_enter(); in do_ov()
873 prev_state = exception_enter(); in do_fpe()
1031 prev_state = exception_enter(); in do_bp()
1124 prev_state = exception_enter(); in do_tr()
1189 prev_state = exception_enter(); in do_ri()
1414 prev_state = exception_enter(); in do_cpu()
1514 prev_state = exception_enter(); in do_msa_fpe()
1535 prev_state = exception_enter(); in do_msa()
1555 prev_state = exception_enter(); in do_mdmx()
[all …]
Dr4k-bugs64.c175 prev_state = exception_enter(); in do_daddi_ov()
Dunaligned.c1521 prev_state = exception_enter(); in do_ade()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtraps.c1098 enum ctx_state prev_state = exception_enter(); in unknown_exception()
1110 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception()
1130 enum ctx_state prev_state = exception_enter(); in single_step_exception()
1473 enum ctx_state prev_state = exception_enter(); in program_check_exception()
1605 enum ctx_state prev_state = exception_enter(); in alignment_exception()
1664 enum ctx_state prev_state = exception_enter(); in stack_overflow_exception()
1673 enum ctx_state prev_state = exception_enter(); in kernel_fp_unavailable_exception()
1684 enum ctx_state prev_state = exception_enter(); in altivec_unavailable_exception()
/kernel/linux/linux-5.10/arch/mips/mm/
Dfault.c329 prev_state = exception_enter(); in do_page_fault()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dfault.c546 enum ctx_state prev_state = exception_enter(); in do_page_fault()
/kernel/linux/linux-5.10/arch/sparc/mm/
Dfault_64.c266 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c1302 enum ctx_state prev_state = exception_enter(); in hash_page_mm()
1861 enum ctx_state prev_state = exception_enter(); in low_hash_fault()
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c4865 enum ctx_state prev_state = exception_enter(); in schedule_user()
4973 prev_ctx = exception_enter(); in preempt_schedule_notrace()
4998 prev_state = exception_enter(); in preempt_schedule_irq()