Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dacpi_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()
H A Dtpm_device.c35 struct tpm_emul *emul; member
H A Dtpm_intf_crb.c178 struct tpm_emul *emul; member
467 tpm_crb_init(void **sc, struct tpm_emul *emul, void *emul_sc, in tpm_crb_init()
H A Dpci_emul.c274 char *emul, *config, *str, *cp; in pci_parse_slot() local
1525 const char *emul; in init_pci() local
/freebsd/sys/contrib/xen/
H A Dvm_event.h423 } emul; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp171 static std::tuple<ELFKind, uint16_t, uint8_t> parseEmulation(StringRef emul) { in parseEmulation()