Home
last modified time | relevance | path

Searched refs:emulated (Results 1 – 90 of 90) sorted by relevance

/linux-4.4.14/arch/powerpc/kvm/
Demulate_loadstore.c55 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 …]
Demulate.c95 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 …]
Dbook3s_paired_singles.c186 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 …]
De500_emulate.c92 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 …]
Dbook3s_emulate.c93 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 …]
Dbooke_emulate.c56 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 …]
Dbooke.c949 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/
DKconfig2 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/
DKconfig12 Drives the emulated NAND flash device on the Google Goldfish
/linux-4.4.14/Documentation/powerpc/
Ddscr.txt60 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/
Dfpu_emulator.h36 unsigned long emulated; member
/linux-4.4.14/arch/mips/math-emu/
Dme-debugfs.c53 FPU_STAT_CREATE(emulated); in debugfs_fpuemu()
Dcp1emu.c1049 MIPS_FPU_EMU_INC_STATS(emulated); in cop1Emulate()
/linux-4.4.14/Documentation/i2c/
Dfunctionality50 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/
DCHANGES80 PC = PC of instruction being emulated
82 ADDRESS = PC of instruction being emulated
102 PC = PC of instruction being emulated
Dilsp.doc128 If the instruction being emulated is a divide and the source
Diskeleton.S64 | just emulated.
Dfplsp.doc111 For example, if the instruction being emulated should cause a
Disp.doc180 data registers, and BEFORE the actual emulated transfers occur, the
Dfskeleton.S245 | This is the exit point for the 060FPSP when an emulated "ftrapcc" instruction
/linux-4.4.14/Documentation/x86/
D00-INDEX18 - how to fix/avoid quirks when using emulated PS/2 mouse/keyboard.
Dusb-legacy-support.txt14 1) On some machines, the emulated PS/2 mouse takes over even when no USB
/linux-4.4.14/drivers/media/platform/vivid/
DKconfig15 transmitters and software defined radio capture is emulated.
/linux-4.4.14/Documentation/arm/
Dswp_emulation9 Trapped instructions are emulated using an LDREX/STREX or LDREXB/STREXB
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt193 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/
Dfixed-link.txt27 - a: emulated PHY ID, choose any but but unique to the all specified
/linux-4.4.14/Documentation/arm64/
Dlegacy_instructions.txt19 usage of emulated instruction is traced as well as rate limited
Dacpi_object_usage.txt540 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/
Dfp_scan.S61 | FPDATA - base of emulated FPU registers
344 | Move an (emulated) ROM constant
/linux-4.4.14/Documentation/
Drtc.txt187 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.
Dhighuid.txt27 compatibility syscalls, if the OS being emulated used 16-bit UIDs, or
Dvfio.txt303 3) PPC64 guests are paravirtualized but not fully emulated. There is an API
Dkernel-parameters.txt4053 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/
DKconfig.debug58 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/
Dnested-vmx.txt52 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)
Dppc-pv.txt184 2) patch that code to fit the emulated instruction
Dmmu.txt11 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
Dapi.txt1782 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.
Dtimekeeping.txt46 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/
Dscsi_host.h436 unsigned emulated:1; member
/linux-4.4.14/arch/um/
DKconfig.um97 This driver allows a host file to be used as emulated IO memory inside
/linux-4.4.14/arch/arc/kernel/
Dentry-arcv2.S129 ; either a dst of emulated LD/ST or src with address-writeback
Dentry-compact.S309 ; either a dst of emulated LD/ST or src with address-writeback
/linux-4.4.14/arch/unicore32/
DKconfig161 fetch/store instructions will be emulated in software if you say
/linux-4.4.14/drivers/usb/storage/
Dscsiglue.c578 .emulated = 1,
/linux-4.4.14/drivers/mtd/devices/
DKconfig160 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/
Darm-vgic.txt10 controller, requiring emulated user-space devices to inject interrupts to the
/linux-4.4.14/Documentation/tpm/
Dxen-tpmfront.txt14 system. Each guest gets its own unique, emulated, software TPM. However, each
/linux-4.4.14/drivers/pci/host/
DKconfig62 controller, such as the one emulated by kvmtool.
/linux-4.4.14/arch/nios2/
DKconfig94 emulated in software if you say Y here, which has a performance
/linux-4.4.14/drivers/scsi/
Dps3rom.c350 .emulated = 1, /* only sg driver uses this */
Dsg.c1065 return put_user(sdp->device->host->hostt->emulated, ip); in sg_ioctl()
2691 scsidp->host->hostt->emulated); in sg_proc_seq_show_debug()
D3w-sas.c1559 .emulated = 1,
D3w-xxxx.c2239 .emulated = 1,
Dhptiop.c1185 .emulated = 0,
D3w-9xxx.c1999 .emulated = 1,
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt88 The MoCA interfaces are supported using the PHY library's fixed PHY/emulated PHY
/linux-4.4.14/drivers/input/
DKconfig101 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
/linux-4.4.14/arch/powerpc/platforms/85xx/
DKconfig264 unset based on the emulated CPU (or actual host CPU in the case
/linux-4.4.14/drivers/usb/image/
Dmicrotek.c639 .emulated = 1,
/linux-4.4.14/arch/xtensa/kernel/
Dalign.S422 1: wsr a7, epc1 # skip emulated instruction
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt153 Note that debug mode is able to interfere with the kernel's emulated atomic
/linux-4.4.14/arch/arm/kernel/
Dentry-armv.S265 @ call emulation code, which returns using r9 if it has emulated
/linux-4.4.14/Documentation/vm/
Dnuma62 nodes. Each emulated node will manage a fraction of the underlying cells'
Dnuma_memory_policy.txt5 allocate memory in a NUMA system or in an emulated NUMA system. Linux has
/linux-4.4.14/drivers/staging/rts5208/
Drtsx.c253 .emulated = 1,
/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt26 to virtual interrupts generated purely by a software emulated device.
/linux-4.4.14/arch/m68k/
DKconfig.cpu302 instructions to be emulated by the kernel on machines that lack a
/linux-4.4.14/Documentation/input/
Dinput.txt254 is also emulated; characters should appear if you move it.
/linux-4.4.14/arch/unicore32/kernel/
Dentry.S377 @ it has emulated the instruction, or the more conventional lr
/linux-4.4.14/Documentation/s390/
D3270.txt90 with emulated 3270s, as soon as you dial into your vm guest using the
DDebugging390.txt1449 Consoles 3270 & 3215 (a teletype emulated under linux for a line mode console).
/linux-4.4.14/arch/sparc/
DKconfig216 is emulated, and therefore it is not completely atomic.
/linux-4.4.14/drivers/usb/gadget/udc/
DKconfig377 # LAST -- dummy/emulated controller
/linux-4.4.14/drivers/scsi/aacraid/
Dlinit.c1069 .emulated = 1,
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt310 Interface to set the emulated temperature method in thermal zone
/linux-4.4.14/include/linux/
Dlibata.h1371 .emulated = ATA_SHT_EMULATED, \
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_main.c255 .emulated = 0,
/linux-4.4.14/arch/s390/
DKconfig455 assigned to emulated NUMA nodes.
/linux-4.4.14/Documentation/networking/
Dz8530drv.txt414 The setting of parameters of the emulated KISS TNC is done in the
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt570 it is not good practice, and should not be emulated.
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt454 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/
DKconfig802 that required register must be emulated.
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db1116 API-i2c-smbus-read-i2c-block-data-or-emulated
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME545 mode also will be emulated using queries of the security
/linux-4.4.14/drivers/tty/serial/
DKconfig1232 bool "Console on Blackfin sport emulated uart"
/linux-4.4.14/drivers/rtc/
DKconfig787 found on Moorestown platforms. The VRTC is a emulated RTC that
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dpfpsp.S3829 # "FPU Unimplemented" instructions will not be emulated, the exception #
Dfpsp.S4241 # 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/
DKconfig1762 fetch/store instructions will be emulated in software if you say