/freebsd/share/man/man4/ |
H A D | virtio.4 | 48 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 91 An emulated SCSI HBA is provided by the
|
H A D | netmap.4 | 78 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
|
H A D | xen.4 | 55 HVM configurations may either rely on transparently emulated hardware 109 Represents the Xen PCI device, an emulated PCI device that is exposed to
|
H A D | ppbus.4 | 275 native mode to any other mode emulated with extended modes without 278 native and emulated with ECP and/or EPP.
|
/freebsd/sys/arm/include/ |
H A D | pte.h | 204 * - 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/usr.bin/mkimg/tests/ |
H A D | Makefile | 17 # emulated platforms such as QEMU. It can take about 2-5 seconds to generate 18 # the test file using jot (depending on the emulated architecture) and this
|
/freebsd/release/tools/ |
H A D | ec2.conf | 49 # The emulated keyboard attached to EC2 instances is inaccessible to 63 # EC2 has two consoles: An emulated serial port ("system log"), 69 # emulated serial port. It is not clear if EC2 still has any such
|
/freebsd/share/examples/scsi_target/ |
H A D | scsi_target.8 | 85 Set sector size for emulated volume. 92 Use a different size for the emulated volume.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | emutls.c | 288 // 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/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 88 int emulated; member 278 * space of the emulated pci device in cfginitmsi() 283 sc->psc_msi.emulated = 0; in cfginitmsi() 328 /* Allocate the emulated MSI-X table array */ in cfginitmsi() 351 sc->psc_msi.emulated = 1; in cfginitmsi() 1024 * MSI capability is emulated. in passthru_cfgread_default() 1079 * MSI capability is emulated in passthru_cfgwrite_default() 1120 * The command register is emulated, but the status register in passthru_cfgwrite_default() 1324 /* IO BARs are emulated */ in passthru_addr()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | mpeix.c | 506 ** 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/sys/x86/xen/ |
H A D | hvm.c | 356 "Falling back to emulated device interrupt\n", error); in xen_hvm_set_callback() 398 * No emulated devices in the PV case, so no need to unplug in xen_hvm_disable_emulated_devices() 411 printf("XEN: disabling emulated disks\n"); in xen_hvm_disable_emulated_devices() 416 printf("XEN: disabling emulated nics\n"); in xen_hvm_disable_emulated_devices()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_generic.c | 35 * have native support. TX and RX rings are emulated as follows: 199 /* ========== GENERIC (EMULATED) NETMAP ADAPTER SUPPORT ============= */ 296 nm_prinf("Emulated adapter for %s deactivated", na->name); in generic_netmap_unregister() 321 nm_prinf("Emulated adapter for %s activated", na->name); in generic_netmap_register() 1087 nm_prinf("Emulated netmap adapter for %s destroyed", na->name); in generic_netmap_dtor() 1102 * In this "emulated" mode, netmap rings do not necessarily 1181 nm_prinf("Emulated adapter for %s created (prev was %s)", na->name, in generic_netmap_attach()
|
/freebsd/sys/dev/sound/pci/ |
H A D | emu10kx-pcm.c | 532 int emulated; in emu_ac97_read_emulation() local 536 emulated = 0; in emu_ac97_read_emulation() 540 emulated = sc->ac97_state[AC97_MIX_MASTER]; in emu_ac97_read_emulation() 544 emulated = sc->ac97_state[AC97_MIX_PCM]; in emu_ac97_read_emulation() 548 emulated = 0x0505; in emu_ac97_read_emulation() 552 emulated = sc->ac97_state[AC97_MIX_RGAIN]; in emu_ac97_read_emulation() 561 emulated = tmp; in emu_ac97_read_emulation() 563 return (emulated); in emu_ac97_read_emulation()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUserProperties.td | 23 Desc<"Extra variables to add to emulated target environment.">;
|
/freebsd/sys/net/ |
H A D | if_types.h | 103 IFT_AFLANE8023 = 0x3b, /* ATM Emulated LAN for 802.3 */ 104 IFT_AFLANE8025 = 0x3c, /* ATM Emulated LAN for 802.5 */ 105 IFT_CCTEMUL = 0x3d, /* ATM Emulated circuit */
|
/freebsd/release/scripts/oracle/ |
H A D | image_capability_data.json | 76 "EMULATED",
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | amd,sbtsi.yaml | 19 to BMC. The emulated thermal sensor can report temperatures in increments
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/ |
H A D | tst.br.d | 31 * the branches are emulated correctly.
|
/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
H A D | fasttrap_isa.c | 101 * 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() 510 * instruction was emulated we can just call in fasttrap_pid_probe()
|
/freebsd/sys/sys/ |
H A D | _atomic64e.h | 38 /* Emulated versions of 64-bit atomic operations. */
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 34 # scsi_debug emulated drive. Otherwise use the real drive.
|
/freebsd/sys/cddl/dev/kinst/riscv/ |
H A D | kinst_isa.c | 278 * PC-relative addressing have to be emulated, because RISC-V doesn't allow 282 * Fortunately, the instructions are simple enough to be emulated in just a few 374 * emulated in software. in kinst_instr_dissect()
|
/freebsd/lib/libsys/i386/ |
H A D | i386_vm86.2 | 71 controls the type of CPU being emulated, and is currently unimplemented.
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 311 * old Minix drivers and therefore cannot be emulated. 317 * Settings that cannot be emulated fully include:
|