Home
last modified time | relevance | path

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

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