Home
last modified time | relevance | path

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

/Linux-v6.6/arch/nios2/kernel/
Dentry.S74 .word handle_trap /* 3 - Trap Instruction */
163 ENTRY(handle_trap)
/Linux-v6.6/arch/um/os-Linux/skas/
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()
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/
Dhost.S61 bl handle_trap
Dhyp-main.c411 void handle_trap(struct kvm_cpu_context *host_ctxt) in handle_trap() function
/Linux-v6.6/arch/arm64/include/asm/
Dkvm_asm.h283 void handle_trap(struct kvm_cpu_context *host_ctxt);
/Linux-v6.6/arch/mips/include/asm/
Dkvm_host.h726 int (*handle_trap)(struct kvm_vcpu *vcpu); member
/Linux-v6.6/arch/mips/kvm/
Dmips.c1271 ret = kvm_mips_callbacks->handle_trap(vcpu); in __kvm_mips_handle_exit()