Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmx.c214 static u_int vpid_alloc_failed; variable
215 SYSCTL_UINT(_hw_vmm_vmx, OID_AUTO, vpid_alloc_failed, CTLFLAG_RD,
216 &vpid_alloc_failed, 0, NULL);
549 atomic_add_int(&vpid_alloc_failed, 1); in vpid_alloc()