Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dvpe.h42 VPE_STATE_INUSE, enumerator
/linux-6.1.9/arch/mips/kernel/
Dvpe-mt.c187 v->state = VPE_STATE_INUSE; in vpe_alloc()
Dvpe.c770 state = xchg(&v->state, VPE_STATE_INUSE); in vpe_open()