Searched refs:exception_exit (Results 1 – 13 of 13) 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_state); 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()
7103 exception_exit(prev_state); in schedule_user()7239 exception_exit(prev_ctx); in preempt_schedule_notrace()7293 exception_exit(prev_state); in preempt_schedule_irq()
11178 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit) in check_reference_leak() argument11186 if (!exception_exit && cur_func(env)->frameno) in check_reference_leak()11195 if (type == BPF_PROG_TYPE_STRUCT_OPS && !exception_exit && in check_reference_leak()11205 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak() argument11214 err = check_reference_leak(env, exception_exit); in check_resource_leak()19788 bool exception_exit) in process_bpf_exit_full() argument19796 int err = check_resource_leak(env, exception_exit, in process_bpf_exit_full()19811 if (exception_exit) in process_bpf_exit_full()
957 Architecture neither relies on exception_enter()/exception_exit()