Searched refs:exception_exit (Results 1 – 15 of 15) 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()
207 exception_exit(prev_state); in spitfire_insn_access_exception()326 exception_exit(prev_state); in spitfire_data_access_exception()2124 exception_exit(prev_state); in sun4v_resum_error()2356 exception_exit(prev_state); in do_fpieee()2379 exception_exit(prev_state); in do_fpother()2398 exception_exit(prev_state); in do_tof()2417 exception_exit(prev_state); in do_div0()2611 exception_exit(prev_state); in do_illegal_instruction()2631 exception_exit(prev_state); in mem_address_unaligned()2711 exception_exit(prev_state); in do_privop()
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()
538 exception_exit(prev_state); in sparc_breakpoint()
331 exception_exit(prev_state); in do_page_fault()
486 exception_exit(prev_state); in do_sparc64_fault()
7053 exception_exit(prev_state); in schedule_user()7189 exception_exit(prev_ctx); in preempt_schedule_notrace()7243 exception_exit(prev_state); in preempt_schedule_irq()
11449 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit) in check_reference_leak() argument11457 if (!exception_exit && cur_func(env)->frameno) in check_reference_leak()11466 if (type == BPF_PROG_TYPE_STRUCT_OPS && !exception_exit && in check_reference_leak()11476 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak() argument11485 err = check_reference_leak(env, exception_exit); in check_resource_leak()20941 bool exception_exit) in process_bpf_exit_full() argument20949 int err = check_resource_leak(env, exception_exit, in process_bpf_exit_full()20950 exception_exit || !env->cur_state->curframe, in process_bpf_exit_full()20951 exception_exit ? "bpf_throw" : in process_bpf_exit_full()20965 if (exception_exit) in process_bpf_exit_full()
1010 Architecture neither relies on exception_enter()/exception_exit()