Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/
Dprocessor.h203 #define MF_FIXADE 1 /* Fix address errors in software */ macro
234 MF_FIXADE, { 0 }, 0, 0 \
/linux-2.4.37.9/include/asm-mips64/
Dprocessor.h237 #define MF_FIXADE 1 /* Fix address errors in software */ macro
275 MF_FIXADE, KERNEL_DS, 0, 0 \
/linux-2.4.37.9/arch/mips/kernel/
Dunaligned.c525 if ((current->thread.mflags & MF_FIXADE) == 0) in do_ade()
/linux-2.4.37.9/arch/mips64/kernel/
Dunaligned.c525 if ((current->thread.mflags & MF_FIXADE) == 0) in do_ade()