Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dpstate.h54 #define TSTATE_MM _AC(0x000000000000c000,UL) /* Memory Model. */ macro
/linux-3.4.99/arch/sparc/kernel/
Dsys_sparc_64.c726 regs->tstate = (regs->tstate & ~TSTATE_MM) | (model << 14); in sparc_memory_ordering()