/linux/arch/x86/math-emu/ |
H A D | README | 2 | wm-FPU-emu an FPU emulator for 80386 and 80486SX microprocessors. | 25 wm-FPU-emu is an FPU emulator for Linux. It is derived from wm-emu387 26 which was my 80387 emulator for early versions of djgpp (gcc under 29 the original Linux math emulator by Linus Torvalds. 38 in the detailed behaviour of the emulator and a real 80486. 48 For more information on the emulator and on floating point topics, see 80 The code of the emulator is complicated slightly by the need to 81 account for a limited form of re-entrancy. Normally, the emulator will 83 However, it may happen that when the emulator is accessing the user 84 memory space, swapping may be needed. In this case the emulator may be [all …]
|
/linux/tools/arch/x86/dell-uart-backlight-emulator/ |
H A D | Makefile | 4 dell-uart-backlight-emulator: dell-uart-backlight-emulator.c 15 @rm -f dell-uart-backlight-emulator 17 install : dell-uart-backlight-emulator 19 install -m 755 -p dell-uart-backlight-emulator $(DESTDIR)$(BINDIR)/dell-uart-backlight-emulator
|
H A D | README | 1 Emulator for DELL0501 UART attached backlight controller 15 This small emulator allows testing 32 ./dell-uart-backlight-emulator <path-to-/dev/tty*S#-for-second-port> 36 ./dell-uart-backlight-emulator /dev/ttyUSB0 43 the firmware version string from the emulator. If this works there 46 by matching output from the emulator.
|
/linux/arch/arm/nwfpe/ |
H A D | entry.S | 3 NetWinder Floating Point Emulator 14 /* This is the kernel's entry point into the floating point emulator. 27 ldr pc, [r4] @ Call FP emulator entry point 29 The kernel expects the emulator to return via one of two possible 30 points of return it passes to the emulator. The emulator, if 33 the user code. If the emulator is unable to emulate the instruction, 37 On entry to the emulator r10 points to an area of private FP workspace 39 emulator saves its registers across calls. The first word of this area 41 so that the emulator startup cost can be avoided for tasks that don't 61 instructions to allow the emulator to spread the cost of the trap over
|
H A D | fpmodule.c | 4 NetWinder Floating Point Emulator 89 pr_info("NetWinder Floating Point Emulator V0.97 (" in fpe_init() 173 MODULE_DESCRIPTION("NWFPE floating point emulator (" NWFPE_BITS " precision)");
|
H A D | fpa11.c | 3 NetWinder Floating Point Emulator 20 /* Reset the FPA11 chip. Called to initialize and reset the emulator. */
|
H A D | fpa11.h | 3 NetWinder Floating Point Emulator 77 instance of the emulator needs to be
|
H A D | fpsr.h | 3 NetWinder Floating Point Emulator 34 #define FP_EMULATOR 0x01000000 /* System ID for emulator */
|
/linux/Documentation/arch/arm/nwfpe/ |
H A D | nwfpe.rst | 5 Floating Point Emulator. 14 I have attempted to make the emulator as portable as possible. One of 22 All the other files contain emulator specific code. This should allow 23 others to port the emulator to NetBSD for instance relatively easily. 37 so far in the emulator. The file TODO contains a information on what 38 remains to be done, and other ideas for the emulator. 42 work correctly when your emulator is installed" are useful for 52 The NetWinder Floating Point Emulator is free software. Everything Rebel.com
|
H A D | notes.rst | 4 There seems to be a problem with exp(double) and our emulator. I haven't 5 been able to track it down yet. This does not occur with the emulator 8 I also found one oddity in the emulator. I don't think it is serious but 16 f4 had been converted to an extended value in the emulator. 22 emulator sees a multiply of a double and extended, it promotes the double to
|
H A D | netwinder-fpe.rst | 6 emulator. 98 extended precision operands. The emulator currently does not check 155 emulator directly. It is possible to run with no floating point module 161 distribution) can be loaded to replace the functionality of the emulator
|
/linux/arch/mips/generic/ |
H A D | Kconfig | 118 bool "Support Ranchu platform for Android emulator" 120 This enables support for the platform used by Android emulator. 124 Android emulator. Android emulator is based on Qemu, and contains
|
/linux/Documentation/security/tpm/ |
H A D | tpm_vtpm_proxy.rst | 27 is passed to the TPM emulator. Software inside the container can then send 28 TPM commands using the character device and the emulator will receive the 34 whether TPM 1.2 or TPM 2 functionality is supported by the TPM emulator.
|
/linux/arch/mips/kernel/ |
H A D | fpu-probe.c | 151 * to support by the FPU emulator according to the IEEE 754 conformance 152 * mode selected. Note that "relaxed" straps the emulator so that it 255 * Set the FIR feature flags for the FPU emulator. 276 /* Determined FPU emulator mask to use for the boot CPU with "nofpu". */ 305 * Set options for the FPU emulator.
|
/linux/Documentation/devicetree/bindings/goldfish/ |
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 | battery.txt | 3 Android goldfish battery device generated by android emulator. 7 - compatible : should contain "google,goldfish-battery" to match emulator
|
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 | events.txt | 3 Android goldfish events keypad device generated by android emulator. 7 - compatible : should contain "google,goldfish-events-keypad" to match emulator
|
/linux/drivers/platform/goldfish/ |
H A D | goldfish_pipe.c | 21 * guest system and the QEMU emulator. 32 * // emulator service. 43 * intermediate buffers, since the emulator is capable of translating 167 * communicate with the emulator, and a wake queue for blocked tasks 239 * This function converts an error code returned by the emulator through 372 /* Tell the emulator we're going to wait for a wake event */ in wait_for_host_signal() 398 /* If the emulator already closed the pipe, no need to go further */ in goldfish_pipe_read_write() 688 * Create a new pipe link between the emulator and the use application. 735 /* Now tell the emulator we're opening a new pipe. */ in goldfish_pipe_open() 765 /* The guest is closing the channel, so tell the emulator right now */ in goldfish_pipe_release()
|
H A D | goldfish_pipe_qemu.h | 25 /* Bit-flags used to signal events from the emulator */ 27 /* emulator closed pipe */
|
/linux/arch/m68k/math-emu/ |
H A D | fp_arith.h | 5 floating point emulator. 9 Somewhat based on the AlphaLinux floating point emulator, by David
|
/linux/arch/um/drivers/ |
H A D | xterm.c | 74 "xterm=<terminal emulator>,<title switch>,<exec switch>\n" 75 " Specifies an alternate terminal emulator to use for the debugger,\n" 77 " The values are the terminal emulator binary, the switch it uses to set\n"
|
/linux/arch/mips/include/asm/ |
H A D | processor.h | 118 * It would be nice to add some more fields for emulator statistics, 119 * the additional information is private to the FPU emulator for now. 239 /* Saved fpu/fpu emulator stuff. */ 319 * Saved FPU/FPU emulator stuff \
|
/linux/drivers/net/slip/ |
H A D | Kconfig | 20 to be able to use it, but there is now a SLIP emulator called SLiRP 54 you plan to use SLiRP, the SLIP emulator (available from
|