Home
last modified time | relevance | path

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

12345

/linux/tools/arch/x86/dell-uart-backlight-emulator/
H A DMakefile4 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 DREADME1 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.
H A D.gitignore1 dell-uart-backlight-emulator
/linux/arch/arm/nwfpe/
H A Dentry.S3 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 Dfpmodule.c4 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 Dfpa11.c3 NetWinder Floating Point Emulator
20 /* Reset the FPA11 chip. Called to initialize and reset the emulator. */
H A Dfpa11.h3 NetWinder Floating Point Emulator
77 instance of the emulator needs to be
H A Dfpsr.h3 NetWinder Floating Point Emulator
34 #define FP_EMULATOR 0x01000000 /* System ID for emulator */
/linux/Documentation/arch/arm/nwfpe/
H A Dnwfpe.rst5 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 Dnotes.rst4 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 Dnetwinder-fpe.rst6 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
H A Dtodo.rst48 introduce such a capability into the emulator. The FPCR contains
49 bits describing the rounding mode. The emulator could be altered to
H A Dindex.rst4 NetWinder's floating point emulator
/linux/arch/mips/generic/
H A DKconfig118 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 Dtpm_vtpm_proxy.rst27 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 Dfpu-probe.c151 * 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/arch/m68k/math-emu/
H A Dfp_arith.h5 floating point emulator.
9 Somewhat based on the AlphaLinux floating point emulator, by David
/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c21 * guest system and the QEMU emulator.
32 * // emulator service.
43 * intermediate buffers, since the emulator is capable of translating
166 * communicate with the emulator, and a wake queue for blocked tasks
238 * This function converts an error code returned by the emulator through
371 /* Tell the emulator we're going to wait for a wake event */ in wait_for_host_signal()
397 /* If the emulator already closed the pipe, no need to go further */ in goldfish_pipe_read_write()
687 * Create a new pipe link between the emulator and the use application.
734 /* Now tell the emulator we're opening a new pipe. */ in goldfish_pipe_open()
764 /* The guest is closing the channel, so tell the emulator right now */ in goldfish_pipe_release()
H A Dgoldfish_pipe_qemu.h25 /* Bit-flags used to signal events from the emulator */
27 /* emulator closed pipe */
H A DKconfig10 Unless you are building for the Android Goldfish emulator say N here.
/linux/arch/um/drivers/
H A Dxterm.c74 "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"
H A DKconfig68 string "xterm channel default terminal emulator"
72 This option allows changing the default terminal emulator.
/linux/drivers/net/slip/
H A DKconfig20 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
/linux/arch/mips/include/asm/
H A Dprocessor.h118 * 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/samples/seccomp/
H A Dbpf-direct.c62 static void emulator(int nr, siginfo_t *info, void *void_context) in emulator() function
98 act.sa_sigaction = &emulator; in install_emulator()

12345