Home
last modified time | relevance | path

Searched full:emulator (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td8 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 DEmulateInstructionRISCV.cpp111 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 DRISCVInstructions.h24 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/contrib/arm-optimized-routines/string/
H A DDir.mk99 $(EMULATOR) $^ | tee $@.tmp
106 $(EMULATOR) build/bin/bench/strlen
107 $(EMULATOR) build/bin/bench/memcpy
108 $(EMULATOR) build/bin/bench/memset
/freebsd/release/tools/
H A Dvmimage.subr168 export EMULATOR=/qemu
169 cp ${QEMUSTATIC} ${DESTDIR}/${EMULATOR}
174 chroot ${DESTDIR} ${EMULATOR} /bin/sh /etc/rc.d/ldconfig forcestart
235 chroot ${DESTDIR} ${EMULATOR} env ASSUME_ALWAYS_YES=yes \
238 chroot ${DESTDIR} ${EMULATOR} env ASSUME_ALWAYS_YES=yes \
241 chroot ${DESTDIR} ${EMULATOR} env ASSUME_ALWAYS_YES=yes \
268 rm -f ${DESTDIR}/${EMULATOR}
284 chroot ${DESTDIR} ${EMULATOR} env ASSUME_ALWAYS_YES=yes \
/freebsd/contrib/ncurses/man/
H A Dtoe.1m177 xterm\-xfree86 xterm terminal emulator (XFree86)
185 xterm terminal emulator (X Window System)
218 xterm terminal emulator (X Window System)
228 xterm terminal emulator (XFree86)
/freebsd/sys/contrib/device-tree/Bindings/goldfish/
H A Daudio.txt3 Android goldfish audio device generated by android emulator.
7 - compatible : should contain "google,goldfish-audio" to match emulator
H A Dbattery.txt3 Android goldfish battery device generated by android emulator.
7 - compatible : should contain "google,goldfish-battery" to match emulator
H A Dpipe.txt3 Andorid pipe virtual device generated by android emulator.
7 - compatible : should contain "google,android-pipe" to match emulator
H A Dtty.txt3 Android goldfish tty device generated by android emulator.
7 - compatible : should contain "google,goldfish-tty" to match emulator
H A Devents.txt3 Android goldfish events keypad device generated by android emulator.
7 - compatible : should contain "google,goldfish-events-keypad" to match emulator
/freebsd/sys/contrib/xen/hvm/
H A Ddm_op.h37 * The interface between an I/O emulator an Xen is called an IOREQ Server.
57 * secondary emulator.
81 * emulator needs to bind to event channel <bufioreq_port> to listen for
85 * the emulator will need to map the synchronous ioreq structures and
133 * by a secondary emulator, it will not be passed to that emulator.
254 * an emulator.
/freebsd/contrib/arm-optimized-routines/networking/
H A DDir.mk64 $(EMULATOR) build/bin/test/chksum -i simple
65 $(EMULATOR) build/bin/test/chksum -i scalar
66 $(EMULATOR) build/bin/test/chksum -i simd || true # simd is not always available
/freebsd/contrib/ee/
H A DREADME.ee87 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/ncurses/misc/
H A Demx.src423 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),
/freebsd/sys/sys/
H A Dterminal.h56 * don't need to implement their own terminal emulator. The terminal
57 * emulator deals with UTF-8 exclusively. This means that term_char_t,
170 /* Terminal emulator. */
/freebsd/contrib/xz/src/common/
H A Dtuklib_mbstr.h36 /// string e.g. in a terminal emulator is returned. On error,
53 /// string e.g. in a terminal emulator is returned. On error,
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.126 .Op Fl E Ar emulator
287 .It Fl E Ar emulator
288 Set the terminal emulator to
289 .Ar emulator .
/freebsd/sys/dev/syscons/
H A Dscterm-dumb.c45 /* dumb terminal emulator */
59 "dumb", /* emulator name */
/freebsd/contrib/arm-optimized-routines/
H A Dconfig.mk.dist58 #EMULATOR = qemu-aarch64-static
59 #EMULATOR = sh -c 'scp $$1 user@host:/dir && ssh user@host /dir/"$$@"' --
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dgoogle,goldfish-rtc.txt3 Android Goldfish RTC device used by Android emulator.
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dgoogle,goldfish-fb.txt3 Android Goldfish framebuffer device used by Android emulator.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dgoogle,goldfish-pic.txt4 emulator.
/freebsd/sys/contrib/x86emu/
H A Dx86emu_regs.h6 * Realmode X86 Emulator Library
133 * Emulator machine state.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp58 // The emulator only fill in the dwarf regsiter numbers (and in some case the in ReadRegisterCallback()
141 return Status("Instruction emulator not found!"); in SetupSoftwareSingleStepping()

123456