Home
last modified time | relevance | path

Searched refs:handle_trap (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/riscv/lib/
H A Dinterrupts.c67 ulong handle_trap(ulong cause, ulong epc, struct pt_regs *regs) in handle_trap() function
/openbmc/linux/arch/nios2/kernel/
H A Dentry.S74 .word handle_trap /* 3 - Trap Instruction */
163 ENTRY(handle_trap)
/openbmc/u-boot/arch/riscv/cpu/
H A Dmtrap.S68 jal handle_trap
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c184 static void handle_trap(int pid, struct uml_pt_regs *regs, in handle_trap() function
477 handle_trap(pid, regs, local_using_sysemu); in userspace()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S61 bl handle_trap
H A Dhyp-main.c411 void handle_trap(struct kvm_cpu_context *host_ctxt) in handle_trap() function
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_asm.h283 void handle_trap(struct kvm_cpu_context *host_ctxt);
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h726 int (*handle_trap)(struct kvm_vcpu *vcpu); member
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1271 ret = kvm_mips_callbacks->handle_trap(vcpu); in __kvm_mips_handle_exit()