Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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_state); 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-6.15/arch/sparc/kernel/
H A Dtraps_64.c207 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()
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()
H A Dsys_sparc_64.c538 exception_exit(prev_state); in sparc_breakpoint()
/linux-6.15/arch/mips/mm/
H A Dfault.c331 exception_exit(prev_state); in do_page_fault()
/linux-6.15/arch/sparc/mm/
H A Dfault_64.c486 exception_exit(prev_state); in do_sparc64_fault()
/linux-6.15/kernel/sched/
H A Dcore.c6905 exception_exit(prev_state); in schedule_user()
7041 exception_exit(prev_ctx); in preempt_schedule_notrace()
7095 exception_exit(prev_state); in preempt_schedule_irq()
/linux-6.15/kernel/bpf/
H A Dverifier.c11044 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit) in check_reference_leak() argument
11052 if (!exception_exit && cur_func(env)->frameno) in check_reference_leak()
11061 if (type == BPF_PROG_TYPE_STRUCT_OPS && !exception_exit && in check_reference_leak()
11071 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak() argument
11080 err = check_reference_leak(env, exception_exit); in check_resource_leak()
19403 bool exception_exit = false; in do_check() local
19580 exception_exit = true; in do_check()
19622 err = check_resource_leak(env, exception_exit, !env->cur_state->curframe, in do_check()
19637 if (exception_exit) in do_check()
/linux-6.15/arch/
H A DKconfig941 Architecture neither relies on exception_enter()/exception_exit()