/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUserProperties.td | 8 def EmulatorPath: Property<"emulator-path", "FileSpec">, 11 …Desc<"Path to the emulator binary. If the path does not contain a directory separator, the filenam… 12 def EmulatorArgs: Property<"emulator-args", "Args">, 15 Desc<"Extra arguments to pass to the emulator.">; 16 def EmulatorEnvVars: Property<"emulator-env-vars", "Dictionary">, 19 Desc<"Extra variables to add to the emulator environment.">;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 111 bool Rd::Write(EmulateInstructionRISCV &emulator, uint64_t value) { in Write() argument 118 return emulator.WriteRegister(ctx, eRegisterKindLLDB, lldb_reg, in Write() 122 bool Rd::WriteAPFloat(EmulateInstructionRISCV &emulator, APFloat value) { in WriteAPFloat() argument 129 return emulator.WriteRegister(ctx, eRegisterKindLLDB, lldb_reg, in WriteAPFloat() 133 std::optional<uint64_t> Rs::Read(EmulateInstructionRISCV &emulator) { in Read() argument 136 return emulator.ReadRegister(eRegisterKindLLDB, lldbReg, value) in Read() 141 std::optional<int32_t> Rs::ReadI32(EmulateInstructionRISCV &emulator) { in ReadI32() argument 143 Read(emulator), [](uint64_t value) { return int32_t(uint32_t(value)); }); in ReadI32() 146 std::optional<int64_t> Rs::ReadI64(EmulateInstructionRISCV &emulator) { in ReadI64() argument 147 return transformOptional(Read(emulator), in ReadI64() [all …]
|
H A D | RISCVInstructions.h | 24 bool Write(EmulateInstructionRISCV &emulator, uint64_t value); 25 bool WriteAPFloat(EmulateInstructionRISCV &emulator, llvm::APFloat value); 30 std::optional<uint64_t> Read(EmulateInstructionRISCV &emulator); 31 std::optional<int32_t> ReadI32(EmulateInstructionRISCV &emulator); 32 std::optional<int64_t> ReadI64(EmulateInstructionRISCV &emulator); 33 std::optional<uint32_t> ReadU32(EmulateInstructionRISCV &emulator); 34 std::optional<llvm::APFloat> ReadAPFloat(EmulateInstructionRISCV &emulator,
|
/freebsd/sys/contrib/device-tree/Bindings/goldfish/ |
H A D | audio.txt | 3 Android goldfish audio device generated by android emulator. 7 - compatible : should contain "google,goldfish-audio" to match emulator
|
H A D | battery.txt | 3 Android goldfish battery device generated by android emulator. 7 - compatible : should contain "google,goldfish-battery" to match emulator
|
H A D | pipe.txt | 3 Andorid pipe virtual device generated by android emulator. 7 - compatible : should contain "google,android-pipe" to match emulator
|
H A D | tty.txt | 3 Android goldfish tty device generated by android emulator. 7 - compatible : should contain "google,goldfish-tty" to match emulator
|
H A D | events.txt | 3 Android goldfish events keypad device generated by android emulator. 7 - compatible : should contain "google,goldfish-events-keypad" to match emulator
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | google,goldfish-rtc.txt | 3 Android Goldfish RTC device used by Android emulator.
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | google,goldfish-fb.txt | 3 Android Goldfish framebuffer device used by Android emulator.
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | google,goldfish-pic.txt | 4 emulator.
|
/freebsd/contrib/ncurses/misc/ |
H A D | emx.src | 423 x10term|vs100-x10|xterm terminal emulator (X10 window system), 481 xterm-r6|xterm terminal emulator (X11R6 Window System), 580 xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold, 583 xterms|vs100s|xterm terminal emulator (small screen 24x80), 588 kterm|kterm kanji terminal emulator (X window system), 615 rxvt|rxvt terminal emulator, 640 hpterm|X-hpterm|hp X11 terminal emulator, 783 # This is for the extensible terminal emulator on the X11R6 contrib tape. 885 xterm|vs100|xterm terminal emulator (X11R6 Window System),
|
H A D | terminfo.src | 330 9term|Plan9 terminal emulator for X, 736 # This should only be used when the terminal emulator cannot redefine the keys. 738 # definitions must be restored. If the terminal emulator is quit while in vi 900 uniterm|uniterm49|UniTerm VT220 emulator with 49 lines, 1647 # From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX 1741 pcvtXX|pcvt VT200 emulator (DEC VT220), 1763 # NetBSD/FreeBSD VT220 terminal emulator console (pc keyboard & monitor) 1785 # NetBSD/FreeBSD VT220 terminal emulator console (pc keyboard & monitor) 1843 # NetBSD/x68k console VT200 emulator. This port runs on a 68K machine 1873 # NetBSD "wscons" emulator in VT220 mode. [all …]
|
/freebsd/contrib/ee/ |
H A D | README.ee | 87 emulator, and make sure that you are using the right terminfo entry 90 terminal or emulator the terminal information is being used with. 92 else (like the terminal emulator being used).
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | spectrum | 4 # spectrum: file(1) magic for Spectrum emulator files. 30 # verified by fuse-emulator-utils `tzxlist EXAMPLES.TAP`
|
H A D | sun | 78 >>116 belong =7 (emulator trap)
|
/freebsd/sys/powerpc/conf/ |
H A D | NOTES | 46 options QEMU #QEMU processor emulator
|
H A D | GENERIC64 | 32 options QEMU # QEMU processor emulator
|
/freebsd/release/ |
H A D | Makefile.vm | 86 emulator-portinstall: 105 QEMUTGT=emulator-portinstall
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | network_device.hlp | 29 the PPP dialer provides only a very simple terminal emulator and has no
|
/freebsd/contrib/tcsh/ |
H A D | eight-bit.me | 121 terminal emulator, I can get that ability back via xterm bindings!
|
/freebsd/contrib/ncurses/ |
H A D | README.MinGW | 84 is NOT a console program, e.g., MSYS2's own mintty Terminal emulator.
|
/freebsd/contrib/smbfs/ |
H A D | HISTORY | 87 - Make smbfs compatible with the Linux emulator.
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 208 options SC_DFLT_TERM=\"sc\" # default terminal emulator 271 # x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
|
/freebsd/contrib/bc/manuals/ |
H A D | build.md | 128 If an emulator is necessary to run the bootstrap binaries, it can be set with 342 The emulator to run bootstrap binaries under. This is only if the binaries 343 produced by `HOSTCC` (or `HOST_CC`) need to be run under an emulator to work.
|