Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/kernel/
Dtraps.c256 unsigned long mmusr; in probe040() local
266 asm volatile (".chip 68040; movec %%mmusr,%0; .chip 68k" : "=r" (mmusr)); in probe040()
270 return mmusr; in probe040()
373 unsigned long mmusr; in access_error040() local
396 mmusr = probe040(!(ssw & RW_040), addr, ssw); in access_error040()
398 printk("mmusr = %lx\n", mmusr); in access_error040()
401 if (!(mmusr & MMU_R_040)) { in access_error040()
574 unsigned short mmusr; in bus_error030() local
613 mmusr = temp; in bus_error030()
617 mmusr, addr, current); in bus_error030()
[all …]