Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dprocess.c2396 mtspr(SPRN_CTRLT, CTRL_RUNLATCH); in __ppc64_runlatch_on()
2405 ctrl |= CTRL_RUNLATCH; in __ppc64_runlatch_on()
2425 ctrl &= ~CTRL_RUNLATCH; in __ppc64_runlatch_off()
/linux/arch/powerpc/include/asm/
H A Dreg.h279 #define CTRL_RUNLATCH 0x1 macro