Home
last modified time | relevance | path

Searched full:emulated (Results 1 – 25 of 179) sorted by relevance

12345678

/freebsd-13-stable/share/man/man4/
HDvirtio.448 Traditionally, the hypervisor emulated real devices such as an Ethernet
58 device driver represents an emulated PCI device that the hypervisor makes
66 An emulated Ethernet device is provided by the
70 An emulated disk controller is provided by the
87 An emulated SCSI HBA is provided by the
HDxen.456 HVM configurations may either rely on transparently emulated hardware
100 Represents the Xen PCI device, an emulated PCI device that is exposed to
106 In general, PV drivers will perform better than emulated hardware, and are
HDnetmap.478 support can still use the API in emulated mode,
845 emulated and native mode will likely have similar or same throughput.
852 from the emulated adapter onto the host RX ring, the sniffer will intercept
873 Controls the use of native or emulated adapter mode.
879 2 forces emulated hence never fails.
881 Number of rings used for emulated netmap mode
883 Ring size used for emulated netmap mode
885 Controls interrupt moderation for emulated mode
HDppbus.4275 native mode to any other mode emulated with extended modes without
278 native and emulated with ECP and/or EPP.
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/ia32/
HDtrap.h61 #define T_ENDPERR 0x21 /* emulated extension error flt */
62 #define T_ENOEXTFLT 0x20 /* emulated ext not present */
94 #define T_FGETFP 1 /* Get emulated FP context */
95 #define T_FSETFP 2 /* Set emulated FP context */
/freebsd-13-stable/sys/arm/include/
HDpte-v6.h204 * - L1_TEX0 is used as software emulated RO bit
207 #define PTE1_A L1_S_AP0 /* Accessed - software emulated */
208 #define PTE1_NM L1_S_AP2 /* not modified bit - software emulated
251 * - L2_TEX0 is used as software emulated RO bit
254 #define PTE2_A L2_AP0 /* Accessed - software emulated */
255 #define PTE2_NM L2_AP2 /* not modified bit - software emulated
/freebsd-13-stable/usr.bin/mkimg/tests/
HDMakefile18 # emulated platforms such as QEMU. It can take about 2-5 seconds to generate
19 # the test file using jot (depending on the emulated architecture) and this
/freebsd-13-stable/release/tools/
HDec2.conf105 # The emulated keyboard attached to EC2 instances is inaccessible to
112 # EC2 has two consoles: An emulated serial port ("system log"),
118 # emulated serial port. It is not clear if EC2 still has any such
/freebsd-13-stable/share/examples/scsi_target/
HDscsi_target.885 Set sector size for emulated volume.
92 Use a different size for the emulated volume.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDemutls.c288 // Emulated TLS objects are always allocated at run-time.
378 // Our emulated TLS implementation relies on local state (e.g. for the pthread
382 // example). __emutls_get_address is the only external entry point for emulated
389 // emulated TLS, to ensure a single copy of its state.
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_passthru.c89 int emulated; member
235 * space of the emulated pci device in cfginitmsi()
240 sc->psc_msi.emulated = 0; in cfginitmsi()
282 /* Allocate the emulated MSI-X table array */ in cfginitmsi()
305 sc->psc_msi.emulated = 1; in cfginitmsi()
978 * MSI capability is emulated. in passthru_cfgread_default()
1031 * MSI capability is emulated in passthru_cfgwrite_default()
1077 if (sc->psc_msi.emulated && pci_msi_enabled(pi)) { in passthru_cfgwrite_default()
1278 /* IO BARs are emulated */ in passthru_addr()
HDbhyve_config.5216 Exit if a guest accesses an I/O port that is not emulated.
220 Register (MSR) that is not emulated.
330 Specify the logical and physical sector size of the emulated disk.
/freebsd-13-stable/sys/x86/xen/
HDhvm.c276 "Falling back to emulated device interrupt\n", error); in xen_hvm_set_callback()
318 * No emulated devices in the PV case, so no need to unplug in xen_hvm_disable_emulated_devices()
331 printf("XEN: disabling emulated disks\n"); in xen_hvm_disable_emulated_devices()
336 printf("XEN: disabling emulated nics\n"); in xen_hvm_disable_emulated_devices()
/freebsd-13-stable/contrib/sendmail/libsm/
HDmpeix.c506 ** emulated egid if present, else true egid.
533 ** emulated euid if in emulation mode, else true euid.
561 ** 0 -- emulated success
562 ** -1 -- emulated failure
/freebsd-13-stable/sys/dev/netmap/
HDnetmap_generic.c35 * have native support. TX and RX rings are emulated as follows:
199 /* ========== GENERIC (EMULATED) NETMAP ADAPTER SUPPORT ============= */
293 nm_prinf("Emulated adapter for %s deactivated", na->name); in generic_netmap_unregister()
318 nm_prinf("Emulated adapter for %s activated", na->name); in generic_netmap_register()
1038 nm_prinf("Emulated netmap adapter for %s destroyed", na->name); in generic_netmap_dtor()
1053 * In this "emulated" mode, netmap rings do not necessarily
1132 nm_prinf("Emulated adapter for %s created (prev was %s)", na->name, in generic_netmap_attach()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUserProperties.td23 Desc<"Extra variables to add to emulated target environment.">;
/freebsd-13-stable/sys/net/
HDif_types.h105 IFT_AFLANE8023 = 0x3b, /* ATM Emulated LAN for 802.3 */
106 IFT_AFLANE8025 = 0x3c, /* ATM Emulated LAN for 802.5 */
107 IFT_CCTEMUL = 0x3d, /* ATM Emulated circuit */
HDieee_oui.h79 /* Allocate 16 bits for emulated NVMe devices */
/freebsd-13-stable/sys/dev/sound/pci/
HDemu10kx-pcm.c533 int emulated; in emu_ac97_read_emulation() local
537 emulated = 0; in emu_ac97_read_emulation()
541 emulated = sc->ac97_state[AC97_MIX_MASTER]; in emu_ac97_read_emulation()
545 emulated = sc->ac97_state[AC97_MIX_PCM]; in emu_ac97_read_emulation()
549 emulated = 0x0505; in emu_ac97_read_emulation()
553 emulated = sc->ac97_state[AC97_MIX_RGAIN]; in emu_ac97_read_emulation()
562 emulated = tmp; in emu_ac97_read_emulation()
564 return (emulated); in emu_ac97_read_emulation()
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
HDtst.br.d31 * the branches are emulated correctly.
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
HDfasttrap_isa.c101 * pc-relative instructions must be emulated for correctness; in fasttrap_tracepoint_init()
103 * instructions) are emulated or otherwise optimized for performance. in fasttrap_tracepoint_init()
502 * instruction was emulated we can just call in fasttrap_pid_probe()
/freebsd-13-stable/sys/sys/
HD_atomic64e.h38 /* Emulated versions of 64-bit atomic operations. */
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
HDzpool_reopen.shlib34 # scsi_debug emulated drive. Otherwise use the real drive.
/freebsd-13-stable/lib/libc/i386/sys/
HDi386_vm86.271 controls the type of CPU being emulated, and is currently unimplemented.
/freebsd-13-stable/contrib/tcsh/
HDmi.termios.c311 * old Minix drivers and therefore cannot be emulated.
317 * Settings that cannot be emulated fully include:

12345678