/linux-4.1.27/arch/arm/nwfpe/ |
H A D | entry.S | 25 /* This is the kernel's entry point into the floating point emulator. 38 ldr pc, [r4] @ Call FP emulator entry point 40 The kernel expects the emulator to return via one of two possible 41 points of return it passes to the emulator. The emulator, if 44 the user code. If the emulator is unable to emulate the instruction, 48 On entry to the emulator r10 points to an area of private FP workspace 50 emulator saves its registers across calls. The first word of this area 52 so that the emulator startup cost can be avoided for tasks that don't 72 instructions to allow the emulator to spread the cost of the trap over
|
H A D | fpa11.c | 32 /* Reset the FPA11 chip. Called to initialize and reset the emulator. */ resetFPA11()
|
H A D | fpsr.h | 46 #define FP_EMULATOR 0x01000000 /* System ID for emulator */
|
H A D | fpa11.h | 89 instance of the emulator needs to be
|
H A D | fpmodule.c | 185 MODULE_DESCRIPTION("NWFPE floating point emulator (" NWFPE_BITS " precision)");
|
H A D | fpa11_cprt.c | 360 the data sheet, observation of how the Acorn emulator actually PerformComparison()
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | break.h | 21 #define BRK_MEMU 514 /* Used by FPU emulator */
|
H A D | processor.h | 127 * It would be nice to add some more fields for emulator statistics, 128 * the additional information is private to the FPU emulator for now. 259 /* Saved fpu/fpu emulator stuff. */ 316 * Saved FPU/FPU emulator stuff \
|
H A D | thread_info.h | 30 int r2_emul_return; /* 1 => Returning from R2 emulator */
|
H A D | stackframe.h | 197 * but the FPU emulator and gdb remote debug stub
|
/linux-4.1.27/arch/m68k/math-emu/ |
H A D | fp_trig.h | 4 floating point emulator.
|
H A D | fp_arith.h | 4 floating point emulator. 8 Somewhat based on the AlphaLinux floating point emulator, by David
|
H A D | fp_trig.c | 4 floating point emulator.
|
H A D | fp_log.c | 4 floating point emulator.
|
H A D | fp_arith.c | 4 floating point emulator. 8 Somewhat based on the AlphaLinux floating point emulator, by David
|
/linux-4.1.27/drivers/platform/goldfish/ |
H A D | goldfish_pipe.c | 19 * guest system and the QEMU emulator. 30 * // emulator service. 41 * intermediate buffers, since the emulator is capable of translating 90 #define CMD_WRITE_BUFFER 4 /* send a user buffer to the emulator */ 91 #define CMD_WAKE_ON_WRITE 5 /* tell the emulator to wake us when writing 99 #define CMD_READ_BUFFER 6 /* receive a user buffer from the emulator */ 100 #define CMD_WAKE_ON_READ 7 /* tell the emulator to wake us when reading 109 /* Bit-flags used to signal events from the emulator */ 110 #define PIPE_WAKE_CLOSED (1 << 0) /* emulator closed pipe */ 125 * communicate with the emulator, and a wake queue for blocked tasks 181 /* This function converts an error code returned by the emulator through 239 /* A value that will not be set by qemu emulator */ 280 /* If the emulator already closed the pipe, no need to go further */ goldfish_pipe_read_write() 372 /* Tell the emulator we're going to wait for a wake event */ goldfish_pipe_read_write() 449 /* We're going to read from the emulator a list of (channel,flags) goldfish_pipe_interrupt() 475 /* Did the emulator just closed a pipe? */ goldfish_pipe_interrupt() 498 * Create a new pipe link between the emulator and the use application. 520 * Now, tell the emulator we're opening a new pipe. We use the goldfish_pipe_open() 539 /* The guest is closing the channel, so tell the emulator right now */ goldfish_pipe_release()
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | break.h | 24 #define BRK_MEMU 514 /* Used by FPU emulator */
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | kvm_emulate.h | 4 * Generic x86 (32-bit and 64-bit) instruction decoder and emulator. 50 * These operations represent the instruction emulator's interface to memory. 55 * The emulator assumes that an instruction accesses only one 'emulated memory' 58 * stack operations are assumed never to access emulated memory. The emulator 63 * 1. The emulator isn't very smart about emulated vs. standard memory. 66 * detect and handle reentrancy into the emulator via recursive faults. 70 * some out-of-band mechanism, unknown to the emulator. The memop signals 71 * failure by returning X86EMUL_PROPAGATE_FAULT to the emulator, which will 75 * 4. The emulator cannot handle 64-bit mode emulation on an x86/32 system. 256 /* Execution mode, passed to the emulator. */
|
/linux-4.1.27/arch/um/drivers/ |
H A D | xterm.c | 72 "xterm=<terminal emulator>,<title switch>,<exec switch>\n" 73 " Specifies an alternate terminal emulator to use for the debugger,\n" 75 " The values are the terminal emulator binary, the switch it uses to set\n"
|
/linux-4.1.27/drivers/power/ |
H A D | goldfish_battery.c | 2 * Power supply driver for the goldfish emulator 241 MODULE_DESCRIPTION("Battery driver for the Goldfish emulator");
|
/linux-4.1.27/samples/seccomp/ |
H A D | bpf-direct.c | 61 static void emulator(int nr, siginfo_t *info, void *void_context) emulator() function 97 act.sa_sigaction = &emulator; install_emulator()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | grulib.h | 56 /* Get some config options (primarily for tests & emulator) */
|
H A D | grufault.c | 162 prefetchw(tfm); /* Helps on hardware, required for emulator */ get_clear_fault_map() 176 * on emulator) get_clear_fault_map() 564 prefetchw(tfh); /* Helps on hdw, required for emulator */ for_each_cbr_in_tfm() 633 prefetchw(tfh); /* Helps on hdw, required for emulator */ gru_user_dropin()
|
H A D | grufile.c | 168 * Get GRU configuration info (temp - for emulator testing)
|
H A D | grutables.h | 562 /* Lock hierarchy checking enabled only in emulator */
|
H A D | grumain.c | 53 * ZZZ should be inline but did not work on emulator
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_vgpu.h | 27 /* The MMIO offset of the shared info between guest and host emulator */
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | fpu_system.h | 86 /* access_ok() is very expensive, and causes the emulator to run
|
H A D | fpu_emu.h | 134 /* PROTECTED has a restricted meaning in the emulator; it is used 135 to signal that the emulator needs to do special things to ensure
|
H A D | fpu_entry.c | 19 | other processes using the emulator while swapping is in progress. | 183 printk("FPU emulator: Unsupported addressing mode\n"); math_emulate() 211 ("FPU emulator: Unknown prefix byte 0x%02x, probably due to\n" math_emulate() 212 "FPU emulator: self-modifying code! (emulation impossible)\n", math_emulate() 583 all prefix bytes, further changes are needed in the emulator code
|
H A D | errors.c | 17 | other processes using the emulator while swapping is in progress. | 344 printk("FPU emulator: Unknown Exception: 0x%04x!\n", n); FPU_exception() 347 printk("FPU emulator: Internal error type 0x%04x\n", FPU_exception()
|
H A D | get_address.c | 17 | other processes using the emulator while swapping is in progress. |
|
H A D | load_store.c | 18 | other processes using the emulator while swapping is in progress. |
|
H A D | reg_ld_str.c | 17 | other processes using the emulator while swapping is in progress. |
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | processor_32.h | 80 /* Dummy fpu emulator */
|
H A D | processor_64.h | 89 /* Dummy fpu emulator */
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | early_printk.c | 195 * RETE - since it might screw up if emulator is attached init_early_exception_vectors()
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
H A D | secondary.S | 58 * Leaving these as non-zero can confuse the emulator
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | head.S | 67 * Leaving these as non-zero can confuse the emulator
|
/linux-4.1.27/arch/blackfin/mm/ |
H A D | isram-driver.c | 24 * The emulator will not function correctly if a write command is left in 26 * the emulator. To avoid such problems, ensure that both ITEST_COMMAND
|
/linux-4.1.27/arch/m68k/sun3/ |
H A D | mmu_emu.c | 2 ** Tablewalk MMU emulator 124 * Initialise the MMU emulator.
|
/linux-4.1.27/drivers/staging/goldfish/ |
H A D | goldfish_audio.c | 174 * clear the buffer empty flag, and signal the emulator goldfish_audio_write()
|
/linux-4.1.27/include/linux/ |
H A D | console.h | 11 * 10-Mar-94: Arno Griffioen: Conversion for vt100 emulator port from PC LINUX
|
H A D | isdn.h | 355 atemu emu; /* AT-emulator data */ 462 int v110emu[ISDN_MAX_CHANNELS]; /* V.110 emulator-mode 0=none */
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | traps.c | 790 * that for the FPU emulator. simulate_fp() 798 /* Run the emulator */ simulate_fp() 841 * software emulator on-board, let's use it... do_fpe() 846 * register operands before invoking the emulator, which seems do_fpe() 852 /* Run the emulator */ do_fpe() 917 * This breakpoint code is used by the FPU emulator to retake do_trap_or_bp() 1402 * emulator too. do_cpu()
|
H A D | branch.c | 689 lose_fpu(1); /* Save FPU state for the emulator. */ __compute_return_epc_for_insn() 848 pr_info("%s: R2 branch but r2-to-r6 emulator is not preset - sending SIGILL.\n", __compute_return_epc_for_insn()
|
H A D | cpu-probe.c | 99 * Set the FIR feature flags for the FPU emulator. 116 /* Determined FPU emulator mask to use for the boot CPU with "nofpu". */ 140 * Set options for the FPU emulator.
|
H A D | signal.c | 292 * FPU emulator may have it's own trampoline active just get_sigframe()
|
H A D | mips-r2-to-r6-emul.c | 10 * MIPS R2 user space instruction emulator for MIPS R6 1169 lose_fpu(1); /* Save FPU state for the emulator. */ mipsr2_decoder()
|
H A D | unaligned.c | 1193 lose_fpu(1); /* Save FPU state for the emulator. */ emulate_load_store_insn() 1628 lose_fpu(1); /* save the FPU state for the emulator */ emulate_load_store_microMIPS()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | mceusb.c | 110 #define MCE_CMD_GETEMVER 0x22 /* Get emulator interface version */ 130 #define MCE_RSP_EQEMVER 0x22 /* emulator interface ver, 3 bytes */ 461 u8 emver; /* emulator interface version */ 1382 /* figure out which firmware/emulator version this hardware has */ mceusb_dev_probe() 1404 dev_info(&intf->dev, "Registered %s with mce emulator interface version %x", mceusb_dev_probe()
|
/linux-4.1.27/arch/mips/math-emu/ |
H A D | cp1emu.c | 2 * cp1emu.c: a MIPS coprocessor 1 (FPU) instruction emulator 23 * A complete emulator for MIPS coprocessor 1 instructions. This is 669 * here from a broken userland so just tell emulator isBranchInstr() 1015 * Linux MIPS branch emulator operates on context, updating the cop1Emulate() 1695 * achieve full IEEE-754 accuracy - however this emulator does. fpu_emu() 1897 * achieve full IEEE-754 accuracy - however this emulator does. fpu_emu()
|
/linux-4.1.27/drivers/i2c/ |
H A D | i2c-stub.c | 2 i2c-stub.c - I2C/SMBus chip emulator
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | head_64.S | 346 * to Physical mapping a simulator/emulator can easily
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | videobuf2-core.c | 2631 * Start file I/O emulator only if streaming API has not been used yet. vb2_poll() 2757 * struct vb2_fileio_buf - buffer context used by file io emulator 2759 * vb2 provides a compatibility layer and emulator of file io (read and 2771 * struct vb2_fileio_data - queue context used by file io emulator 2789 * vb2 provides a compatibility layer and emulator of file io (read and 2808 * __vb2_init_fileio() - initialize file io emulator 2940 * __vb2_cleanup_fileio() - free resourced used by file io emulator 2953 dprintk(3, "file io emulator closed\n"); __vb2_cleanup_fileio() 2991 * Initialize emulator on first call. __vb2_perform_fileio()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | control.h | 305 * on the device type (general-purpose, emulator, test, secure, bad, other)
|
/linux-4.1.27/net/irda/ircomm/ |
H A D | ircomm_param.c | 439 /* Null modem cable emulator */ ircomm_param_dte()
|
/linux-4.1.27/include/media/ |
H A D | videobuf2-core.h | 384 * @fileio: file io emulator internal data, used only if emulator is active
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | traps.c | 736 /* 0111 IFP in emulator mode */ access_errorcf() 742 /* 1111 OEP in emulator mode*/ access_errorcf()
|
H A D | signal.c | 19 * (Note: fpstate in the signal context is completely ignored for the emulator
|
/linux-4.1.27/net/sched/ |
H A D | sch_netem.c | 2 * net/sched/sch_netem.c Network emulator 45 of a full blown network emulator like NISTnet. It can delay
|
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_tty.c | 2 * Linux ISDN subsystem, tty functions and AT-command emulator (linklevel). 1629 /* This routine initializes all emulator-data. 2216 * Put a message from the AT-emulator into receive-buffer of tty, 2363 * Return result of AT-emulator to tty-receive-buffer, depending on
|
H A D | isdn_ttyfax.c | 3 * Linux ISDN subsystem, tty_fax AT-command emulator (linklevel).
|
H A D | isdn_common.c | 366 * HL-driver, set emulator-flag and change isdn_command()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | pkt_sched.h | 517 /* Network emulator */
|
/linux-4.1.27/include/uapi/sound/ |
H A D | asequencer.h | 336 #define SNDRV_SEQ_CLIENT_OSS 15 /* oss sequencer emulator */
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | scc.c | 79 * KISS TNC emulator removed (TTY driver) 88 You can use 'kissbridge' if you need a KISS TNC emulator.
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2 * dummy_hcd.c -- Dummy/Loopback USB host and device emulator driver. 895 * For this emulator, it might be convenient to create a usb slave device
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-nomadik.c | 633 * This is compatible with generic messages of smbus emulator
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | hw_breakpoint.c | 212 * disassembler and address generation emulator, or we can insert a get_num_wrps()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | head.S | 441 // initialize PAL & SAL emulator:
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | x86.c | 5458 /* FIXME: return into emulator if single-stepping. */ x86_emulate_instruction() 5506 /* do not return to emulator after return from userspace */ kvm_fast_pio_out() 6584 /* FIXME: return into emulator if single-stepping. */ complete_emulated_mmio()
|
H A D | emulate.c | 4 * Generic x86 (32-bit and 64-bit) instruction decoder and emulator.
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_clientmgr.c | 2433 /* exported (for OSS emulator) */ snd_seq_kernel_client_write_poll()
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpi6205.c | 1689 /* EMIF SDRAM timing (orig = 0x410, emulator = 0x61a) */ boot_loader_config_emif()
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | vt.c | 1014 * VT102 emulator
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 3807 # _fpsp_fline(): 060FPSP entry point for "Line F emulator" #
|
H A D | fpsp.S | 3808 # _fpsp_fline(): 060FPSP entry point for "Line F emulator" exc. #
|