Home
last modified time | relevance | path

Searched refs:handle_fault (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dcrash.c60 static int handle_fault(struct pt_regs *regs) in handle_fault() function
153 __debugger = handle_fault; in crash_kexec_prepare_cpus()
357 __debugger_fault_handler = handle_fault; in default_machine_crash_shutdown()
/kernel/linux/linux-5.10/arch/s390/kvm/
Dvsie.c903 static int handle_fault(struct kvm_vcpu *vcpu, struct vsie_page *vsie_page) in handle_fault() function
1144 return handle_fault(vcpu, vsie_page); in do_vsie_run()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c125 static int handle_fault(struct pt_regs *);
833 handle_fault(regs); /* doesn't return */ in xmon_fault_handler()
2235 static int handle_fault(struct pt_regs *regs) in handle_fault() function