Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dsvm.c1180 static u32 next_vm_id = 0; variable
1958 vm_id = next_vm_id = (next_vm_id + 1) & AVIC_VM_ID_MASK; in avic_vm_init()