Home
last modified time | relevance | path

Searched refs:emul (Results 1 – 25 of 35) sorted by relevance

12

/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() argument
57 assert(emul != NULL); in acpi_device_create()
66 dev->emul = emul; in acpi_device_create()
154 assert(dev->emul != NULL); in acpi_device_build_table()
156 if (dev->emul->build_table != NULL) { in acpi_device_build_table()
157 return (dev->emul->build_table(dev)); in acpi_device_build_table()
194 dsdt_line(" Device (%s)", dev->emul->name); in acpi_device_write_dsdt()
196 dsdt_line(" Name (_HID, \"%s\")", dev->emul->hid); in acpi_device_write_dsdt()
204 if (dev->emul->write_dsdt != NULL) { in acpi_device_write_dsdt()
[all …]
H A Dtpm_device.c35 struct tpm_emul *emul; member
118 if (dev->emul != NULL && dev->emul->deinit != NULL) in tpm_device_destroy()
119 dev->emul->deinit(dev->emul_sc); in tpm_device_destroy()
170 dev->emul = *ppemul; in tpm_device_create()
173 if (dev->emul == NULL) { in tpm_device_create()
179 if (dev->emul->init) { in tpm_device_create()
180 error = dev->emul->init(&dev->emul_sc, nvl); in tpm_device_create()
200 error = dev->intf->init(&dev->intf_sc, dev->emul, dev->emul_sc, in tpm_device_create()
H A Dtpm_intf_crb.c178 struct tpm_emul *emul; member
281 (void) crb->emul->execute_cmd(crb->emul_sc, req, in tpm_crb_thread()
467 tpm_crb_init(void **sc, struct tpm_emul *emul, void *emul_sc, in tpm_crb_init() argument
474 assert(emul != NULL); in tpm_crb_init()
485 crb->emul = emul; in tpm_crb_init()
H A Dtpm_intf.h35 int (*init)(void **sc, struct tpm_emul *emul, void *emul_sc,
H A Dacpi_device.h48 struct vmctx *vm_ctx, const struct acpi_device_emul *emul);
H A Dpci_emul.c274 char *emul, *config, *str, *cp; in pci_parse_slot() local
281 emul = config = NULL; in pci_parse_slot()
284 emul = cp + 1; in pci_parse_slot()
285 if ((cp = strchr(emul, ',')) != NULL) { in pci_parse_slot()
313 pde = pci_emul_finddev(emul); in pci_parse_slot()
316 fnum, emul); in pci_parse_slot()
1525 const char *emul; in init_pci() local
1571 emul = get_config_value_node(nvl, "device"); in init_pci()
1572 if (emul == NULL) { in init_pci()
1577 pde = pci_emul_finddev(emul); in init_pci()
[all …]
/freebsd/sys/compat/linux/
H A Dcheck_error.d37 linuxulator*:emul:linux_thread_detach:child_clear_tid_error,
38 linuxulator*:emul:linux_thread_detach:futex_failed,
39 linuxulator*:emul:linux_schedtail:copyout_error,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td197 class VLSSched<int eew, string emul, bit forceMasked = 0> : SchedCommon<
198 [!cast<SchedWrite>("WriteVLDS" # eew # "_" # emul)],
199 [ReadVLDX, ReadVLDSX], emul, eew, forceMasked
203 class VSSSched<int eew, string emul, bit forceMasked = 0> : SchedCommon<
204 [!cast<SchedWrite>("WriteVSTS" # eew # "_" # emul)],
205 [!cast<SchedRead>("ReadVSTS" # eew # "V_" # emul), ReadVSTX, ReadVSTSX],
206 emul, eew, forceMasked
238 class VLSEGSched<int nf, int eew, string emul, bit forceMasked = 0> : SchedCommon<
239 [!cast<SchedWrite>("WriteVLSEG" #nf #"e" #eew #"_" #emul)],
240 [ReadVLDX], emul, eew, forceMasked
[all …]
H A DRISCVInstrInfoVPseudos.td1900 // Calculate emul = eew * lmul / sew
1973 // Calculate emul = eew * lmul / sew
2155 LMULInfo emul,
2160 def suffix # "_" # emul.MX : VPseudoBinaryNoMaskPolicy<RetClass, Op1Class, Op2Class,
2162 def suffix # "_" # emul.MX # "_MASK" : VPseudoBinaryMaskPolicy<RetClass, Op1Class, Op2Class,
2219 // emul = lmul * 16 / sew
2223 defvar emul = !cast<LMULInfo>("V_" # emulMX);
2227 : VPseudoBinaryEmul<m.vrclass, m.vrclass, emul.vrclass, m, emul,
3817 // Calculate emul
[all...]
/freebsd/tools/tools/cd2dvd/
H A Dcd2dvd.sh259 mkisofs -b boot/cdboot -no-emul-boot -r -J \
/freebsd/sys/contrib/xen/
H A Dvm_event.h423 } emul; member
/freebsd/tools/tools/nanobsd/rescue/
H A Dcommon124 -o bootimage="i386;_.w/boot/cdboot" -o no-emul-boot _.disk.iso _.w/
/freebsd/contrib/ntp/ntpd/
H A Dntp_timer.c228 lib$emul(&(1<<EVENT_TIMEOUT), &vmsinc, &0, &vmsinc); in init_timer()
/freebsd/contrib/openbsm/
H A Dconfigure6156 emul=elf
6159 emul="${emul}32"
6162 emul="${emul}64"
6167 emul="${emul}btsmip"
6170 emul="${emul}ltsmip"
6175 emul="${emul}n32"
6178 LD="${LD-ld} -m $emul"
/freebsd/contrib/sqlite3/
H A Dconfigure8222 emul=elf
8225 emul="${emul}32"
8228 emul="${emul}64"
8233 emul="${emul}btsmip"
8236 emul="${emul}ltsmip"
8241 emul="${emul}n32"
8244 LD="${LD-ld} -m $emul"
/freebsd/contrib/libevent/
H A Dconfigure7523 emul=elf
7526 emul="${emul}32"
7529 emul="${emul}64"
7534 emul="${emul}btsmip"
7537 emul="${emul}ltsmip"
7542 emul="${emul}n32"
7545 LD="${LD-ld} -m $emul"
/freebsd/contrib/file/
H A Dconfigure8297 emul=elf
8300 emul="${emul}32"
8303 emul="${emul}64"
8308 emul="${emul}btsmip"
8311 emul="${emul}ltsmip"
8316 emul="${emul}n32"
8319 LD="${LD-ld} -m $emul"
/freebsd/contrib/openpam/
H A Dconfigure8354 emul=elf
8357 emul="${emul}32"
8360 emul="${emul}64"
8365 emul="${emul}btsmip"
8368 emul="${emul}ltsmip"
8373 emul="${emul}n32"
8376 LD="${LD-ld} -m $emul"
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure8244 emul=elf
8247 emul="${emul}32"
8250 emul="${emul}64"
8255 emul="${emul}btsmip"
8258 emul="${emul}ltsmip"
8263 emul
[all...]
/freebsd/contrib/ldns/
H A Dconfigure6896 emul=elf
6899 emul="${emul}32"
6902 emul="${emul}64"
6907 emul="${emul}btsmip"
6910 emul="${emul}ltsmip"
6915 emul="${emul}n32"
6918 LD="${LD-ld} -m $emul"
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp171 static std::tuple<ELFKind, uint16_t, uint8_t> parseEmulation(StringRef emul) { in parseEmulation() argument
173 StringRef s = emul; in parseEmulation()
209 error("unknown emulation: " + emul); in parseEmulation()
/freebsd/contrib/openbsm/m4/
H A Dlibtool.m41345 emul=elf
1348 emul="${emul}32"
1351 emul="${emul}64"
1356 emul="${emul}btsmip"
1359 emul="${emul}ltsmip"
1364 emul="${emul}n32"
1367 LD="${LD-ld} -m $emul"
/freebsd/contrib/openpam/m4/
H A Dlibtool.m41343 emul=elf
1346 emul="${emul}32"
1349 emul="${emul}64"
1354 emul="${emul}btsmip"
1357 emul="${emul}ltsmip"
1362 emul="${emul}n32"
1365 LD="${LD-ld} -m $emul"
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m41345 emul=elf
1348 emul="${emul}32"
1351 emul="${emul}64"
1356 emul="${emul}btsmip"
1359 emul="${emul}ltsmip"
1364 emul="${emul}n32"
1367 LD="${LD-ld} -m $emul"
/freebsd/contrib/ntp/sntp/m4/
H A Dlibtool.m41345 emul=elf
1348 emul="${emul}32"
1351 emul="${emul}64"
1356 emul="${emul}btsmip"
1359 emul="${emul}ltsmip"
1364 emul="${emul}n32"
1367 LD="${LD-ld} -m $emul"

12