Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcontext_tracking.h32 static inline enum ctx_state exception_enter(void) in exception_enter() function
63 static inline enum ctx_state exception_enter(void) { return 0; } in exception_enter() function
/linux-4.1.27/arch/x86/kernel/
Dtraps.c117 prev_state = exception_enter(); in ist_enter()
292 enum ctx_state prev_state = exception_enter(); in do_error_trap()
380 prev_state = exception_enter(); in do_bounds()
461 prev_state = exception_enter(); in do_general_protection()
797 prev_state = exception_enter(); in do_coprocessor_error()
807 prev_state = exception_enter(); in do_simd_coprocessor_error()
877 prev_state = exception_enter(); in do_device_not_available()
906 prev_state = exception_enter(); in do_iret_error()
Dkvm.c268 prev_state = exception_enter(); in do_async_page_fault()
/linux-4.1.27/arch/sparc/kernel/
Dtraps_64.c192 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception()
269 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception()
2006 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error()
2206 enum ctx_state prev_state = exception_enter(); in do_fpieee()
2219 enum ctx_state prev_state = exception_enter(); in do_fpother()
2242 enum ctx_state prev_state = exception_enter(); in do_tof()
2267 enum ctx_state prev_state = exception_enter(); in do_div0()
2443 enum ctx_state prev_state = exception_enter(); in do_illegal_instruction()
2493 enum ctx_state prev_state = exception_enter(); in mem_address_unaligned()
2536 enum ctx_state prev_state = exception_enter(); in do_privop()
[all …]
Dkgdb_64.c165 enum ctx_state prev_state = exception_enter(); in kgdb_trap()
Dsignal_64.c48 enum ctx_state prev_state = exception_enter(); in sparc64_set_context()
147 enum ctx_state prev_state = exception_enter(); in sparc64_get_context()
Dunaligned_64.c589 enum ctx_state prev_state = exception_enter(); in handle_lddfmna()
653 enum ctx_state prev_state = exception_enter(); in handle_stdfmna()
Dkprobes.c422 enum ctx_state prev_state = exception_enter(); in kprobe_trap()
Dsys_sparc_64.c501 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint()
/linux-4.1.27/arch/mips/kernel/
Dtraps.c442 prev_state = exception_enter(); in do_be()
702 prev_state = exception_enter(); in do_ov()
827 prev_state = exception_enter(); in do_fpe()
948 prev_state = exception_enter(); in do_bp()
1028 prev_state = exception_enter(); in do_tr()
1094 prev_state = exception_enter(); in do_ri()
1341 prev_state = exception_enter(); in do_cpu()
1444 prev_state = exception_enter(); in do_msa_fpe()
1464 prev_state = exception_enter(); in do_msa()
1484 prev_state = exception_enter(); in do_mdmx()
[all …]
Dcpu-bugs64.c177 prev_state = exception_enter(); in do_daddi_ov()
Dunaligned.c2146 prev_state = exception_enter(); in do_ade()
/linux-4.1.27/arch/powerpc/kernel/
Dtraps.c700 enum ctx_state prev_state = exception_enter(); in machine_check_exception()
767 enum ctx_state prev_state = exception_enter(); in unknown_exception()
779 enum ctx_state prev_state = exception_enter(); in instruction_breakpoint_exception()
799 enum ctx_state prev_state = exception_enter(); in single_step_exception()
1137 enum ctx_state prev_state = exception_enter(); in program_check_exception()
1260 enum ctx_state prev_state = exception_enter(); in alignment_exception()
1323 enum ctx_state prev_state = exception_enter(); in kernel_fp_unavailable_exception()
1334 enum ctx_state prev_state = exception_enter(); in altivec_unavailable_exception()
/linux-4.1.27/arch/tile/kernel/
Dtraps.c257 enum ctx_state prev_state = exception_enter(); in do_trap()
Dptrace.c322 enum ctx_state prev_state = exception_enter(); in do_breakpoint()
Dsingle_step.c742 enum ctx_state prev_state = exception_enter(); in gx_singlestep_handle()
Dunaligned.c1452 enum ctx_state prev_state = exception_enter(); in do_unaligned()
/linux-4.1.27/arch/mips/mm/
Dfault.c339 prev_state = exception_enter(); in do_page_fault()
/linux-4.1.27/arch/powerpc/mm/
Dfault.c211 enum ctx_state prev_state = exception_enter(); in do_page_fault()
Dhash_utils_64.c996 enum ctx_state prev_state = exception_enter(); in hash_page_mm()
1422 enum ctx_state prev_state = exception_enter(); in low_hash_fault()
/linux-4.1.27/arch/x86/mm/
Dfault.c1303 prev_state = exception_enter(); in do_page_fault()
1332 prev_state = exception_enter(); in trace_do_page_fault()
/linux-4.1.27/arch/sparc/mm/
Dfault_64.c284 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault()
/linux-4.1.27/arch/tile/mm/
Dfault.c706 enum ctx_state prev_state = exception_enter(); in do_page_fault()
/linux-4.1.27/kernel/sched/
Dcore.c2851 enum ctx_state prev_state = exception_enter(); in schedule_user()
2933 prev_ctx = exception_enter(); in preempt_schedule_context()
2959 prev_state = exception_enter(); in preempt_schedule_irq()