Home
last modified time | relevance | path

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

/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c172 static void handle_trap(int pid, struct uml_pt_regs *regs) in handle_trap() function
533 handle_trap(pid, regs); in userspace()
/linux-6.15/arch/nios2/kernel/
H A Dentry.S74 .word handle_trap /* 3 - Trap Instruction */
163 ENTRY(handle_trap)
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S61 bl handle_trap
H A Dhyp-main.c672 void handle_trap(struct kvm_cpu_context *host_ctxt) in handle_trap() function
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_asm.h291 void handle_trap(struct kvm_cpu_context *host_ctxt);
/linux-6.15/arch/mips/include/asm/
H A Dkvm_host.h726 int (*handle_trap)(struct kvm_vcpu *vcpu); member
/linux-6.15/arch/mips/kvm/
H A Dmips.c1268 ret = kvm_mips_callbacks->handle_trap(vcpu); in __kvm_mips_handle_exit()