Searched refs:bhyve_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/
H A Dx86.c55 static const char bhyve_id[12] = "bhyve bhyve "; variable
471 bcopy(bhyve_id, &regs[1], 4);
472 bcopy(bhyve_id + 4, &regs[2], 4);
473 bcopy(bhyve_id + 8, &regs[3], 4);

Completed in 44 milliseconds