vmm_alloc_vpid_vcpu
int vmm_alloc_vpid_vcpu(uint16_t *, struct vcpu *);
return vmm_alloc_vpid_vcpu(vpid, NULL);
return vmm_alloc_vpid_vcpu(asid, vcpu);