Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/kernel/
Dtraps.c294 …long afsr, unsigned long afar, unsigned long udbh, unsigned long udbl, int tl1, struct pt_regs *re… in spitfire_cee_log() argument
299 smp_processor_id(), afsr, afar, udbl, udbh, tl1); in spitfire_cee_log()
309 …d long afar, unsigned long udbh, unsigned long udbl, unsigned long tt, int tl1, struct pt_regs *re… in spitfire_ue_log() argument
315 smp_processor_id(), afsr, afar, udbl, udbh, tt, tl1); in spitfire_ue_log()
324 if (tl1) in spitfire_ue_log()
352 int tl1; in spitfire_access_error() local
356 tl1 = (status_encoded & SFSTAT_TL_GT_ONE) ? 1 : 0; in spitfire_access_error()
373 spitfire_ue_log(afsr, afar, udbh, udbl, tt, tl1, regs); in spitfire_access_error()
398 spitfire_cee_log(afsr, afar, udbh, udbl, tl1, regs); in spitfire_access_error()