Searched refs:WBV_040 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/m68k/kernel/
H A Dtraps.c242 if (fp->un.fmt7.wb1s & WBV_040)
246 if ((fp->un.fmt7.wb2s & WBV_040) &&
257 if (fp->un.fmt7.wb3s & WBV_040 && (!res || fp->un.fmt7.wb3s & 4)) {
265 fp->un.fmt7.wb3s &= (~WBV_040);
343 fp->un.fmt7.wb2s &= ~WBV_040;
345 fp->un.fmt7.wb3s &= ~WBV_040;
/linux-master/arch/m68k/include/asm/
H A Dtraps.h143 #define WBV_040 (0x80) macro

Completed in 148 milliseconds