Home
last modified time | relevance | path

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

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