Home
last modified time | relevance | path

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

/linux-4.1.27/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.c90 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 …]
Dbook3s_emulate.c92 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 …]
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.c947 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/
DKconfig2 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/
DKconfig12 Drives the emulated NAND flash device on the Google Goldfish
/linux-4.1.27/arch/mips/include/asm/
Dfpu_emulator.h36 unsigned long emulated; member
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/media/platform/vivid/
DKconfig15 transmitters and software defined radio capture is emulated.
/linux-4.1.27/Documentation/arm/
Dswp_emulation9 Trapped instructions are emulated using an LDREX/STREX or LDREXB/STREXB
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfixed-link.txt25 - a: emulated PHY ID, choose any but but unique to the all specified
/linux-4.1.27/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.1.27/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.1.27/arch/powerpc/
DKconfig.debug50 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/
Dfp_scan.S61 | FPDATA - base of emulated FPU registers
344 | Move an (emulated) ROM constant
/linux-4.1.27/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.txt301 3) PPC64 guests are paravirtualized but not fully emulated. There is an API
Dkernel-parameters.txt3933 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/
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.txt1746 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.
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.1.27/include/scsi/
Dscsi_host.h441 unsigned emulated:1; member
/linux-4.1.27/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.1.27/drivers/pci/host/
DKconfig59 controller, such as the one emulated by kvmtool.
/linux-4.1.27/drivers/usb/storage/
Dscsiglue.c583 .emulated = 1,
/linux-4.1.27/arch/unicore32/
DKconfig161 fetch/store instructions will be emulated in software if you say
/linux-4.1.27/Documentation/virtual/kvm/devices/
Darm-vgic.txt10 controller, requiring emulated user-space devices to inject interrupts to the
/linux-4.1.27/Documentation/tpm/
Dxen-tpmfront.txt14 system. Each guest gets its own unique, emulated, software TPM. However, each
/linux-4.1.27/arch/um/
DKconfig.um111 This driver allows a host file to be used as emulated IO memory inside
/linux-4.1.27/drivers/scsi/
Dps3rom.c351 .emulated = 1, /* only sg driver uses this */
Dsg.c1059 return put_user(sdp->device->host->hostt->emulated, ip); in sg_ioctl()
2685 scsidp->host->hostt->emulated); in sg_proc_seq_show_debug()
D3w-sas.c1559 .emulated = 1,
D3w-xxxx.c2239 .emulated = 1,
Dhptiop.c1178 .emulated = 0,
D3w-9xxx.c1999 .emulated = 1,
/linux-4.1.27/arch/nios2/
DKconfig94 emulated in software if you say Y here, which has a performance
/linux-4.1.27/drivers/input/
DKconfig88 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
/linux-4.1.27/arch/powerpc/platforms/85xx/
DKconfig264 unset based on the emulated CPU (or actual host CPU in the case
/linux-4.1.27/drivers/usb/image/
Dmicrotek.c640 .emulated = 1,
/linux-4.1.27/arch/xtensa/kernel/
Dalign.S422 1: wsr a7, epc1 # skip emulated instruction
/linux-4.1.27/Documentation/frv/
Dkernel-ABI.txt153 Note that debug mode is able to interfere with the kernel's emulated atomic
/linux-4.1.27/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.1.27/drivers/staging/rts5208/
Drtsx.c254 .emulated = 1,
/linux-4.1.27/arch/arm/kernel/
Dentry-armv.S258 @ call emulation code, which returns using r9 if it has emulated
/linux-4.1.27/arch/m68k/
DKconfig.cpu302 instructions to be emulated by the kernel on machines that lack a
/linux-4.1.27/Documentation/input/
Dinput.txt254 is also emulated; characters should appear if you move it.
/linux-4.1.27/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.1.27/arch/unicore32/kernel/
Dentry.S377 @ it has emulated the instruction, or the more conventional lr
/linux-4.1.27/arch/sparc/
DKconfig216 is emulated, and therefore it is not completely atomic.
/linux-4.1.27/drivers/scsi/aacraid/
Dlinit.c1069 .emulated = 1,
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt279 Interface to set the emulated temperature method in thermal zone
/linux-4.1.27/drivers/usb/gadget/udc/
DKconfig377 # LAST -- dummy/emulated controller
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_main.c255 .emulated = 0,
/linux-4.1.27/include/linux/
Dlibata.h1371 .emulated = ATA_SHT_EMULATED, \
/linux-4.1.27/Documentation/networking/
Dz8530drv.txt414 The setting of parameters of the emulated KISS TNC is done in the
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt570 it is not good practice, and should not be emulated.
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt454 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/
DKconfig786 that required register must be emulated.
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME545 mode also will be emulated using queries of the security
/linux-4.1.27/drivers/tty/serial/
DKconfig1203 bool "Console on Blackfin sport emulated uart"
/linux-4.1.27/drivers/rtc/
DKconfig771 found on Moorestown platforms. The VRTC is a emulated RTC that
/linux-4.1.27/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.1.27/arch/arm/
DKconfig1713 fetch/store instructions will be emulated in software if you say