Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe-cmp.c34 vpe->state = VPE_STATE_UNUSED; in store_kill()
178 if (v->state != VPE_STATE_UNUSED) in vpe_module_exit()
H A Dvpe-mt.c252 v->state = VPE_STATE_UNUSED; in vpe_free()
518 if (v->state != VPE_STATE_UNUSED) in vpe_module_exit()
H A Dvpe.c787 if (state != VPE_STATE_UNUSED) { in vpe_open()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dvpe.h42 VPE_STATE_UNUSED = 0, enumerator