/linux-4.4.14/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 | 92 int emulated = EMULATE_DONE; in kvmppc_e500_emul_ehpriv() local 100 emulated = EMULATE_EXIT_USER; in kvmppc_e500_emul_ehpriv() 104 emulated = EMULATE_FAIL; in kvmppc_e500_emul_ehpriv() 106 return emulated; in kvmppc_e500_emul_ehpriv() 134 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op_e500() local 145 emulated = kvmppc_e500_emul_dcbtls(vcpu); in kvmppc_core_emulate_op_e500() 150 emulated = kvmppc_e500_emul_msgsnd(vcpu, rb); in kvmppc_core_emulate_op_e500() 154 emulated = kvmppc_e500_emul_msgclr(vcpu, rb); in kvmppc_core_emulate_op_e500() 159 emulated = kvmppc_e500_emul_tlbre(vcpu); in kvmppc_core_emulate_op_e500() 163 emulated = kvmppc_e500_emul_tlbwe(vcpu); in kvmppc_core_emulate_op_e500() [all …]
|
D | book3s_emulate.c | 93 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op_pr() local 102 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 114 emulated = EMULATE_DONE; in kvmppc_core_emulate_op_pr() 127 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 202 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 217 emulated = EMULATE_EXIT_USER; in kvmppc_core_emulate_op_pr() 246 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 257 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 308 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 312 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 | 949 enum emulation_result emulated, u32 last_inst) in kvmppc_resume_inst_load() argument 951 switch (emulated) { in kvmppc_resume_inst_load() 982 enum emulation_result emulated = EMULATE_DONE; in kvmppc_handle_exit() local 998 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit() 1003 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit() 1017 if (emulated != EMULATE_DONE) { in kvmppc_handle_exit() 1018 r = kvmppc_resume_inst_load(run, vcpu, emulated, last_inst); in kvmppc_handle_exit()
|
/linux-4.4.14/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.4.14/drivers/staging/goldfish/ |
D | Kconfig | 12 Drives the emulated NAND flash device on the Google Goldfish
|
/linux-4.4.14/Documentation/powerpc/ |
D | dscr.txt | 60 works, as it is emulated following an illegal instruction exception 61 inside the kernel. Both mfspr and mtspr instructions are emulated. 65 all mfspr instruction based read attempts will get emulated and returned
|
/linux-4.4.14/arch/mips/include/asm/ |
D | fpu_emulator.h | 36 unsigned long emulated; member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/media/platform/vivid/ |
D | Kconfig | 15 transmitters and software defined radio capture is emulated.
|
/linux-4.4.14/Documentation/arm/ |
D | swp_emulation | 9 Trapped instructions are emulated using an LDREX/STREX or LDREXB/STREXB
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/net/ |
D | fixed-link.txt | 27 - a: emulated PHY ID, choose any but but unique to the all specified
|
/linux-4.4.14/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.4.14/arch/m68k/math-emu/ |
D | fp_scan.S | 61 | FPDATA - base of emulated FPU registers 344 | Move an (emulated) ROM constant
|
/linux-4.4.14/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 | 303 3) PPC64 guests are paravirtualized but not fully emulated. There is an API
|
D | kernel-parameters.txt | 4053 emulated reasonably safely. 4161 Unplug Xen emulated devices 4166 all -- unplug all emulated devices (NICs and IDE disks) 4167 unnecessary -- unplugging emulated devices is
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig.debug | 58 emulated by the in-kernel emulator. Counters for the various classes 59 of emulated instructions are available under 64 emulated.
|
/linux-4.4.14/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 | 1782 has been called, this interface is completely emulated within the kernel. 2268 The emulated MMU supports 1T segments in addition to the 2485 Creates an emulated device in the kernel. The file descriptor returned 2586 This queries KVM for preferred CPU target type which can be emulated 2640 can access emulated or directly exposed devices, which the host kernel needs 2762 This ioctl returns x86 cpuid features which are emulated by 2764 which features are emulated by kvm instead of being present natively. 2781 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.4.14/include/scsi/ |
D | scsi_host.h | 436 unsigned emulated:1; member
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 97 This driver allows a host file to be used as emulated IO memory inside
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-arcv2.S | 129 ; either a dst of emulated LD/ST or src with address-writeback
|
D | entry-compact.S | 309 ; either a dst of emulated LD/ST or src with address-writeback
|
/linux-4.4.14/arch/unicore32/ |
D | Kconfig | 161 fetch/store instructions will be emulated in software if you say
|
/linux-4.4.14/drivers/usb/storage/ |
D | scsiglue.c | 578 .emulated = 1,
|
/linux-4.4.14/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.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 10 controller, requiring emulated user-space devices to inject interrupts to the
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 14 system. Each guest gets its own unique, emulated, software TPM. However, each
|
/linux-4.4.14/drivers/pci/host/ |
D | Kconfig | 62 controller, such as the one emulated by kvmtool.
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig | 94 emulated in software if you say Y here, which has a performance
|
/linux-4.4.14/drivers/scsi/ |
D | ps3rom.c | 350 .emulated = 1, /* only sg driver uses this */
|
D | sg.c | 1065 return put_user(sdp->device->host->hostt->emulated, ip); in sg_ioctl() 2691 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 | 1185 .emulated = 0,
|
D | 3w-9xxx.c | 1999 .emulated = 1,
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 88 The MoCA interfaces are supported using the PHY library's fixed PHY/emulated PHY
|
/linux-4.4.14/drivers/input/ |
D | Kconfig | 101 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | Kconfig | 264 unset based on the emulated CPU (or actual host CPU in the case
|
/linux-4.4.14/drivers/usb/image/ |
D | microtek.c | 639 .emulated = 1,
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | align.S | 422 1: wsr a7, epc1 # skip emulated instruction
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 153 Note that debug mode is able to interfere with the kernel's emulated atomic
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-armv.S | 265 @ call emulation code, which returns using r9 if it has emulated
|
/linux-4.4.14/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.4.14/drivers/staging/rts5208/ |
D | rtsx.c | 253 .emulated = 1,
|
/linux-4.4.14/Documentation/virtual/kvm/arm/ |
D | vgic-mapped-irqs.txt | 26 to virtual interrupts generated purely by a software emulated device.
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 302 instructions to be emulated by the kernel on machines that lack a
|
/linux-4.4.14/Documentation/input/ |
D | input.txt | 254 is also emulated; characters should appear if you move it.
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | entry.S | 377 @ it has emulated the instruction, or the more conventional lr
|
/linux-4.4.14/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.4.14/arch/sparc/ |
D | Kconfig | 216 is emulated, and therefore it is not completely atomic.
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | Kconfig | 377 # LAST -- dummy/emulated controller
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | linit.c | 1069 .emulated = 1,
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 310 Interface to set the emulated temperature method in thermal zone
|
/linux-4.4.14/include/linux/ |
D | libata.h | 1371 .emulated = ATA_SHT_EMULATED, \
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_main.c | 255 .emulated = 0,
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 455 assigned to emulated NUMA nodes.
|
/linux-4.4.14/Documentation/networking/ |
D | z8530drv.txt | 414 The setting of parameters of the emulated KISS TNC is done in the
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 570 it is not good practice, and should not be emulated.
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 454 Valid channels are emulated every 1 MHz for FM and every 100 kHz for AM and SW. 887 transmitter will 'override' the emulated radio stations.
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 802 that required register must be emulated.
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 1116 API-i2c-smbus-read-i2c-block-data-or-emulated
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 545 mode also will be emulated using queries of the security
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 1232 bool "Console on Blackfin sport emulated uart"
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 787 found on Moorestown platforms. The VRTC is a emulated RTC that
|
/linux-4.4.14/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.4.14/arch/arm/ |
D | Kconfig | 1762 fetch/store instructions will be emulated in software if you say
|