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

/freebsd-13-stable/stand/efi/loader/
H A Dcopy.c62 char hv_vendor[16]; local
73 ((uint32_t *)&hv_vendor)[0] = regs[1];
74 ((uint32_t *)&hv_vendor)[1] = regs[2];
75 ((uint32_t *)&hv_vendor)[2] = regs[3];
76 hv_vendor[12] = '\0';
77 if (strcmp(hv_vendor, "Microsoft Hv") != 0)
/freebsd-13-stable/sys/x86/include/
H A Dx86_var.h76 extern char hv_vendor[];
/freebsd-13-stable/sys/x86/x86/
H A Didentcpu.c173 char hv_vendor[16]; variable
174 SYSCTL_STRING(_hw, OID_AUTO, hv_vendor, CTLFLAG_RD | CTLFLAG_MPSAFE, hv_vendor,
1433 ((u_int *)&hv_vendor)[0] = regs[1];
1434 ((u_int *)&hv_vendor)[1] = regs[2];
1435 ((u_int *)&hv_vendor)[2] = regs[3];
1436 hv_vendor[12] = '\0';
1464 if (*hv_vendor != '\0')
2657 if (*hv_vendor != '\0')
2658 printf("Hypervisor: Origin = \"%s\"\n", hv_vendor);
[all...]

Completed in 119 milliseconds