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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dtraps.c408 struct cheetah_err_info *cheetah_error_log; variable in typeref:struct:cheetah_err_info
415 if (!cheetah_error_log)
418 p = cheetah_error_log + (cpu * 2);
510 cheetah_error_log = (struct cheetah_err_info *)
512 if (!cheetah_error_log) {
517 memset(cheetah_error_log, 0, PAGE_SIZE << order);
523 cheetah_error_log[i].afsr = CHAFSR_INVALID;
H A Dentry.S914 sethi %hi(cheetah_error_log), %g3; \
915 ldx [%g3 + %lo(cheetah_error_log)], %g3; \

Completed in 95 milliseconds