Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c72 static u32 next_vm_id = 0; variable
221 vm_id = next_vm_id = (next_vm_id + 1) & AVIC_VM_ID_MASK; in avic_vm_init()