Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/kernel/cpu/shmobile/
Dpm.c37 (SUSP_SH_RSTANDBY | SUSP_SH_MMU | SUSP_SH_REGS | SUSP_SH_SF)
61 if (mode & SUSP_SH_MMU) in sh_mobile_call_standby()
Dsleep.S100 tst #SUSP_SH_MMU, r0
297 tst #SUSP_SH_MMU, r0
/linux-2.6.39/arch/sh/include/asm/
Dsuspend.h94 #define SUSP_SH_MMU (1 << 5) /* Save/restore MMU and cache */ macro