Searched refs:exception_exit (Results 1 – 12 of 12) sorted by relevance
66 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit() function99 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit() function
497 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...]
180 exception_exit(prev_state); in do_daddi_ov()
1601 exception_exit(prev_state); in do_ade()
180 exception_exit(prev_state); in kgdb_trap()
657 exception_exit(prev_state); in handle_lddfmna()708 exception_exit(prev_state); in handle_stdfmna()
133 exception_exit(prev_state); in sparc64_set_context()227 exception_exit(prev_state); in sparc64_get_context()
420 exception_exit(prev_state); in kprobe_trap()
331 exception_exit(prev_state); in do_page_fault()
486 exception_exit(prev_state); in do_sparc64_fault()
6902 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()
10752 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit) in check_reference_leak() argument10758 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() argument10780 err = check_reference_leak(env, exception_exit); in check_resource_leak()18946 bool exception_exit = false; in do_check() local19166 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()