Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dvpe.h38 VPE_STATE_INUSE, enumerator
/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c186 v->state = VPE_STATE_INUSE; in vpe_alloc()
H A Dvpe.c769 state = xchg(&v->state, VPE_STATE_INUSE); in vpe_open()