Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcontext_tracking.h66 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit() function
99 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit() function
/linux/arch/mips/kernel/
H A Dtraps.c497 exception_exit(prev_state); in do_be()
762 exception_exit(prev_state); in do_ov()
927 exception_exit(prev_state); in do_fpe()
1108 exception_exit(prev_state); in do_bp()
1145 exception_exit(prev_state); in do_tr()
1244 exception_exit(prev_state); in do_ri()
1506 exception_exit(prev_state); in do_cpu()
1526 exception_exit(prev_state); in do_msa_fpe()
1547 exception_exit(prev_state); in do_msa()
1556 exception_exit(prev_stat in do_mdmx()
[all...]
H A Dr4k-bugs64.c180 exception_exit(prev_state); in do_daddi_ov()
H A Dunaligned.c1601 exception_exit(prev_state); in do_ade()
/linux/arch/sparc/kernel/
H A Dkgdb_64.c180 exception_exit(prev_state); in kgdb_trap()
H A Dunaligned_64.c657 exception_exit(prev_state); in handle_lddfmna()
708 exception_exit(prev_state); in handle_stdfmna()
H A Dsignal_64.c133 exception_exit(prev_state); in sparc64_set_context()
227 exception_exit(prev_state); in sparc64_get_context()
H A Dkprobes.c420 exception_exit(prev_state); in kprobe_trap()
/linux/arch/mips/mm/
H A Dfault.c331 exception_exit(prev_state); in do_page_fault()
/linux/arch/sparc/mm/
H A Dfault_64.c486 exception_exit(prev_state); in do_sparc64_fault()
/linux/kernel/sched/
H A Dcore.c6902 exception_exit(prev_state); in schedule_user()
7038 exception_exit(prev_ctx); in preempt_schedule_notrace()
7092 exception_exit(prev_state); in preempt_schedule_irq()
/linux/kernel/bpf/
H A Dverifier.c10752 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit) in check_reference_leak() argument
10758 if (!exception_exit && cur_func(env)->frameno) in check_reference_leak()
10771 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak() argument
10780 err = check_reference_leak(env, exception_exit); in check_resource_leak()
18946 bool exception_exit = false; in do_check() local
19166 exception_exit = true; in do_check()
19208 err = check_resource_leak(env, exception_exit, !env->cur_state->curframe, in do_check()
19223 if (exception_exit) in do_check()