Home
last modified time | relevance | path

Searched defs:emul (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/usr.sbin/bhyve/
HDacpi_device.c47 const struct acpi_device_emul *emul; member
53 struct vmctx *const vm_ctx, const struct acpi_device_emul *const emul) in acpi_device_create()
HDtpm_device.c35 struct tpm_emul *emul; member
HDtpm_intf_crb.c179 struct tpm_emul *emul; member
468 tpm_crb_init(void **sc, struct tpm_emul *emul, void *emul_sc, in tpm_crb_init()
HDpci_emul.c268 char *emul, *config, *str, *cp; in pci_parse_slot() local
1502 const char *emul; in init_pci() local
/freebsd-14-stable/sys/contrib/xen/
HDvm_event.h423 } emul; member
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDDriver.cpp171 static std::tuple<ELFKind, uint16_t, uint8_t> parseEmulation(StringRef emul) { in parseEmulation()