Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/vmm/intel/
Dvmx.c203 static u_int vpid_alloc_failed; variable
204 SYSCTL_UINT(_hw_vmm_vmx, OID_AUTO, vpid_alloc_failed, CTLFLAG_RD,
205 &vpid_alloc_failed, 0, NULL);
546 atomic_add_int(&vpid_alloc_failed, 1); in vpid_alloc()