Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dvpe.h37 VPE_STATE_UNUSED = 0, enumerator
/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c251 v->state = VPE_STATE_UNUSED; in vpe_free()
516 if (v->state != VPE_STATE_UNUSED) in vpe_module_exit()
H A Dvpe.c770 if (state != VPE_STATE_UNUSED) { in vpe_open()