Searched refs:tl1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dtraps_64.c119 if (notify_die(DIE_TRAP_TL1, "bad trap tl1", regs,
212 if (notify_die(DIE_TRAP_TL1, "instruction access exception tl1", regs,
245 if (notify_die(DIE_TRAP_TL1, "instruction access exception tl1", regs,
331 if (notify_die(DIE_TRAP_TL1, "data access exception tl1", regs,
401 if (notify_die(DIE_TRAP_TL1, "data access exception tl1", regs,
514 static void spitfire_cee_log(unsigned long afsr, unsigned long afar, unsigned long udbh, unsigned long udbl, int tl1, struct pt_regs *regs) argument
519 smp_processor_id(), afsr, afar, udbl, udbh, tl1);
535 static void spitfire_ue_log(unsigned long afsr, unsigned long afar, unsigned long udbh, unsigned long udbl, unsigned long tt, int tl1, struct pt_regs *regs) argument
539 smp_processor_id(), afsr, afar, udbl, udbh, tt, tl1);
554 if (tl1)
577 int tl1; local
[all...]

Completed in 253 milliseconds