Home
last modified time | relevance | path

Searched refs:diag1 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/include/asm/
H A Dtraps.h59 asmlinkage void do_gsexc(struct pt_regs *regs, u32 diag1);
/linux/arch/mips/kernel/
H A Dtraps.c1910 asmlinkage void do_gsexc(struct pt_regs *regs, u32 diag1) in do_gsexc() argument
1912 u32 exccode = (diag1 & LOONGSON_DIAG1_EXCCODE) >> in do_gsexc()
1935 panic("Unhandled Loongson exception - GSCause = %08x", diag1); in do_gsexc()