/linux-4.1.27/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 55 enum emulation_result emulated; in kvmppc_emulate_loadstore() local 61 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_loadstore() 62 if (emulated != EMULATE_DONE) in kvmppc_emulate_loadstore() 63 return emulated; in kvmppc_emulate_loadstore() 73 emulated = kvmppc_handle_load(run, vcpu, rt, 4, 1); in kvmppc_emulate_loadstore() 77 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1); in kvmppc_emulate_loadstore() 81 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1); in kvmppc_emulate_loadstore() 86 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_loadstore() 92 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_loadstore() 98 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_loadstore() [all …]
|
D | emulate.c | 95 enum emulation_result emulated = EMULATE_DONE; in kvmppc_emulate_mtspr() local 133 emulated = vcpu->kvm->arch.kvm_ops->emulate_mtspr(vcpu, sprn, in kvmppc_emulate_mtspr() 135 if (emulated == EMULATE_FAIL) in kvmppc_emulate_mtspr() 143 return emulated; in kvmppc_emulate_mtspr() 148 enum emulation_result emulated = EMULATE_DONE; in kvmppc_emulate_mfspr() local 194 emulated = vcpu->kvm->arch.kvm_ops->emulate_mfspr(vcpu, sprn, in kvmppc_emulate_mfspr() 196 if (unlikely(emulated == EMULATE_FAIL)) { in kvmppc_emulate_mfspr() 203 if (emulated == EMULATE_DONE) in kvmppc_emulate_mfspr() 207 return emulated; in kvmppc_emulate_mfspr() 216 enum emulation_result emulated; in kvmppc_emulate_instruction() local [all …]
|
D | book3s_paired_singles.c | 186 int emulated = EMULATE_FAIL; in kvmppc_emulate_fpr_load() local 202 emulated = kvmppc_handle_load(run, vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_fpr_load() 207 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_load() 224 return emulated; in kvmppc_emulate_fpr_load() 230 int emulated = EMULATE_FAIL; in kvmppc_emulate_fpr_store() local 262 emulated = kvmppc_handle_store(run, vcpu, val, len, 1); in kvmppc_emulate_fpr_store() 264 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_store() 270 return emulated; in kvmppc_emulate_fpr_store() 276 int emulated = EMULATE_FAIL; in kvmppc_emulate_psq_load() local 293 emulated = kvmppc_handle_load(run, vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_psq_load() [all …]
|
D | e500_emulate.c | 90 int emulated = EMULATE_DONE; in kvmppc_e500_emul_ehpriv() local 98 emulated = EMULATE_EXIT_USER; in kvmppc_e500_emul_ehpriv() 102 emulated = EMULATE_FAIL; in kvmppc_e500_emul_ehpriv() 104 return emulated; in kvmppc_e500_emul_ehpriv() 119 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op_e500() local 130 emulated = kvmppc_e500_emul_dcbtls(vcpu); in kvmppc_core_emulate_op_e500() 135 emulated = kvmppc_e500_emul_msgsnd(vcpu, rb); in kvmppc_core_emulate_op_e500() 139 emulated = kvmppc_e500_emul_msgclr(vcpu, rb); in kvmppc_core_emulate_op_e500() 144 emulated = kvmppc_e500_emul_tlbre(vcpu); in kvmppc_core_emulate_op_e500() 148 emulated = kvmppc_e500_emul_tlbwe(vcpu); in kvmppc_core_emulate_op_e500() [all …]
|
D | book3s_emulate.c | 92 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op_pr() local 101 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 113 emulated = EMULATE_DONE; in kvmppc_core_emulate_op_pr() 126 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 201 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 216 emulated = EMULATE_EXIT_USER; in kvmppc_core_emulate_op_pr() 245 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 256 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 307 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 311 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() [all …]
|
D | booke_emulate.c | 56 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_op() local 82 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 113 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 119 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 122 return emulated; in kvmppc_booke_emulate_op() 133 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mtspr() local 380 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mtspr() 387 return emulated; in kvmppc_booke_emulate_mtspr() 392 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mfspr() local 518 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mfspr() [all …]
|
D | booke.c | 947 enum emulation_result emulated, u32 last_inst) in kvmppc_resume_inst_load() argument 949 switch (emulated) { in kvmppc_resume_inst_load() 980 enum emulation_result emulated = EMULATE_DONE; in kvmppc_handle_exit() local 996 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit() 1001 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit() 1015 if (emulated != EMULATE_DONE) { in kvmppc_handle_exit() 1016 r = kvmppc_resume_inst_load(run, vcpu, emulated, last_inst); in kvmppc_handle_exit()
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | Kconfig | 2 tristate "Cirrus driver for QEMU emulated device" 11 This is a KMS driver for emulated cirrus device in qemu.
|
/linux-4.1.27/drivers/staging/goldfish/ |
D | Kconfig | 12 Drives the emulated NAND flash device on the Google Goldfish
|
/linux-4.1.27/arch/mips/include/asm/ |
D | fpu_emulator.h | 36 unsigned long emulated; member
|
/linux-4.1.27/arch/mips/math-emu/ |
D | me-debugfs.c | 53 FPU_STAT_CREATE(emulated); in debugfs_fpuemu()
|
D | cp1emu.c | 1049 MIPS_FPU_EMU_INC_STATS(emulated); in cop1Emulate()
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | CHANGES | 80 PC = PC of instruction being emulated 82 ADDRESS = PC of instruction being emulated 102 PC = PC of instruction being emulated
|
D | ilsp.doc | 128 If the instruction being emulated is a divide and the source
|
D | iskeleton.S | 64 | just emulated.
|
D | fplsp.doc | 111 For example, if the instruction being emulated should cause a
|
D | isp.doc | 180 data registers, and BEFORE the actual emulated transfers occur, the
|
D | fskeleton.S | 245 | This is the exit point for the 060FPSP when an emulated "ftrapcc" instruction
|
/linux-4.1.27/Documentation/i2c/ |
D | functionality | 50 emulated by a real I2C adapter (using 87 hardware by the adapter, or emulated in software by i2c-core on top 119 implemented in hardware by the underlying adapter or emulated in
|
/linux-4.1.27/Documentation/x86/ |
D | 00-INDEX | 18 - how to fix/avoid quirks when using emulated PS/2 mouse/keyboard.
|
D | usb-legacy-support.txt | 14 1) On some machines, the emulated PS/2 mouse takes over even when no USB
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | Kconfig | 15 transmitters and software defined radio capture is emulated.
|
/linux-4.1.27/Documentation/arm/ |
D | swp_emulation | 9 Trapped instructions are emulated using an LDREX/STREX or LDREXB/STREXB
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | fixed-link.txt | 25 - a: emulated PHY ID, choose any but but unique to the all specified
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 193 legacy variants on vDSO calls.) Currently, emulated vsyscalls will honor seccomp, with a few oddit… 198 should be aware that (a) a ret instruction has been emulated and (b) 206 currently emulated call. Any other change MAY terminate the process. 211 that only exists in future kernels will be correctly emulated (by
|
/linux-4.1.27/Documentation/arm64/ |
D | legacy_instructions.txt | 19 usage of emulated instruction is traced as well as rate limited
|
D | acpi_object_usage.txt | 540 reported, this is sufficient. The NMI is emulated as the highest priority 543 at the same priority as the emulated NMI. In Linux, this should not be the
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 50 emulated by the in-kernel emulator. Counters for the various classes 51 of emulated instructions are available under 56 emulated.
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_scan.S | 61 | FPDATA - base of emulated FPU registers 344 | Move an (emulated) ROM constant
|
/linux-4.1.27/Documentation/ |
D | rtc.txt | 187 are emulated via a kernel hrtimer. 203 * RTC_IRQP_SET, RTC_IRQP_READ: These are emulated by the generic code. 205 * RTC_PIE_ON, RTC_PIE_OFF: These are also emulated by the generic code.
|
D | highuid.txt | 27 compatibility syscalls, if the OS being emulated used 16-bit UIDs, or
|
D | vfio.txt | 301 3) PPC64 guests are paravirtualized but not fully emulated. There is an API
|
D | kernel-parameters.txt | 3933 emulated reasonably safely. 4034 Unplug Xen emulated devices 4039 all -- unplug all emulated devices (NICs and IDE disks) 4040 unnecessary -- unplugging emulated devices is
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 52 emulated CPU type (qemu64) does not list the "VMX" CPU feature, so it must be 55 -cpu host (emulated CPU has all features of the real CPU)
|
D | ppc-pv.txt | 184 2) patch that code to fit the emulated instruction
|
D | mmu.txt | 11 on an emulated mmu except for timing (we attempt to comply 50 two-dimensional paging (AMD's NPT and Intel's EPT). The emulated hardware
|
D | api.txt | 1746 has been called, this interface is completely emulated within the kernel. 2232 The emulated MMU supports 1T segments in addition to the 2449 Creates an emulated device in the kernel. The file descriptor returned 2550 This queries KVM for preferred CPU target type which can be emulated 2604 can access emulated or directly exposed devices, which the host kernel needs 2721 This ioctl returns x86 cpuid features which are emulated by 2723 which features are emulated by kvm instead of being present natively. 2740 emulated efficiently and thus not included here.
|
D | timekeeping.txt | 46 speaker. Now the PIT is typically integrated as part of an emulated chipset 183 time clock. The original device is now obsolete, and usually emulated by the
|
/linux-4.1.27/include/scsi/ |
D | scsi_host.h | 441 unsigned emulated:1; member
|
/linux-4.1.27/drivers/mtd/devices/ |
D | Kconfig | 160 emulated by the MTDRAM driver. If the MTDRAM driver is built 170 device emulated by the MTDRAM driver. If the MTDRAM driver is built
|
/linux-4.1.27/drivers/pci/host/ |
D | Kconfig | 59 controller, such as the one emulated by kvmtool.
|
/linux-4.1.27/drivers/usb/storage/ |
D | scsiglue.c | 583 .emulated = 1,
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 161 fetch/store instructions will be emulated in software if you say
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 10 controller, requiring emulated user-space devices to inject interrupts to the
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 14 system. Each guest gets its own unique, emulated, software TPM. However, each
|
/linux-4.1.27/arch/um/ |
D | Kconfig.um | 111 This driver allows a host file to be used as emulated IO memory inside
|
/linux-4.1.27/drivers/scsi/ |
D | ps3rom.c | 351 .emulated = 1, /* only sg driver uses this */
|
D | sg.c | 1059 return put_user(sdp->device->host->hostt->emulated, ip); in sg_ioctl() 2685 scsidp->host->hostt->emulated); in sg_proc_seq_show_debug()
|
D | 3w-sas.c | 1559 .emulated = 1,
|
D | 3w-xxxx.c | 2239 .emulated = 1,
|
D | hptiop.c | 1178 .emulated = 0,
|
D | 3w-9xxx.c | 1999 .emulated = 1,
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig | 94 emulated in software if you say Y here, which has a performance
|
/linux-4.1.27/drivers/input/ |
D | Kconfig | 88 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | Kconfig | 264 unset based on the emulated CPU (or actual host CPU in the case
|
/linux-4.1.27/drivers/usb/image/ |
D | microtek.c | 640 .emulated = 1,
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | align.S | 422 1: wsr a7, epc1 # skip emulated instruction
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 153 Note that debug mode is able to interfere with the kernel's emulated atomic
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 62 nodes. Each emulated node will manage a fraction of the underlying cells'
|
D | numa_memory_policy.txt | 5 allocate memory in a NUMA system or in an emulated NUMA system. Linux has
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx.c | 254 .emulated = 1,
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 258 @ call emulation code, which returns using r9 if it has emulated
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 302 instructions to be emulated by the kernel on machines that lack a
|
/linux-4.1.27/Documentation/input/ |
D | input.txt | 254 is also emulated; characters should appear if you move it.
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 90 with emulated 3270s, as soon as you dial into your vm guest using the
|
D | Debugging390.txt | 1449 Consoles 3270 & 3215 (a teletype emulated under linux for a line mode console).
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | entry.S | 377 @ it has emulated the instruction, or the more conventional lr
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 216 is emulated, and therefore it is not completely atomic.
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | linit.c | 1069 .emulated = 1,
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 279 Interface to set the emulated temperature method in thermal zone
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | Kconfig | 377 # LAST -- dummy/emulated controller
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_main.c | 255 .emulated = 0,
|
/linux-4.1.27/include/linux/ |
D | libata.h | 1371 .emulated = ATA_SHT_EMULATED, \
|
/linux-4.1.27/Documentation/networking/ |
D | z8530drv.txt | 414 The setting of parameters of the emulated KISS TNC is done in the
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 570 it is not good practice, and should not be emulated.
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 454 Valid channels are emulated every 1 MHz for FM and every 100 kHz for AM and SW. 880 transmitter will 'override' the emulated radio stations.
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 786 that required register must be emulated.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 545 mode also will be emulated using queries of the security
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 1203 bool "Console on Blackfin sport emulated uart"
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 771 found on Moorestown platforms. The VRTC is a emulated RTC that
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 3829 # "FPU Unimplemented" instructions will not be emulated, the exception #
|
D | fpsp.S | 4241 # restored into the machine for the instruction just emulated. 4257 # are emulated in software on the '060. 12042 # Norms can be emulated w/ a regular fmove instruction. For #
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1713 fetch/store instructions will be emulated in software if you say
|