Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Dprocessor.h92 #define SPARC_FLAG_UNALIGNED 0x2 /* is allowed to do unaligned accesses */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dprocessor.h106 #define SPARC_FLAG_UNALIGNED 0x01 /* is allowed to do unaligned accesses */ macro
/linux-2.4.37.9/arch/sparc/kernel/
Dunaligned.c478 if(!(current->thread.flags & SPARC_FLAG_UNALIGNED) || in user_unaligned_trap()