Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/cpu/shmobile/
H A Dpm.c35 (SUSP_SH_RSTANDBY | SUSP_SH_MMU | SUSP_SH_REGS | SUSP_SH_SF)
59 if (mode & SUSP_SH_MMU) in sh_mobile_call_standby()
H A Dsleep.S97 tst #SUSP_SH_MMU, r0
294 tst #SUSP_SH_MMU, r0
/openbmc/linux/arch/sh/include/asm/
H A Dsuspend.h94 #define SUSP_SH_MMU (1 << 5) /* Save/restore MMU and cache */ macro